Searched refs:vsprintf (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | xyzModem.h | 52 #define diag_vsprintf vsprintf
|
| H A D | vsprintf.h | 125 int vsprintf(char *buf, const char *fmt, va_list args);
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | Makefile | 118 obj-$(SERIAL_SUPPORT) += vsprintf.o panic.o strto.o strmhz.o 122 obj-y += vsprintf.o panic.o strto.o strmhz.o
|
| H A D | vsprintf.c | 730 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 D | Makefile | 37 EXT_COBJ-y += lib/vsprintf.o
|
| /rk3399_rockchip-uboot/common/ |
| H A D | lcd_console.c | 216 vsprintf(buf, fmt, args); in lcd_printf()
|
| /rk3399_rockchip-uboot/post/ |
| H A D | post.c | 403 vsprintf(printbuffer, format, args); in post_log()
|