Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A DxyzModem.h52 #define diag_vsprintf vsprintf
H A Dvsprintf.h125 int vsprintf(char *buf, const char *fmt, va_list args);
/rk3399_rockchip-uboot/lib/
H A DMakefile118 obj-$(SERIAL_SUPPORT) += vsprintf.o panic.o strto.o strmhz.o
122 obj-y += vsprintf.o panic.o strto.o strmhz.o
H A Dvsprintf.c730 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
741 i = vsprintf(buf, fmt, args); in sprintf()
/rk3399_rockchip-uboot/examples/api/
H A DMakefile37 EXT_COBJ-y += lib/vsprintf.o
/rk3399_rockchip-uboot/common/
H A Dlcd_console.c216 vsprintf(buf, fmt, args); in lcd_printf()
/rk3399_rockchip-uboot/post/
H A Dpost.c403 vsprintf(printbuffer, format, args); in post_log()