HomeSort by relevance Sort by last modified time
    Searched refs:_vsnprintf (Results 26 - 50 of 80) sorted by null

12 3 4

  /hardware/qcom/msm8998/json-c/
printbuf.c 113 # define vsnprintf _vsnprintf
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
zutil.h 206 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
208 # define vsnprintf _vsnprintf
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zutil.h 206 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
208 # define vsnprintf _vsnprintf
  /external/ImageMagick/MagickCore/
nt-base.h 277 #define vsnprintf _vsnprintf
  /external/bison/lib/
strerror_r.c 102 result = _vsnprintf (buf, buflen, format, args);
  /external/cmockery/cmockery_0_1_2/src/example/
calculator_test.c 24 #define vsnprintf _vsnprintf
  /external/e2fsprogs/intl/
printf.c 169 # define system_vsnprintf _vsnprintf
  /external/syslinux/com32/lib/zlib/
zutil.h 200 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
203 # define vsnprintf _vsnprintf
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyerrors.h 317 # define vsnprintf _vsnprintf
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyerrors.h 316 # define vsnprintf _vsnprintf
  /external/libmicrohttpd/src/platform/
w32functions.c 654 ret = _vsnprintf(s, n, format, args);
  /external/pdfium/core/fxcrt/
fx_basic_util.cpp 137 (void)_vsnprintf(str, size, fmt, ap);
  /external/python/cpython2/Include/
pyerrors.h 317 # define vsnprintf _vsnprintf
  /external/vulkan-validation-layers/layers/
vk_layer_logging.h 320 _vsnprintf(*strp, size+1, fmt, ap);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h 148 Return = _vsnprintf(Destination, MaxLength, Format, argList);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyerrors.h 316 # define vsnprintf _vsnprintf
  /prebuilts/gdb/linux-x86/include/python2.7/
pyerrors.h 316 # define vsnprintf _vsnprintf
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_logging.h 299 _vsnprintf(*strp, size+1, fmt, ap);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyerrors.h 316 # define vsnprintf _vsnprintf
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyerrors.h 316 # define vsnprintf _vsnprintf
  /external/libusb/libusb/
libusbi.h 545 #define vsnprintf _vsnprintf
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
trace_impl.cc 592 _vsnprintf(temp_buff, WEBRTC_TRACE_MAX_MESSAGE_SIZE - 1, msg, args);
  /external/syslinux/lzo/src/
lzo_supp.h 433 # define vsnprintf _vsnprintf
446 # define vsnprintf _vsnprintf
456 # define vsnprintf _vsnprintf
472 # define vsnprintf _vsnprintf
492 # define vsnprintf _vsnprintf
526 # define vsnprintf _vsnprintf
539 # define vsnprintf _vsnprintf
569 # define vsnprintf _vsnprintf
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 134 _vsnprintf (Buffer, sizeof (Buffer), Format, Marker);
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
lcms2_internal.h 90 # define vsnprintf _vsnprintf
    [all...]

Completed in 3261 milliseconds

12 3 4