Searched defs:argp (Results 1 - 6 of 6) sorted by relevance

/system/core/libsparse/
H A Dsparse_err.c25 va_list argp; local
27 va_start(argp, fmt);
28 vfprintf(stderr, fmt, argp);
29 va_end(argp);
H A Dsparse_read.c59 va_list argp; local
62 va_start(argp, fmt);
63 size = vsnprintf(NULL, 0, fmt, argp);
64 va_end(argp);
75 va_start(argp, fmt);
76 vsnprintf(at, size, fmt, argp);
77 va_end(argp);
/system/core/libpixelflinger/codeflinger/
H A Dmips64_disassem.c550 va_list argp; local
551 va_start(argp, fmt);
553 cnt = vsnprintf(sprintf_buffer, sprintf_buf_len, fmt, argp);
557 vprintf(fmt, argp);
H A Dmips_disassem.c556 va_list argp; local
557 va_start(argp, fmt);
559 cnt = vsnprintf(sprintf_buffer, sprintf_buf_len, fmt, argp);
563 vprintf(fmt, argp);
/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp66 va_list argp; local
68 va_start(argp, fmt);
70 vasprintf(&buff, fmt, argp);
76 va_end(argp);
/system/netd/server/
H A DNetdConstants.cpp45 const char** argp = argv; local
47 while (*argp) {
48 args += *argp;
50 argp++;

Completed in 133 milliseconds