Searched defs:vprintf (Results 1 - 8 of 8) 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/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/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(). */
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp105 vprintf (format, args);
133 vprintf (format, args);
137 vprintf (const char *format, va_list args) function in class:fd_interposing::String

Completed in 420 milliseconds