/third_party/mingw-w64/mingw-w64-crt/stdio/ |
D | ucrt_vprintf.c | 11 int __cdecl vprintf(const char * __restrict__ _Format,va_list _ArgList) in vprintf() function 15 int __cdecl (*__MINGW_IMP_SYMBOL(vprintf))(const char *__restrict__, va_list) = vprintf;
|
/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/uboot/u-boot-2020.01/include/ |
D | stdio.h | 19 int vprintf(const char *fmt, va_list args); 34 static inline int vprintf(const char *fmt, va_list args) in vprintf() function
|
D | _exports.h | 31 EXPORT_FUNC(vprintf, int, vprintf, const char *, va_list)
|
/third_party/gettext/gettext-runtime/intl/ |
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.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 | 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/porting/liteos_a/kernel/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/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_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/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/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/skia/src/ports/ |
D | SkDebug_android.cpp | 26 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/uboot/u-boot-2020.01/drivers/core/ |
D | util.c | 18 vprintf(fmt, args); in dm_warn()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | testfrmw.c | 62 vprintf(string, ap); in output()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/ |
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_create/ |
D | testfrmw.c | 62 vprintf(string, ap); in output()
|