Home
last modified time | relevance | path

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

123

/third_party/curl/lib/
H A Dcurl_printf.h41 # undef vprintf macro
50 # define vprintf curl_mvprintf macro
H A Dcurlx.h100 # undef vprintf macro
111 # define vprintf curlx_mvprintf macro
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvprintf.c30 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 Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvprintf.c3 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 Dtestfrmw.c48 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Dtestfrmw.c48 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Dtestfrmw.c48 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H A Dtestfrmw.c48 vprintf(string, ap); in output()
/third_party/skia/src/ports/
H A DSkDebug_android.cpp26 vprintf(format, args2); in SkDebugf()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
H A Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
H A Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
H A Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H A Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dtestfrmw.c59 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
H A Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dtestfrmw.c62 vprintf(string, ap); in output()

Completed in 7 milliseconds

123