Searched defs:vprintf (Results 1 - 11 of 11) sorted by path

/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/chromium_org/third_party/WebKit/Source/wtf/
H A DFilePrintStream.cpp53 void FilePrintStream::vprintf(const char* format, va_list argList) function in class:WTF::FilePrintStream
/external/chromium_org/third_party/libxml/src/
H A Dtrio.h161 # define vprintf trio_vprintf macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtrio.h161 # define vprintf trio_vprintf macro
/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/libxml2/
H A Dtrio.h161 # define vprintf trio_vprintf macro
/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
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h666 /// int vprintf(const char *restrict format, va_list ap);
667 vprintf, enumerator in enum:llvm::LibFunc::Func
/external/valgrind/main/coregrind/
H A Dm_libcprint.c141 UInt VG_(vprintf) ( const HChar *format, va_list vargs ) function
151 ret = VG_(vprintf)(format, vargs);
176 return VG_(vprintf) (format, vargs);
/external/valgrind/main/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 436 milliseconds