Searched defs:vsnprintf (Results 51 - 54 of 54) sorted by relevance

123

/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c237 int vsnprintf(char *buf, int buflen, const char *fmt, va_list args) function
392 i=vsnprintf(buf,size,fmt,args);
407 vsnprintf(buf, sizeof(buf), fmt, ap);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc332 // Declares vsnprintf(). This header is not available on Windows.
1623 # define vsnprintf _vsnprintf macro
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc332 // Declares vsnprintf(). This header is not available on Windows.
1623 # define vsnprintf _vsnprintf macro
/external/valgrind/main/perf/
H A Dtinycc.c5374 #define vsnprintf _vsnprintf
7021 vsnprintf(buf + len, buf_size - len, fmt, ap);
5372 #define vsnprintf macro

Completed in 1301 milliseconds

123