Searched refs:vsprintf (Results 1 – 8 of 8) sorted by relevance
/u-boot/include/ |
A D | xyzModem.h | 53 #define diag_vsprintf vsprintf
|
A D | vsprintf.h | 124 int vsprintf(char *buf, const char *fmt, va_list args);
|
/u-boot/examples/api/ |
A D | Makefile | 38 EXT_COBJ-y += lib/vsprintf.o
|
/u-boot/lib/ |
A D | Makefile | 123 obj-$(CONFIG_$(SPL_TPL_)SPRINTF) += vsprintf.o 128 obj-y += vsprintf.o strto.o
|
A D | vsprintf.c | 769 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 D | lcd_console.c | 218 vsprintf(buf, fmt, args); in lcd_printf()
|
/u-boot/post/ |
A D | post.c | 410 vsprintf(printbuffer, format, args); in post_log()
|
/u-boot/drivers/xen/ |
A D | xenbus.c | 524 vsprintf(val, fmt, args); in xenbus_printf()
|
Completed in 18 milliseconds