Home
last modified time | relevance | path

Searched refs:vprintf (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/curl/lib/
Dcurl_printf.h35 # undef vprintf
43 # define vprintf curl_mvprintf macro
Dcurlx.h98 # undef vprintf
109 # define vprintf curlx_mvprintf macro
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dvprintf.c30 int result = vprintf(format, args); in vprintf_0100()
51 int result = vprintf(format, args); in vprintf_0200()
/third_party/gettext/gettext-runtime/intl/
Dlibgnuintl.in.h386 #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);
Dlibintl.h384 #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);
Dlibgnuintl.h392 #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/
Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Dtestfrmw.c48 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
Dtestfrmw.c48 vprintf(string, ap); in output()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/shader_lib/
DDebugOutput.cpp40 vprintf(fmt, args); in CallPrint()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
Dtestfrmw.c48 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dtestfrmw.c48 vprintf(string, ap); in output()
/third_party/skia/src/ports/
DSkDebug_android.cpp26 vprintf(format, args2); in SkDebugf()
/third_party/flutter/skia/src/ports/
DSkDebug_android.cpp26 vprintf(format, args2); in SkDebugf()
DSkDebug_ohos.cpp30 vprintf(format, args2); in SkDebugf()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgprintfint.in.h53 #define _g_vprintf vprintf
/third_party/glib/glib/
Dgprintfint.h35 #define _g_vprintf vprintf
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Dtestfrmw.c62 vprintf(string, ap); in output()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
Dtestfrmw.c62 vprintf(string, ap); in output()

1234