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

12 3 4

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 58 #define vsnprintf (int)AsciiVSPrint macro
59 #define _vsnprintf vsnprintf
  /external/libxml2/
trio.h 186 # undef vsnprintf macro
187 # define vsnprintf trio_vsnprintf macro
  /external/python/cpython2/Include/
pyerrors.h 317 # define vsnprintf _vsnprintf macro
  /external/syslinux/com32/lib/zlib/
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/tcpdump/missing/
snprintf.c 465 ret = vsnprintf (str, sz, format, args);
603 vsnprintf (char *str, size_t sz, const char *format, va_list args) function
  /external/webrtc/webrtc/base/
stringutils.h 61 // strchr, vsnprintf, strtoul, tolowercase
96 #ifndef vsnprintf
97 inline int vsnprintf(wchar_t* buf, size_t n, const wchar_t* fmt, va_list args) { function
100 #endif // !vsnprintf
177 // Safe versions of strncpy, strncat, snprintf and vsnprintf that always
211 int len = vsnprintf(buffer, buflen, format, args);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyerrors.h 316 # define vsnprintf _vsnprintf macro
  /prebuilts/gdb/linux-x86/include/python2.7/
pyerrors.h 316 # define vsnprintf _vsnprintf macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyerrors.h 316 # define vsnprintf _vsnprintf macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyerrors.h 316 # define vsnprintf _vsnprintf macro
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 91 int vsnprintf(char *str, size_t size, const char *format, va_list ap);
135 retval = vsnprintf(str, size, format, ap);
141 * Scaled down version of vsnprintf(3).
144 vsnprintf(char *str, size_t size, const char *format, va_list ap) function
170 * Kernel version which takes radix argument vsnprintf(3).
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
zutil.h 198 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
206 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
207 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
208 # define vsnprintf _vsnprintf macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzguts.h 69 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
77 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
78 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
80 # define vsnprintf _vsnprintf macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 75 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
83 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
84 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
86 # define vsnprintf _vsnprintf macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zutil.h 198 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
206 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
207 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
208 # define vsnprintf _vsnprintf macro
  /external/cmockery/cmockery_0_1_2/src/example/
calculator_test.c 24 #define vsnprintf _vsnprintf macro
65 return_value = vsnprintf(temporary_buffer, sizeof(temporary_buffer),
79 return_value = vsnprintf(temporary_buffer, sizeof(temporary_buffer),
  /external/python/cpython2/Modules/zlib/
gzguts.h 69 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
77 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
78 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
80 # define vsnprintf _vsnprintf macro
  /external/python/cpython3/Include/
pyerrors.h 493 # define vsnprintf _vsnprintf macro
  /external/python/cpython3/Modules/zlib/
gzguts.h 77 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
85 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
86 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
88 # define vsnprintf _vsnprintf macro
  /external/syslinux/com32/lib/
vsnprintf.c 2 * vsnprintf.c
4 * vsnprintf(), from which the rest of the printf()
168 int vsnprintf(char *buffer, size_t n, const char *format, va_list ap) function
  /external/syslinux/gpxe/src/core/
vsprintf.c 266 /** Context used by vsnprintf() and friends */
302 int vsnprintf ( char *buf, size_t size, const char *fmt, va_list args ) { function
338 i = vsnprintf ( buf, size, fmt, args );
344 * Version of vsnprintf() that accepts a signed buffer size
358 /* Hand off to vsnprintf */
359 return vsnprintf ( buf, ssize, fmt, args );
363 * Version of vsnprintf() that accepts a signed buffer size
  /external/tcpdump/
netdissect-stdinc.h 185 #define vsnprintf _vsnprintf macro
  /external/zlib/src/
gzguts.h 77 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
85 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
86 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
88 # define vsnprintf _vsnprintf macro
  /toolchain/binutils/binutils-2.27/zlib/
gzguts.h 69 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
77 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
78 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
80 # define vsnprintf _vsnprintf macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
compat.c 821 vsnprintf(char *str, size_t count, const char *fmt, va_list args) function
837 (void) vsnprintf(str, count, fmt, ap);

Completed in 1193 milliseconds

12 3 4