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

/external/bison/lib/
H A Dvsprintf.c40 vsprintf (char *str, const char *format, va_list args) function
/external/google-breakpad/src/third_party/curl/
H A Dmprintf.h52 # undef vsprintf macro
65 # define vsprintf vsprintf_was_used macro
68 # define vsprintf curl_mvsprintf macro
/external/libxml2/
H A Dtrio.h178 # undef vsprintf macro
179 # define vsprintf trio_vsprintf macro
/external/valgrind/coregrind/
H A Dm_libcprint.c205 UInt VG_(vsprintf) ( HChar* buf, const HChar *format, va_list vargs ) function
224 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/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);

Completed in 684 milliseconds