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

12

  /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
  /external/valgrind/main/coregrind/
m_libcprint.c 229 UInt VG_(vsnprintf) ( Char* buf, Int size, const HChar *format, va_list vargs ) function
247 ret = VG_(vsnprintf)(buf, size, format, vargs);
  /external/zlib/src/
gzguts.h 62 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
70 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
71 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
73 # define vsnprintf _vsnprintf macro
  /external/bison/darwin-lib/
stdio.h 1599 # define vsnprintf macro
1617 _GL_CXXALIASWARN (vsnprintf); variable
1619 # undef vsnprintf macro
    [all...]
  /external/bison/linux-lib/
stdio.h 1599 # define vsnprintf macro
1617 _GL_CXXALIASWARN (vsnprintf); variable
1619 # undef vsnprintf macro
    [all...]
  /external/openssh/openbsd-compat/
bsd-snprintf.c 44 * The original code assumed that both snprintf() and vsnprintf() were
45 * missing. Some systems only have snprintf() but not vsnprintf(), so
832 vsnprintf (char *str, size_t count, const char *fmt, va_list args) function
846 ret = vsnprintf(str, count, fmt, ap);
  /external/wpa_supplicant_8/src/utils/
common.h 80 #undef vsnprintf macro
81 #define vsnprintf _vsnprintf macro
372 /* vsnprintf - only used for wpa_msg() in wpa_supplicant.c */
373 int vsnprintf(char *str, size_t size, const char *format, va_list ap);
  /bionic/libc/include/
stdio.h 280 int vsnprintf(char *, size_t, const char *, __va_list)
467 int vsnprintf(char *dest, size_t size, const char *format, __va_list ap) function
  /external/libpcap/
pcap-int.h 300 #define vsnprintf pcap_vsnprintf macro
301 extern int vsnprintf (char *, size_t, const char *, va_list ap);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 617 /// int vsnprintf(char *s, size_t n, const char *format, va_list ap);
618 vsnprintf, enumerator in enum:llvm::LibFunc::Func
  /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/chromium/testing/gtest/src/
gtest.cc 59 // Declares vsnprintf(). This header is not available on Windows.
136 # define vsnprintf _vsnprintf macro
    [all...]
  /external/gtest/src/
gtest.cc 59 // Declares vsnprintf(). This header is not available on Windows.
136 # define vsnprintf _vsnprintf macro
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 59 // Declares vsnprintf(). This header is not available on Windows.
136 # define vsnprintf _vsnprintf macro
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 59 // Declares vsnprintf(). This header is not available on Windows.
136 # define vsnprintf _vsnprintf macro
    [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc 56 // Declares vsnprintf(). This header is not available on Windows.
129 #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...]
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc 329 // Declares vsnprintf(). This header is not available on Windows.
1440 # define vsnprintf macro
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 237 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);
    [all...]
  /external/valgrind/main/perf/
tinycc.c 5372 #define vsnprintf macro
    [all...]

Completed in 2090 milliseconds

12