| /device/google/bonito/json-c/ |
| D | printbuf.c | 113 # define vsnprintf _vsnprintf macro 115 # error Need vsnprintf! 135 chars = vsnprintf(&_T_emptybuffer, 0, fmt, ap)+1; in vasprintf() 162 size = vsnprintf(buf, 128, msg, ap); in sprintbuf()
|
| D | configure.ac | 45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
|
| /device/google/crosshatch/json-c/ |
| D | printbuf.c | 113 # define vsnprintf _vsnprintf macro 115 # error Need vsnprintf! 135 chars = vsnprintf(&_T_emptybuffer, 0, fmt, ap)+1; in vasprintf() 162 size = vsnprintf(buf, 128, msg, ap); in sprintbuf()
|
| D | configure.ac | 45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
| D | vsnprintf.c | 53 __weak_alias(vsnprintf,_vsnprintf) in __weak_alias() argument 57 vsnprintf(char *str, size_t n, const char *fmt, va_list ap) in __weak_alias()
|
| D | Stdio.inf | 75 vsnprintf.c
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
| D | OnigurumaUefiPort.h | 58 #define vsnprintf (int)AsciiVSPrint macro 59 #define _vsnprintf vsnprintf
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
| D | gzguts.h | 78 # if !defined(vsnprintf) && !defined(NO_vsnprintf) 80 # define vsnprintf _vsnprintf macro
|
| D | gzwrite.c | 354 (void)vsnprintf((char *)(state->in), size, format, va); in gzvprintf() 357 len = vsnprintf((char *)(state->in), size, format, va); in gzvprintf()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/ |
| D | gzguts.h | 84 # if !defined(vsnprintf) && !defined(NO_vsnprintf) 86 # define vsnprintf _vsnprintf macro
|
| /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/ |
| D | printf.c | 19 vsnprintf(buf, sizeof(buf) - 1, fmt, args); in printf()
|
| D | subr_prf.c | 91 int vsnprintf(char *str, size_t size, const char *format, va_list ap); 135 retval = vsnprintf(str, size, format, ap); in snprintf() 144 vsnprintf(char *str, size_t size, const char *format, va_list ap) in vsnprintf() function
|
| /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/ |
| D | stdio.h | 74 int vsnprintf(char * __restrict, size_t, const char * __restrict,
|
| /device/generic/goldfish/dhcp/common/ |
| D | result.h | 36 vsnprintf(buffer, sizeof(buffer), format, args); in error()
|
| /device/generic/goldfish/network/netmgr/ |
| D | result.h | 36 vsnprintf(buffer, sizeof(buffer), format, args); in error()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/ |
| D | zutil.h | 207 # if !defined(vsnprintf) && !defined(NO_vsnprintf) 208 # define vsnprintf _vsnprintf macro
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
| D | zutil.h | 207 # if !defined(vsnprintf) && !defined(NO_vsnprintf) 208 # define vsnprintf _vsnprintf macro
|
| D | configure | 234 vsnprintf(buf, sizeof(buf), fmt, ap); 259 n = vsnprintf(buf, sizeof(buf), fmt, ap);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | mysnprintf.c | 75 len = vsnprintf(str, size, format, va); in PyOS_vsnprintf()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | mysnprintf.c | 75 len = vsnprintf(str, size, format, va); in PyOS_vsnprintf()
|
| /device/generic/goldfish-opengl/android-emu/android/base/ |
| D | StringFormat.cpp | 48 int ret = vsnprintf(&(*string)[cur_size], extra, format, args2); in StringAppendFormatWithArgs()
|
| /device/google/cuttlefish_common/common/libs/auto_resources/ |
| D | auto_resources.cpp | 103 size_t printf_size = vsnprintf(data_, reserve_size_, format, args); in PrintF()
|
| /device/generic/goldfish/wifi/execns/ |
| D | execns.cpp | 197 int printed = vsnprintf(buffer + len, size - len, fmt, args); in sncatf()
|
| /device/generic/goldfish/vibrator/ |
| D | qemu.c | 262 len = vsnprintf(buffer+4, buffer_size-4, format, args); in qemu_command_vformat()
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
| D | compat.c | 821 vsnprintf(char *str, size_t count, const char *fmt, va_list args) in vsnprintf() function 837 (void) vsnprintf(str, count, fmt, ap); in snprintf()
|