/third_party/curl/lib/ |
D | curl_printf.h | 35 # undef vprintf 43 # define vprintf curl_mvprintf macro
|
D | curlx.h | 98 # undef vprintf 109 # define vprintf curlx_mvprintf macro
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | vprintf.c | 30 int result = vprintf(format, args); in vprintf_0100() 51 int result = vprintf(format, args); in vprintf_0200()
|
/third_party/gettext/gettext-runtime/intl/ |
D | libgnuintl.in.h | 386 #if !(defined vprintf && defined _GL_STDIO_H) /* don't override gnulib */ 387 #undef vprintf 388 #define vprintf libintl_vprintf macro 389 extern int vprintf (const char *, va_list);
|
D | libintl.h | 384 #if !(defined vprintf && defined _GL_STDIO_H) /* don't override gnulib */ 385 #undef vprintf 386 #define vprintf libintl_vprintf macro 387 extern int vprintf (const char *, va_list);
|
D | libgnuintl.h | 392 #if !(defined vprintf && defined _GL_STDIO_H) /* don't override gnulib */ 393 #undef vprintf 394 #define vprintf libintl_vprintf macro 395 extern LIBINTL_DLL_EXPORTED int vprintf (const char *, va_list);
|
/third_party/musl/src/stdio/ |
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/ |
D | vprintf.c | 3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
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/ |
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_mutex_lock/ |
D | testfrmw.c | 48 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/ |
D | testfrmw.c | 48 vprintf(string, ap); in output()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/shader_lib/ |
D | DebugOutput.cpp | 40 vprintf(fmt, args); in CallPrint()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/ |
D | testfrmw.c | 48 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | testfrmw.c | 48 vprintf(string, ap); in output()
|
/third_party/skia/src/ports/ |
D | SkDebug_android.cpp | 26 vprintf(format, args2); in SkDebugf()
|
/third_party/flutter/skia/src/ports/ |
D | SkDebug_android.cpp | 26 vprintf(format, args2); in SkDebugf()
|
D | SkDebug_ohos.cpp | 30 vprintf(format, args2); in SkDebugf()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gprintfint.in.h | 53 #define _g_vprintf vprintf
|
/third_party/glib/glib/ |
D | gprintfint.h | 35 #define _g_vprintf vprintf
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/ |
D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/ |
D | testfrmw.c | 62 vprintf(string, ap); in output()
|