Home
last modified time | relevance | path

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

/u-boot/include/
A DxyzModem.h53 #define diag_vsprintf vsprintf
A Dvsprintf.h195 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 DMakefile135 obj-$(CONFIG_$(SPL_TPL_)SPRINTF) += vsprintf.o
140 obj-y += vsprintf.o strto.o
A Dvsprintf.c798 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 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 758 milliseconds