| /external/tcpdump/lbl/ |
| os-osf4.h | 26 int vsnprintf(char *, size_t, const char *, va_list);
|
| /external/libpcap/lbl/ |
| os-osf4.h | 26 int vsnprintf(char *, size_t, const char *, va_list);
|
| os-osf5.h | 26 * XXX - "snprintf()" and "vsnprintf()" aren't missing, but you have to 30 int vsnprintf(char *, size_t, const char *, va_list);
|
| /external/clang/test/PCH/ |
| va_arg.cpp | 11 int vsnprintf(char * , size_t, const char * , va_list) ; 15 vsnprintf(buffer, count, format, argptr);
|
| /external/chromium/third_party/libjingle/source/talk/base/ |
| checks.cc | 40 vsnprintf(msg, sizeof(msg), format, arguments);
|
| /external/libpcap/ |
| pcap-stdinc.h | 63 #define vsnprintf _vsnprintf macro
|
| /external/skia/legacy/src/ports/ |
| SkDebug_stdio.cpp | 21 vsnprintf(buffer, kBufferSize, format, args);
|
| SkDebug_win.cpp | 23 vsnprintf(buffer, kBufferSize, format, args);
|
| /external/skia/src/ports/ |
| SkDebug_stdio.cpp | 21 vsnprintf(buffer, kBufferSize, format, args);
|
| SkDebug_win.cpp | 23 vsnprintf(buffer, kBufferSize, format, args);
|
| SkDebug_nacl.cpp | 33 vsnprintf(buffer + strlen(kLogPrefix), kBufferSize, format, args);
|
| /external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
| debug.cpp | 28 vsnprintf(buf, kTraceBufferLen, format, args);
|
| /external/chromium/base/ |
| string_util_posix.h | 32 inline int vsnprintf(char* buffer, size_t size, function in namespace:base 34 return ::vsnprintf(buffer, size, format, arguments);
|
| /external/libnfc-nci/src/adaptation/ |
| android_logmsg.cpp | 49 vsnprintf(buffer, BTE_LOG_MAX_SIZE, fmt_str, ap); 72 vsnprintf(buffer, BTE_LOG_MAX_SIZE, fmt_str, ap);
|
| /external/ceres-solver/internal/ceres/ |
| stringprintf.cc | 58 int result = vsnprintf(space, sizeof(space), format, backup_ap); 72 result = vsnprintf(NULL, 0, format, backup_ap); 82 // Increase the buffer size to the size requested by vsnprintf, 89 result = vsnprintf(buf, length, format, backup_ap);
|
| /bionic/libc/bionic/ |
| __vsnprintf_chk.cpp | 42 * This vsnprintf check is called if _FORTIFY_SOURCE is defined and 54 __fortify_chk_fail("vsnprintf buffer overflow", 0); 57 return vsnprintf(dest, supplied_size, format, va);
|
| __vsprintf_chk.cpp | 52 int ret = vsnprintf(dest, dest_len_from_compiler, format, va);
|
| /bionic/libc/stdio/ |
| vsnprintf.c | 1 /* $OpenBSD: vsnprintf.c,v 1.12 2006/01/06 18:53:04 millert Exp $ */ 40 vsnprintf(char *str, size_t n, const char *fmt, __va_list ap) function
|
| /external/openssh/openbsd-compat/ |
| bsd-asprintf.c | 54 ret = vsnprintf(string, INIT_SZ, fmt, ap2); 68 ret = vsnprintf(newstr, len, fmt, ap2);
|
| /external/regex-re2/util/ |
| stringprintf.cc | 18 int result = vsnprintf(space, sizeof(space), format, backup_ap); 41 result = vsnprintf(buf, length, format, backup_ap);
|
| /hardware/invensense/mlsdk/platform/linux/ |
| log_linux.c | 42 #define vsnprintf _vsnprintf macro 101 result = vsnprintf(buf,sizeof(buf),new_fmt, args);
|
| /external/linux-tools-perf/util/ |
| path.c | 2 * I'm tired of doing "vsnprintf()" etc just to open a 69 len += vsnprintf(buf + len, n - len, fmt, args); 95 len = vsnprintf(pathname, PATH_MAX, fmt, args); 116 len += vsnprintf(pathname + len, PATH_MAX - len, fmt, args);
|
| /external/bison/lib/ |
| vsnprintf.c | 39 vsnprintf (char *str, size_t size, const char *format, va_list args) function
|
| /external/linux-tools-perf/util/ui/ |
| helpline.c | 60 ret = vsnprintf(ui_helpline__last_msg + backlog,
|
| /external/openssh/openbsd-compat/regress/ |
| snprintftest.c | 41 ret = vsnprintf(str, count, fmt, ap); 66 /* check that snprintf and vsnprintf return sane values */ 70 fail("vsnprintf does not return required length");
|