Searched refs:vsprintf (Results 1 - 25 of 75) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DUIString.js39 return String.vsprintf(WebInspector.localize(string), Array.prototype.slice.call(arguments, 1));
/external/bison/lib/
H A Dvsprintf.c40 vsprintf (char *str, const char *format, va_list args) function
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
H A Dvie_autotest_defines.h127 vsprintf(log_str_, fmt, va);
159 vsprintf(log_str_, fmt, va);
/external/bison/src/
H A Duniqstr.c68 vsprintf (res, format, args);
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
H A Dstring_stream.c36 vsprintf(&stream->data[stream->length], format, hold);
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))
/external/qemu/slirp-android/
H A Dslirp.h194 # define vsprintf vsprintf_len macro
202 extern int vsprintf _P((char *, const char *, va_list));
/external/srec/portable/include/
H A Dptypes.h370 #define pvsprintf vsprintf
451 #define pvsprintf vsprintf
/external/srec/portable/src/
H A DPFileImpl.c189 *result = vsprintf(buffer, format, args);
191 vsprintf(buffer, format, args);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h96 extern char *vsprintf(char *, const char *, va_list);
/external/valgrind/main/include/
H A Dpub_tool_libcprint.h55 extern UInt VG_(vsprintf) ( HChar* buf, const HChar* format, va_list vargs )
/external/e2fsprogs/intl/
H A Dlibgnuintl.h.in312 #undef vsprintf
313 #define vsprintf libintl_vsprintf
314 extern int vsprintf (char *, const char *, va_list);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvsnprintf.c135 ret = vsprintf(p, fmt, ap);
/external/mesa3d/src/mesa/main/
H A Dvsnprintf.c135 ret = vsprintf(p, fmt, ap);
/external/stlport/stlport/stl/
H A D_cstdio.h118 using _STLP_VENDOR_CSTD::vsprintf;
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dtstdtmod.cpp27 vsprintf(buffer, fmt, ap);
46 vsprintf(buffer, fmt, ap);
/external/icu/icu4c/source/tools/ctestfw/
H A Dtstdtmod.cpp27 vsprintf(buffer, fmt, ap);
46 vsprintf(buffer, fmt, ap);
/external/qemu/slirp/
H A Dslirp.h240 # define vsprintf vsprintf_len macro
248 extern int vsprintf _P((char *, const char *, va_list));
/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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Derrwarn.c281 vsprintf(yasm_estr, yasm_gettext_hook(format), va);
306 vsprintf(yasm_exrefstr, yasm_gettext_hook(format), va);
369 vsprintf(w->wstr, yasm_gettext_hook(format), va);
/external/clang/test/Sema/
H A Dformat-strings.c19 int vsprintf(char *restrict, const char *restrict, va_list); // expected-note{{passing argument to parameter here}}
41 vsprintf(buf,s,ap); // expected-warning {{format string is not a string lit}}
161 vsprintf(b,L"bar %d",ap); // expected-warning {{incompatible pointer types}}, expected-warning {{should not be a wide string}}
/external/libpcap/missing/
H A Dsnprintf.c483 ret2 = vsprintf (tmp, format, args);
514 ret2 = vsprintf (tmp, format, args);
544 ret2 = vsprintf (tmp, format, args);
/external/tcpdump/missing/
H A Dsnprintf.c483 ret2 = vsprintf (tmp, format, args);
514 ret2 = vsprintf (tmp, format, args);
544 ret2 = vsprintf (tmp, format, args);

Completed in 3049 milliseconds

123