/openbmc/linux/arch/m68k/sun3/prom/ |
H A D | printf.c | 34 i = vsprintf(ppbuf + 1, fmt, args) + 1; in prom_printf() 36 i = vsprintf(ppbuf, fmt, args); in prom_printf()
|
/openbmc/linux/arch/x86/boot/ |
H A D | printf.c | 113 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 289 i = vsprintf(buf, fmt, args); in sprintf() 301 printed = vsprintf(printf_buf, fmt, args); in printf()
|
H A D | boot.h | 298 int vsprintf(char *buf, const char *fmt, va_list args);
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | stdio.c | 146 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 335 i=vsprintf(buf,fmt,args); in sprintf() 349 n = vsprintf(sprint_buf, fmt, args); in printf()
|
H A D | stdio.h | 18 extern int vsprintf(char *buf, const char *fmt, va_list args);
|
/openbmc/linux/arch/alpha/lib/ |
H A D | srm_printk.c | 18 len = vsprintf(buf, fmt, args); in srm_printk()
|
/openbmc/u-boot/include/ |
H A D | xyzModem.h | 51 #define diag_vsprintf vsprintf
|
H A D | vsprintf.h | 124 int vsprintf(char *buf, const char *fmt, va_list args);
|
/openbmc/linux/include/linux/ |
H A D | sprintf.h | 11 __printf(2, 0) int vsprintf(char *buf, const char *, va_list);
|
/openbmc/u-boot/lib/ |
H A D | Makefile | 112 obj-$(CONFIG_$(SPL_TPL_)SPRINTF) += vsprintf.o strmhz.o 117 obj-y += vsprintf.o strto.o strmhz.o
|
H A D | vsprintf.c | 768 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 779 i = vsprintf(buf, fmt, args); in sprintf()
|
/openbmc/linux/arch/alpha/boot/ |
H A D | stdio.c | 110 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 299 i = vsprintf(buf, fmt, args); in sprintf()
|
/openbmc/linux/tools/perf/ |
H A D | MANIFEST | 20 tools/lib/vsprintf.c
|
/openbmc/u-boot/cmd/ |
H A D | rng.c | 41 vsprintf(buffer, format, aptr); in printProgress()
|
/openbmc/u-boot/examples/api/ |
H A D | Makefile | 38 EXT_COBJ-y += lib/vsprintf.o
|
/openbmc/linux/tools/perf/util/ |
H A D | python-ext-sources | 24 ../lib/vsprintf.c
|
H A D | Build | 140 perf-y += vsprintf.o 378 $(OUTPUT)util/vsprintf.o: ../lib/vsprintf.c FORCE
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | netboot.mak | 38 STDIO_OBJS = sprintf.o snprintf.o vfprintf.o vsnprintf.o vsprintf.o fprintf.o \
|
/openbmc/u-boot/common/ |
H A D | lcd_console.c | 215 vsprintf(buf, fmt, args); in lcd_printf()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | Makefile | 73 alignedmem.o relocate.o printk.o vsprintf.o
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | kernel-api.rst | 36 lib/vsprintf.c
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | cyber2000fb.h | 26 vsprintf(buffer, fmt, ap); in debug_printf()
|
/openbmc/u-boot/post/ |
H A D | post.c | 402 vsprintf(printbuffer, format, args); in post_log()
|
/openbmc/linux/arch/mips/fw/cfe/ |
H A D | cfe_api.c | 430 vsprintf(msg, fmt, ap); in cfe_die()
|
/openbmc/linux/Documentation/core-api/ |
H A D | kernel-api.rst | 24 .. kernel-doc:: lib/vsprintf.c
|