Home
last modified time | relevance | path

Searched refs:vsprintf (Results 1 – 25 of 72) sorted by relevance

123

/external/google-breakpad/src/third_party/curl/
Dmprintf.h52 # undef vsprintf
65 # define vsprintf vsprintf_was_used macro
68 # define vsprintf curl_mvsprintf macro
/external/bison/m4/
Dvsprintf-posix.m41 # vsprintf-posix.m4 serial 12
52 # vsprintf exists and is
103 AC_LIBOBJ([vsprintf])
/external/bison/lib/
Dvsprintf.c40 vsprintf (char *str, const char *format, va_list args) in vsprintf() function
Dstdio.in.h1317 # define vsprintf rpl_vsprintf
1319 _GL_FUNCDECL_RPL (vsprintf, int,
1323 _GL_CXXALIAS_RPL (vsprintf, int,
1329 _GL_CXXALIAS_SYS_CAST (vsprintf, int,
1332 _GL_CXXALIASWARN (vsprintf);
1334 # undef vsprintf
1336 _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - "
/external/icu/icu4c/source/tools/ctestfw/
Dtstdtmod.cpp27 vsprintf(buffer, fmt, ap); in logIfFailureAndReset()
46 vsprintf(buffer, fmt, ap); in logDataIfFailureAndReset()
/external/clang/test/Sema/
Dformat-strings.c19 int vsprintf(char *restrict, const char *restrict, va_list); // expected-note{{passing argument to …
41 vsprintf(buf,s,ap); // expected-warning {{format string is not a string lit}} in check_string_literal()
161vsprintf(b,L"bar %d",ap); // expected-warning {{incompatible pointer types}}, expected-warning {{s… in check_wide_string()
/external/libxml2/
Dtrio.h178 # undef vsprintf
179 # define vsprintf trio_vsprintf macro
/external/bison/linux-lib/
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);
1646 # undef vsprintf
1648 _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - "
/external/bison/darwin-lib/
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);
1646 # undef vsprintf
1648 _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - "
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp933 vsprintf(buffer, fmt, ap); in log()
947 vsprintf(buffer, fmt, ap); in logln()
961 vsprintf(buffer, fmt, ap); in logKnownIssue()
999 vsprintf(buffer, fmt, ap); in info()
1011 vsprintf(buffer, fmt, ap); in infoln()
1022 vsprintf(buffer, fmt, ap); in err()
1033 vsprintf(buffer, fmt, ap); in errln()
1044 vsprintf(buffer, fmt, ap); in dataerrln()
1055 vsprintf(buffer, fmt, ap); in errcheckln()
/external/tcpdump/missing/
Dsnprintf.c483 ret2 = vsprintf (tmp, format, args); in snprintf()
514 ret2 = vsprintf (tmp, format, args);
544 ret2 = vsprintf (tmp, format, args);
/external/libpcap/missing/
Dsnprintf.c483 ret2 = vsprintf (tmp, format, args); in snprintf()
514 ret2 = vsprintf (tmp, format, args);
544 ret2 = vsprintf (tmp, format, args);
/external/libnfc-nci/src/gki/ulinux/
Ddata_types.h68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Ddata_types.h68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))
/external/bison/src/
Duniqstr.c68 vsprintf (res, format, args); in uniqstr_vsprintf()
/external/valgrind/include/
Dpub_tool_libcprint.h55 extern UInt VG_(vsprintf) ( HChar* buf, const HChar* format, va_list vargs )
/external/libcxx/include/
Dcstdio69 int vsprintf(char* restrict s, const char* restrict format, va_list arg);
172 using ::vsprintf;
/external/mesa3d/src/mesa/main/
Dvsnprintf.c135 ret = vsprintf(p, fmt, ap);
/external/mesa3d/src/gallium/auxiliary/util/
Du_string.h179 #define util_vsprintf vsprintf
/external/libpcap/lbl/
Dos-sunos4.h189 int vsprintf(char *, const char *, ...);
/external/tcpdump/lbl/
Dos-sunos4.h189 int vsprintf(char *, const char *, ...);
/external/valgrind/exp-sgcheck/tests/
Dbad_percentify.c526 UInt VG_(vsprintf) ( HChar* buf, const HChar *format, va_list vargs ) in VG_() argument
545 ret = VG_(vsprintf)(buf, format, vargs); in VG_()
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
DEASLibVst.c195 vsprintf(messageBuffer, debugMessages[i].m_pDebugMsg, vargs); in EAS_ReportEx()
244 vsprintf(messageBuffer, fmt, vargs); in EAS_Report()
288 vsprintf(messageBuffer, fmt, vargs); in EAS_ReportX()
/external/e2fsprogs/intl/
Dlibgnuintl.h.in312 #undef vsprintf
313 #define vsprintf libintl_vsprintf macro
314 extern int vsprintf (char *, const char *, va_list);
/external/zlib/src/
Dgzwrite.c346 (void)vsprintf((char *)(state->in), format, va); in gzvprintf()
350 len = vsprintf((char *)(state->in), format, va); in gzvprintf()

123