Searched defs:vprintf (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGen/Inputs/
H A Dstdio.h3 extern int vprintf(const char *format, __builtin_va_list arg);
6 vprintf(const char *x, __builtin_va_list y) function
/external/syslinux/com32/lib/
H A Dvprintf.c2 * vprintf.c
8 int vprintf(const char *format, va_list ap) function
/external/curl/lib/
H A Dcurl_printf.h35 # undef vprintf macro
43 # define vprintf curl_mvprintf macro
H A Dcurlx.h98 # undef vprintf macro
109 # define vprintf curlx_mvprintf macro
/external/google-breakpad/src/third_party/curl/
H A Dmprintf.h54 # undef vprintf macro
71 # define vprintf curl_mvprintf macro
/external/libxml2/
H A Dtrio.h162 # undef vprintf macro
163 # define vprintf trio_vprintf macro
/external/syslinux/gpxe/src/core/
H A Dvsprintf.c400 int vprintf ( const char *fmt, va_list args ) { function
420 i = vprintf ( fmt, args );
/external/syslinux/memdisk/
H A Dconio.c360 int vprintf(const char *fmt, va_list args) function
376 printed = vprintf(fmt, args);
389 vprintf(fmt, ap);
/external/valgrind/coregrind/
H A Dm_libcprint.c143 UInt VG_(vprintf) ( const HChar *format, va_list vargs ) function
153 ret = VG_(vprintf)(format, vargs);
178 return VG_(vprintf) (format, vargs);
/external/bison/darwin-lib/
H A Dstdio.h1549 # define vprintf rpl_vprintf
1553 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1557 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1561 _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args));
1566 _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args));
1568 _GL_CXXALIASWARN (vprintf);
1572 # undef vprintf macro
1574 /* Assume vprintf is always declared. */
1575 _GL_WARN_ON_USE (vprintf, "vprintf i
[all...]
/external/bison/linux-lib/
H A Dstdio.h1549 # define vprintf rpl_vprintf
1553 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1557 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1561 _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args));
1566 _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args));
1568 _GL_CXXALIASWARN (vprintf);
1572 # undef vprintf macro
1574 /* Assume vprintf is always declared. */
1575 _GL_WARN_ON_USE (vprintf, "vprintf i
[all...]
/external/valgrind/exp-sgcheck/tests/
H A Dbad_percentify.c113 UInt VG_(vprintf) ( const HChar *format, va_list vargs ) function
124 ret = VG_(vprintf)(format, vargs);
153 /*--- A simple, generic, vprintf implementation. ---*/
159 vprintf replacement for Checker.
333 /* A simple vprintf(). */

Completed in 513 milliseconds