Home
last modified time | relevance | path

Searched refs:vsprintf (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
Dstdio.h66 int vsprintf(char * __restrict, const char * __restrict,
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvsprintf.c56 vsprintf(char *str, const char *fmt, va_list ap) in vsprintf() function
DStdio.inf72 vsprintf.c #
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-trace.c75 b += vsprintf(b, format, args); in xf_trace()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmysnprintf.c84 len = vsprintf(buffer, format, va); in PyOS_vsnprintf()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dmysnprintf.c84 len = vsprintf(buffer, format, va); in PyOS_vsnprintf()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DEfiUtilityMsgs.c523 vsprintf (Line2, MsgFmt, List); in PrintMessage()
553 vsprintf (Line, MsgFmt, List); in PrintSimpleMessage()
/device/google/crosshatch/json-c/
Dprintbuf.c142 if((chars = vsprintf(b, fmt, ap)) < 0) in vasprintf()
/device/google/sunfish/json-c/
Dprintbuf.c142 if((chars = vsprintf(b, fmt, ap)) < 0) in vasprintf()
/device/google/coral/json-c/
Dprintbuf.c142 if((chars = vsprintf(b, fmt, ap)) < 0) in vasprintf()
/device/google/bonito/json-c/
Dprintbuf.c142 if((chars = vsprintf(b, fmt, ap)) < 0) in vasprintf()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
DUtilsMsgs.c397 vsprintf (Line2, MsgFmt, List); in PrintMessage()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dgzwrite.c346 (void)vsprintf((char *)(state->in), format, va); in gzvprintf()
350 len = vsprintf((char *)(state->in), format, va); in gzvprintf()
Dconfigure622 n = vsprintf(buf, fmt, ap);
DFAQ262 compiled to use sprintf() or vsprintf(), then there is no protection
DChangeLog371 - Fix bug in void-returning vsprintf() case in gzwrite.c
889 - Improve checking after insecure sprintf() or vsprintf() calls
928 - Try to use _vsnprintf where it supplants vsprintf [Vollant]
1095 - do not assume that vsprintf returns the number of bytes written (Jens Krinke)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiUtilityMsgs.c498 vsprintf (Line2, MsgFmt, List); in PrintMessage()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h1048 int vsprintf(char * __restrict Buff, const char * __restrict Format, va_list Args);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dconfigure297 n = vsprintf(buf, fmt, ap);
Dgzio.c613 (void)vsprintf(buf, format, va); in gzprintf()
618 len = vsprintf(buf, format, va); in gzprintf()
DChangeLog272 - Improve checking after insecure sprintf() or vsprintf() calls
311 - Try to use _vsnprintf where it supplants vsprintf [Vollant]
478 - do not assume that vsprintf returns the number of bytes written (Jens Krinke)
DFAQ259 is compiled to use sprintf() or vsprintf(), then there is no protection
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dsubr_prf.c116 vsprintf(char *buf, const char *cfmt, va_list ap) in vsprintf() function
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.cpp46 offset += vsprintf(buf + offset, fmt, params); in appendFmt()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c4578 vsprintf (Line, Fmt, List); in Message()

12