Searched refs:vprintf (Results 1 - 25 of 92) sorted by relevance

1234

/external/clang/test/Modules/Inputs/va_list/
H A Dva_list_a.h1 int vprintf(const char * __restrict, va_list);
/external/clang/test/CodeGen/
H A Dbuiltin-recursive.cpp8 vprintf(0, 0);
H A Ddebug-prefix-map.c16 vprintf("string", argp);
/external/syslinux/com32/lib/
H A Dvprintf.c2 * vprintf.c
8 int vprintf(const char *format, va_list ap) function
/external/clang/test/CodeGen/Inputs/
H A Dstdio.h3 extern int vprintf(const char *format, __builtin_va_list arg);
6 vprintf(const char *x, __builtin_va_list y) function
/external/syslinux/memdisk/
H A Dconio.h28 int vprintf(const char *, va_list ap);
/external/curl/lib/
H A Dcurl_printf.h35 # undef vprintf macro
43 # define vprintf curl_mvprintf macro
H A Dcurlx.h98 # undef vprintf macro
109 # define vprintf curlx_mvprintf macro
/external/syslinux/com32/include/
H A Ddprintf.h20 # define vdprintf vprintf
35 vprintf(fmt, ap)
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
H A Dtestfrmw.c48 vprintf(string, ap);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Dtestfrmw.c48 vprintf(string, ap);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H A Dtestfrmw.c48 vprintf(string, ap);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Dtestfrmw.c48 vprintf(string, ap);
/external/skia/src/ports/
H A DSkDebug_android.cpp26 vprintf(format, args2);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_report.c170 vprintf(debugMessages[i].m_pDebugMsg, vargs);
205 vprintf(fmt, vargs);
235 vprintf(fmt, vargs);
/external/clang/test/SemaCXX/
H A Dformat-strings.cpp8 extern int vprintf(const char *restrict, va_list);
64 vprintf(format, ap); // no-warning
67 vprintf(format2, ap); // expected-warning{{format string is not a string literal}}
75 vprintf(fmt, ap); // expected-warning{{format string is not a string literal}}
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Dtestfrmw.c62 vprintf(string, ap);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
H A Dtestfrmw.c62 vprintf(string, ap);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dtestfrmw.c62 vprintf(string, ap);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dtestfrmw.c62 vprintf(string, ap);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dtestfrmw.c62 vprintf(string, ap);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
H A Dtestfrmw.c62 vprintf(string, ap);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
H A Dtestfrmw.c62 vprintf(string, ap);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
H A Dtestfrmw.c62 vprintf(string, ap);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A Dtestfrmw.c62 vprintf(string, ap);

Completed in 3241 milliseconds

1234