Searched refs:vsprintf (Results 1 – 7 of 7) sorted by relevance
| /u-boot/include/ |
| A D | xyzModem.h | 53 #define diag_vsprintf vsprintf
|
| A D | vsprintf.h | 195 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 | 135 obj-$(CONFIG_$(SPL_TPL_)SPRINTF) += vsprintf.o 140 obj-y += vsprintf.o strto.o
|
| A D | vsprintf.c | 798 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 809 i = vsprintf(buf, fmt, args); in sprintf()
|
| /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 758 milliseconds