Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A DxyzModem.h51 #define diag_vsprintf vsprintf
H A Dvsprintf.h124 int vsprintf(char *buf, const char *fmt, va_list args);
/openbmc/u-boot/lib/
H A DMakefile112 obj-$(CONFIG_$(SPL_TPL_)SPRINTF) += vsprintf.o strmhz.o
117 obj-y += vsprintf.o strto.o strmhz.o
H A Dvsprintf.c768 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 Drng.c41 vsprintf(buffer, format, aptr); in printProgress()
/openbmc/u-boot/examples/api/
H A DMakefile38 EXT_COBJ-y += lib/vsprintf.o
/openbmc/u-boot/common/
H A Dlcd_console.c215 vsprintf(buf, fmt, args); in lcd_printf()
/openbmc/qemu/pc-bios/s390-ccw/
H A DMakefile84 STDIO_OBJS = sprintf.o snprintf.o vfprintf.o vsnprintf.o vsprintf.o fprintf.o \
/openbmc/u-boot/post/
H A Dpost.c402 vsprintf(printbuffer, format, args); in post_log()
/openbmc/qemu/docs/devel/
H A Dstyle.rst513 The same limitation exists with sprintf and vsprintf, so use snprintf and