Searched refs:vsprintf (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/include/ |
H A D | xyzModem.h | 51 #define diag_vsprintf vsprintf
|
H A D | vsprintf.h | 124 int vsprintf(char *buf, const char *fmt, va_list args);
|
/openbmc/u-boot/lib/ |
H A D | Makefile | 112 obj-$(CONFIG_$(SPL_TPL_)SPRINTF) += vsprintf.o strmhz.o 117 obj-y += vsprintf.o strto.o strmhz.o
|
H A D | vsprintf.c | 768 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 779 i = vsprintf(buf, fmt, args); in sprintf()
|
/openbmc/u-boot/cmd/ |
H A D | rng.c | 41 vsprintf(buffer, format, aptr); in printProgress()
|
/openbmc/u-boot/examples/api/ |
H A D | Makefile | 38 EXT_COBJ-y += lib/vsprintf.o
|
/openbmc/u-boot/common/ |
H A D | lcd_console.c | 215 vsprintf(buf, fmt, args); in lcd_printf()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | Makefile | 84 STDIO_OBJS = sprintf.o snprintf.o vfprintf.o vsnprintf.o vsprintf.o fprintf.o \
|
/openbmc/u-boot/post/ |
H A D | post.c | 402 vsprintf(printbuffer, format, args); in post_log()
|
/openbmc/qemu/docs/devel/ |
H A D | style.rst | 513 The same limitation exists with sprintf and vsprintf, so use snprintf and
|