Searched defs:vsprintf (Results 1 - 13 of 13) sorted by relevance

/external/bison/lib/
H A Dvsprintf.c40 vsprintf (char *str, const char *format, va_list args) function
/external/qemu/slirp-android/
H A Dslirp.h194 # define vsprintf vsprintf_len macro
202 extern int vsprintf _P((char *, const char *, va_list));
H A Dmisc.c682 #undef vsprintf macro
695 vsprintf(string, format, args);
716 vsprintf(string, format, args);
/external/chromium_org/third_party/libxml/src/
H A Dtrio.h173 # define vsprintf trio_vsprintf macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtrio.h173 # define vsprintf trio_vsprintf macro
/external/libxml2/
H A Dtrio.h173 # define vsprintf trio_vsprintf macro
/external/qemu/slirp/
H A Dslirp.h240 # define vsprintf vsprintf_len macro
248 extern int vsprintf _P((char *, const char *, va_list));
H A Dmisc.c718 #undef vsprintf macro
731 vsprintf(string, format, args);
752 vsprintf(string, format, args);
/external/valgrind/main/coregrind/
H A Dm_libcprint.c203 UInt VG_(vsprintf) ( HChar* buf, const HChar *format, va_list vargs ) function
222 ret = VG_(vsprintf)(buf, format, vargs);
/external/bison/darwin-lib/
H A Dstdio.h1629 # define vsprintf rpl_vsprintf macro
1631 _GL_FUNCDECL_RPL (vsprintf, int,
1635 _GL_CXXALIAS_RPL (vsprintf, int,
1641 _GL_CXXALIAS_SYS_CAST (vsprintf, int,
1644 _GL_CXXALIASWARN (vsprintf); variable
1646 # undef vsprintf macro
1647 /* Assume vsprintf is always declared. */
1648 _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - "
1649 "use gnulib module vsprintf
[all...]
/external/bison/linux-lib/
H A Dstdio.h1629 # define vsprintf rpl_vsprintf macro
1631 _GL_FUNCDECL_RPL (vsprintf, int,
1635 _GL_CXXALIAS_RPL (vsprintf, int,
1641 _GL_CXXALIAS_SYS_CAST (vsprintf, int,
1644 _GL_CXXALIASWARN (vsprintf); variable
1646 # undef vsprintf macro
1647 /* Assume vsprintf is always declared. */
1648 _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - "
1649 "use gnulib module vsprintf
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c526 UInt VG_(vsprintf) ( HChar* buf, const HChar *format, va_list vargs ) function
545 ret = VG_(vsprintf)(buf, format, vargs);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h672 /// int vsprintf(char *s, const char *format, va_list ap);
673 vsprintf, enumerator in enum:llvm::LibFunc::Func

Completed in 4361 milliseconds