HomeSort by relevance Sort by last modified time
    Searched defs:vsnprintf (Results 51 - 75 of 80) sorted by null

1 23 4

  /external/ImageMagick/MagickCore/
nt-base.h 275 #if !defined(vsnprintf)
277 #define vsnprintf _vsnprintf macro
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 49 #define vsnprintf _vsnprintf macro
627 vsnprintf(s_Text, MAX_LETTERS+1, pszFormat, args);
    [all...]
PVRTString.cpp 31 #define vsnprintf _vsnprintf macro
    [all...]
  /external/valgrind/coregrind/
m_libcprint.c 740 /* The return value of VG_(snprintf) and VG_(vsnprintf) differs from
771 UInt VG_(vsnprintf) ( HChar* buf, Int size, const HChar *format, va_list vargs ) function
790 ret = VG_(vsnprintf)(buf, size, format, vargs);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 79 #undef vsnprintf macro
80 #define vsnprintf _vsnprintf macro
366 /* vsnprintf - only used for wpa_msg() in wpa_supplicant.c */
367 int vsnprintf(char *str, size_t size, const char *format, va_list ap);
  /bionic/libc/stdio/
stdio.cpp 922 PRINTF_IMPL(vsnprintf(s, n, fmt, ap));
969 int vsnprintf(char* s, size_t n, const char* fmt, va_list ap) { function
973 __check_count("vsnprintf", "size", n);
996 return vsnprintf(s, SSIZE_MAX, fmt, ap);
  /external/capstone/include/
capstone.h 120 // User-defined dynamic memory related functions: malloc/calloc/realloc/free/vsnprintf()
121 // By default, Capstone uses system's malloc(), calloc(), realloc(), free() & vsnprintf().
127 cs_vsnprintf_t vsnprintf; member in struct:cs_opt_mem
  /external/harfbuzz_ng/src/
hb-private.hh 186 # define vsnprintf _vsnprintf macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 350 int vsnprintf (char *__stream, size_t __n, const char *__format, __builtin_va_list __local_argv) function
547 * vsnprintf as _vsnprintf, eg. libxml2. */
549 #pragma push_macro("vsnprintf")
551 # undef vsnprintf macro
558 int vsnprintf (char * __restrict__ __stream, size_t __n, const char * __restrict__ __format, va_list __local_argv) function
579 #pragma pop_macro ("vsnprintf")
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 31 #define vsnprintf _vsnprintf macro
    [all...]
  /external/libusb/libusb/
libusbi.h 545 #define vsnprintf _vsnprintf macro
    [all...]
  /external/libxml2/python/
libxml.c 33 #define vsnprintf trio_vsnprintf macro
1143 vsnprintf(buf, 1023, msg, args);
    [all...]
  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 96 # ifndef vsnprintf
97 # define vsnprintf _vsnprintf macro
    [all...]
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 94 #undef vsnprintf macro
    [all...]
  /external/syslinux/lzo/src/
lzo_supp.h 433 # define vsnprintf _vsnprintf macro
445 # ifndef vsnprintf
446 # define vsnprintf _vsnprintf macro
455 # ifndef vsnprintf
456 # define vsnprintf _vsnprintf macro
471 # ifndef vsnprintf
472 # define vsnprintf _vsnprintf macro
492 # define vsnprintf _vsnprintf macro
526 # define vsnprintf _vsnprintf macro
539 # define vsnprintf _vsnprint macro
569 # define vsnprintf macro
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 60 // Declares vsnprintf(). This header is not available on Windows.
137 # define vsnprintf _vsnprintf macro
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 59 // Declares vsnprintf(). This header is not available on Windows.
136 # define vsnprintf _vsnprintf macro
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 62 // Declares vsnprintf(). This header is not available on Windows.
139 # define vsnprintf _vsnprintf macro
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 59 // Declares vsnprintf(). This header is not available on Windows.
132 #define vsnprintf _vsnprintf macro
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc 59 // Declares vsnprintf(). This header is not available on Windows.
136 # define vsnprintf _vsnprintf macro
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 62 // Declares vsnprintf(). This header is not available on Windows.
139 # define vsnprintf _vsnprintf macro
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest.cc 62 // Declares vsnprintf(). This header is not available on Windows.
139 # define vsnprintf _vsnprintf macro
    [all...]
  /external/googletest/googletest/src/
gtest.cc 65 // Declares vsnprintf(). This header is not available on Windows.
146 # define vsnprintf _vsnprintf macro
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 65 // Declares vsnprintf(). This header is not available on Windows.
146 # define vsnprintf _vsnprintf macro
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 329 // Declares vsnprintf(). This header is not available on Windows.
1472 #define vsnprintf macro
    [all...]

Completed in 2012 milliseconds

1 23 4