Searched defs:vsnprintf (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dpyerrors.h317 # define vsnprintf _vsnprintf macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpyerrors.h316 # define vsnprintf _vsnprintf macro
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A DOnigurumaUefiPort.h48 #define vsnprintf (int)AsciiVSPrint macro
49 #define _vsnprintf vsnprintf
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
H A Dzutil.h198 /* 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/
H A Dgzguts.h69 /* 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/
H A Dgzguts.h75 /* 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/
H A Dzutil.h198 /* 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/arm-trusted-firmware/lib/stdlib/
H A Dsubr_prf.c91 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/StdLib/LibC/Uefi/
H A Dcompat.c821 vsnprintf(char *str, size_t count, const char *fmt, va_list args) function
837 (void) vsnprintf(str, count, fmt, ap);

Completed in 410 milliseconds