HomeSort by relevance Sort by last modified time
    Searched refs:vsnprintf (Results 1 - 25 of 380) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tcpdump/lbl/
os-osf4.h 24 int vsnprintf(char *, size_t, const char *, va_list);
  /external/libpcap/lbl/
os-osf4.h 24 int vsnprintf(char *, size_t, const char *, va_list);
os-osf5.h 24 * XXX - "snprintf()" and "vsnprintf()" aren't missing, but you have to
28 int vsnprintf(char *, size_t, const char *, va_list);
  /external/clang/test/PCH/
va_arg.cpp 12 int vsnprintf(char * , size_t, const char * , va_list) ;
17 vsnprintf(buffer, count, format, argptr);
  /external/libweave/third_party/chromium/base/strings/
string_util_posix.h 18 inline int vsnprintf(char* buffer, size_t size, function in namespace:base
20 return ::vsnprintf(buffer, size, format, arguments);
  /toolchain/binutils/binutils-2.25/libiberty/
snprintf.c 50 int vsnprintf (char *, size_t, const char *, va_list);
58 result = vsnprintf (s, n, format, ap);
  /ndk/sources/android/support/src/musl-stdio/
vsprintf.c 6 return vsnprintf(s, INT_MAX, fmt, ap);
snprintf.c 9 ret = vsnprintf(s, n, fmt, ap);
  /external/curl/lib/
curl_printf.h 37 # undef vsnprintf macro
45 # define vsnprintf curl_mvsnprintf macro
curlx.h 101 # undef vsnprintf macro
112 # define vsnprintf curlx_mvsnprintf macro
  /external/fio/t/
log.c 12 len = vsnprintf(buffer, sizeof(buffer), format, args);
26 len = vsnprintf(buffer, sizeof(buffer), format, args);
  /external/libchrome/base/strings/
string_util_posix.h 24 inline int vsnprintf(char* buffer, size_t size, function in namespace:base
26 return ::vsnprintf(buffer, size, format, arguments);
  /external/libpcap/
pcap-stdinc.h 55 #define vsnprintf _vsnprintf macro
  /external/skia/src/ports/
SkDebug_win.cpp 30 vsnprintf(buffer, kBufferSize, format, args);
  /hardware/intel/img/hwcomposer/merrifield/common/utils/
Dump.cpp 45 len = vsnprintf(mBuf, mLen, fmt, ap);
  /external/ceres-solver/internal/ceres/
stringprintf.cc 62 int result = vsnprintf(space, sizeof(space), format, backup_ap);
76 result = vsnprintf(NULL, 0, format, backup_ap);
86 // Increase the buffer size to the size requested by vsnprintf,
93 result = vsnprintf(buf, length, format, backup_ap);
  /external/fio/
log.c 14 len = vsnprintf(buffer, sizeof(buffer), str, args);
44 len = vsnprintf(buffer, sizeof(buffer), format, args);
72 len = vsnprintf(buffer, sizeof(buffer), format, args);
  /bionic/libc/bionic/
__vsnprintf_chk.cpp 44 * This vsnprintf check is called if _FORTIFY_SOURCE is defined and
50 __fortify_chk_fail("vsnprintf: prevented write past end of buffer", 0);
53 return vsnprintf(dest, supplied_size, format, va);
__vsprintf_chk.cpp 49 int result = vsnprintf(dest, dest_len_from_compiler, format, va);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vsnprintf.c 1 /* $OpenBSD: vsnprintf.c,v 1.15 2009/11/09 00:18:28 kurt Exp $ */
40 vsnprintf(char *str, size_t n, const char *fmt, __va_list ap) function
  /build/kati/
stringprintf.cc 28 int ret = vsnprintf(&str[0], str.size(), format, args);
  /frameworks/base/libs/hwui/utils/
TraceUtils.h 45 vsnprintf(buf, BUFFER_SIZE, fmt, ap);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/
Dump.cpp 45 len = vsnprintf(mBuf, mLen, fmt, ap);
  /art/runtime/base/
stringprintf.cc 32 int result = vsnprintf(space, sizeof(space), format, backup_ap);
48 // Increase the buffer size to the size requested by vsnprintf,
55 result = vsnprintf(buf, length, format, backup_ap);
  /external/avahi/avahi-daemon/
setproctitle.c 84 vsnprintf(t, sizeof(t), fmt, ap);
96 vsnprintf(argv_buffer[0], argv_size, fmt, ap);

Completed in 560 milliseconds

1 2 3 4 5 6 7 8 91011>>