/third_party/curl/lib/ |
H A D | curl_printf.h | 41 # undef vprintf macro 50 # define vprintf curl_mvprintf macro
|
H A D | curlx.h | 100 # undef vprintf macro 111 # define vprintf curlx_mvprintf macro
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vprintf.c | 30 int result = vprintf(format, args); in vprintf_0100() 33 t_error("%s vprintf get result is less than 0", __func__); in vprintf_0100() 35 char *want = "This is the 1th test for vprintf"; in vprintf_0100() 38 t_error("%s vprintf get wrong result, want %s", __func__, want); in vprintf_0100() 51 int result = vprintf(format, args); in vprintf_0200() 54 t_error("%s vprintf get result is less than 0", __func__); in vprintf_0200() 56 char *want = "This is the 2th test for vprintf"; in vprintf_0200() 59 t_error("%s vprintf get wrong result, want %s", __func__, want); in vprintf_0200() 65 vprintf_0100("This is the %dth test for vprintf", 1); in main() 66 vprintf_0200("This is the 2th test for %s", "vprintf"); in main() [all...] |
/third_party/musl/src/stdio/ |
H A D | vprintf.c | 3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | vprintf.c | 3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vprintf.c | 3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vprintf.c | 3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/ |
H A D | testfrmw.c | 48 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
H A D | testfrmw.c | 48 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | testfrmw.c | 48 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/ |
H A D | testfrmw.c | 48 vprintf(string, ap); in output()
|
/third_party/skia/src/ports/ |
H A D | SkDebug_android.cpp | 26 vprintf(format, args2); in SkDebugf()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
H A D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
H A D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/ |
H A D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/ |
H A D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/ |
H A D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/ |
H A D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
H A D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
H A D | testfrmw.c | 59 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/ |
H A D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
H A D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
H A D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/ |
H A D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
H A D | testfrmw.c | 62 vprintf(string, ap); in output()
|