Home
last modified time | relevance | path

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

12345

/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/curl/lib/
Dcurl_printf.h52 # undef vsprintf
54 # define vsprintf vsprintf_was_used macro
Dcurlx.h97 # undef vsprintf
108 # define vsprintf curlx_mvsprintf macro
/external/syslinux/dos/
Dprintf.c114 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
290 i = vsprintf(buf, fmt, args); in sprintf()
302 printed = vsprintf(printf_buf, fmt, args); in printf()
Dstdio.h12 int vsprintf(char *buf, const char *fmt, va_list args);
/external/syslinux/memdisk/
Dconio.c177 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
354 i = vsprintf(buf, fmt, args);
365 printed = vsprintf(printf_buf, fmt, args); in vprintf()
/external/syslinux/com32/lib/
Dvsprintf.c8 int vsprintf(char *buffer, const char *format, va_list ap) in vsprintf() function
/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.cpp29 vsprintf(buffer, fmt, ap); in logIfFailureAndReset()
48 vsprintf(buffer, fmt, ap); in logDataIfFailureAndReset()
/external/syslinux/gpxe/src/include/
Dstdio.h43 static inline int vsprintf ( char *buf, const char *fmt, va_list args ) { in vsprintf() function
/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.cpp944 vsprintf(buffer, fmt, ap); in log()
958 vsprintf(buffer, fmt, ap); in logln()
972 vsprintf(buffer, fmt, ap); in logKnownIssue()
1010 vsprintf(buffer, fmt, ap); in info()
1022 vsprintf(buffer, fmt, ap); in infoln()
1033 vsprintf(buffer, fmt, ap); in err()
1044 vsprintf(buffer, fmt, ap); in errln()
1055 vsprintf(buffer, fmt, ap); in dataerrln()
1066 vsprintf(buffer, fmt, ap); in errcheckln()
/external/clang/test/Sema/
Dformat-strings.c19 int vsprintf(char *restrict, const char *restrict, va_list); // expected-note{{passing argument to …
48 vsprintf(buf,s,ap); // expected-warning {{format string is not a string lit}} in check_string_literal()
191vsprintf(b,L"bar %d",ap); // expected-warning {{incompatible pointer types}}, expected-warning {{s… in check_wide_string()
/external/tcpdump/missing/
Dsnprintf.c476 ret2 = vsprintf (tmp, format, args); in snprintf()
507 ret2 = vsprintf (tmp, format, args);
537 ret2 = vsprintf (tmp, format, args);
/external/python/cpython2/Python/
Dmysnprintf.c84 len = vsprintf(buffer, format, va); in PyOS_vsnprintf()
/external/bison/src/
Duniqstr.c68 vsprintf (res, format, args); in uniqstr_vsprintf()
/external/libcxx/include/
Dcstdio69 int vsprintf(char* restrict s, const char* restrict format, va_list arg);
128 using ::vsprintf;
/external/valgrind/include/
Dpub_tool_libcprint.h55 extern UInt VG_(vsprintf) ( HChar* buf, const HChar* format, va_list vargs )
/external/syslinux/com32/include/
Dstdio.h96 __extern int vsprintf(char *, const char *, va_list);
/external/libpcap/lbl/
Dos-sunos4.h185 int vsprintf(char *, const char *, ...);
/external/tcpdump/lbl/
Dos-sunos4.h185 int vsprintf(char *, const char *, ...);

12345