Home
last modified time | relevance | path

Searched refs:vsnprintf (Results 1 – 25 of 46) sorted by relevance

12

/device/google/crosshatch/json-c/
Dprintbuf.c113 # 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()
Dconfigure.ac45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
/device/google/sunfish/json-c/
Dprintbuf.c113 # 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()
Dconfigure.ac45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
/device/google/coral/json-c/
Dprintbuf.c113 # 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()
Dconfigure.ac45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
/device/google/bonito/json-c/
Dprintbuf.c113 # 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()
Dconfigure.ac45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvsnprintf.c53 __weak_alias(vsnprintf,_vsnprintf) in __weak_alias() argument
57 vsnprintf(char *str, size_t n, const char *fmt, va_list ap) in __weak_alias()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
DOnigurumaUefiPort.h58 #define vsnprintf (int)AsciiVSPrint macro
59 #define _vsnprintf vsnprintf
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dgzguts.h84 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
86 # define vsnprintf _vsnprintf macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dgzguts.h78 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
80 # define vsnprintf _vsnprintf macro
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dprintf.c19 vsnprintf(buf, sizeof(buf) - 1, fmt, args); in printf()
Dsubr_prf.c91 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/
Dstdio.h74 int vsnprintf(char * __restrict, size_t, const char * __restrict,
/device/generic/goldfish/network/netmgr/
Dresult.h36 vsnprintf(buffer, sizeof(buffer), format, args); in error()
/device/generic/goldfish/network/wifi_forwarder/
Dresult.h36 vsnprintf(buffer, sizeof(buffer), format, args); in error()
/device/generic/goldfish/dhcp/common/include/
Dresult.h36 vsnprintf(buffer, sizeof(buffer), format, args); in error()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzutil.h207 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
208 # define vsnprintf _vsnprintf macro
Dconfigure234 vsnprintf(buf, sizeof(buf), fmt, ap);
259 n = vsnprintf(buf, sizeof(buf), fmt, ap);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
Dzutil.h207 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
208 # define vsnprintf _vsnprintf macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmysnprintf.c75 len = vsnprintf(str, size, format, va); in PyOS_vsnprintf()
/device/generic/goldfish-opengl/android-emu/android/base/
DStringFormat.cpp51 int ret = vsnprintf(&(*string)[cur_size], extra, format, args2); in StringAppendFormatWithArgs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dmysnprintf.c75 len = vsnprintf(str, size, format, va); in PyOS_vsnprintf()
/device/generic/goldfish/wifi/execns/
Dexecns.cpp197 int printed = vsnprintf(buffer + len, size - len, fmt, args); in sncatf()

12