HomeSort by relevance Sort by last modified time
    Searched defs:vsnprintf (Results 1 - 24 of 24) sorted by null

  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
stdio.h 48 #undef vsnprintf macro
73 #define vsnprintf(str, len, fmt, ap) \ macro
  /external/chromium/base/
string_util_posix.h 31 inline int vsnprintf(char* buffer, size_t size, function in namespace:base
33 return ::vsnprintf(buffer, size, format, arguments);
string_util_win.h 35 inline int vsnprintf(char* buffer, size_t size, function in namespace:base
  /external/libpcap/
pcap-stdinc.h 63 #define vsnprintf _vsnprintf macro
pcap-int.h 300 #define vsnprintf pcap_vsnprintf macro
301 extern int vsnprintf (char *, size_t, const char *, va_list ap);
  /external/stlport/stlport/stl/
_cstdio.h 47 inline int vsnprintf(char *s1, size_t n, const char *s2, va_list v) function
121 using _STLP_VENDOR_CSTD::vsnprintf;
  /external/webkit/JavaScriptCore/wtf/
StringExtras.h 51 inline int vsnprintf(char* buffer, size_t count, const char* format, va_list args) function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 47 inline int vsnprintf(char *s1, size_t n, const char *s2, va_list v) function
121 using _STLP_VENDOR_CSTD::vsnprintf;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio2.h 75 __NTH (vsnprintf (char *__restrict __s, size_t __n, function
  /external/libpcap/missing/
snprintf.c 472 ret = vsnprintf (str, sz, format, args);
610 vsnprintf (char *str, size_t sz, const char *format, va_list args) function
  /external/tcpdump/missing/
snprintf.c 472 ret = vsnprintf (str, sz, format, args);
610 vsnprintf (char *str, size_t sz, const char *format, va_list args) function
  /external/tcpdump/
tcpdump-stdinc.h 98 #define vsnprintf _vsnprintf macro
  /external/zlib/
gzguts.h 36 # define vsnprintf _vsnprintf macro
zutil.h 192 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
200 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
201 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
203 # define vsnprintf _vsnprintf macro
  /external/chromium/third_party/zlib/
zutil.h 190 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
198 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
199 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
200 # define vsnprintf _vsnprintf macro
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 190 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
198 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
199 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
200 # define vsnprintf _vsnprintf macro
  /bionic/linker/
linker_format.c 164 * which calls vsnprintf().
170 vsnprintf(char *buff, size_t bufsize, const char *format, va_list args) function
  /external/clearsilver/util/
snprintf.c 44 * The original code assumed that both snprintf() and vsnprintf() were
45 * missing. Some systems only have snprintf() but not vsnprintf(), so
100 int vsnprintf (char *str, size_t count, const char *fmt, va_list arg);
721 int vsnprintf (char *str, size_t count, const char *fmt, va_list args) function
749 total = vsnprintf(str, count, fmt, ap);
  /external/wpa_supplicant/
common.h 436 #undef vsnprintf macro
437 #define vsnprintf _vsnprintf macro
452 /* vsnprintf - only used for wpa_msg() in wpa_supplicant.c */
453 int vsnprintf(char *str, size_t size, const char *format, va_list ap);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 92 #undef vsnprintf macro
93 #define vsnprintf _vsnprintf macro
337 /* vsnprintf - only used for wpa_msg() in wpa_supplicant.c */
338 int vsnprintf(char *str, size_t size, const char *format, va_list ap);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 53 // Declares vsnprintf(). This header is not available on Windows.
113 #define vsnprintf _vsnprintf macro
    [all...]
  /external/gtest/src/
gtest.cc 55 // Declares vsnprintf(). This header is not available on Windows.
130 #define vsnprintf _vsnprintf macro
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 56 // Declares vsnprintf(). This header is not available on Windows.
129 #define vsnprintf _vsnprintf macro
    [all...]

Completed in 1226 milliseconds