Home
last modified time | relevance | path

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

/u-boot/include/
A DxyzModem.h53 #define diag_vsprintf vsprintf
A Dvsprintf.h124 int vsprintf(char *buf, const char *fmt, va_list args);
/u-boot/examples/api/
A DMakefile38 EXT_COBJ-y += lib/vsprintf.o
/u-boot/lib/
A DMakefile123 obj-$(CONFIG_$(SPL_TPL_)SPRINTF) += vsprintf.o
128 obj-y += vsprintf.o strto.o
A Dvsprintf.c769 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
780 i = vsprintf(buf, fmt, args); in sprintf()
/u-boot/common/
A Dlcd_console.c218 vsprintf(buf, fmt, args); in lcd_printf()
/u-boot/post/
A Dpost.c410 vsprintf(printbuffer, format, args); in post_log()
/u-boot/drivers/xen/
A Dxenbus.c524 vsprintf(val, fmt, args); in xenbus_printf()

Completed in 18 milliseconds