Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/m68k/sun3/prom/
H A Dprintf.c34 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 Dprintf.c113 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 Dboot.h298 int vsprintf(char *buf, const char *fmt, va_list args);
/openbmc/linux/arch/powerpc/boot/
H A Dstdio.c146 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 Dstdio.h18 extern int vsprintf(char *buf, const char *fmt, va_list args);
/openbmc/linux/arch/alpha/lib/
H A Dsrm_printk.c18 len = vsprintf(buf, fmt, args); in srm_printk()
/openbmc/u-boot/include/
H A DxyzModem.h51 #define diag_vsprintf vsprintf
H A Dvsprintf.h124 int vsprintf(char *buf, const char *fmt, va_list args);
/openbmc/linux/include/linux/
H A Dsprintf.h11 __printf(2, 0) int vsprintf(char *buf, const char *, va_list);
/openbmc/u-boot/lib/
H A DMakefile112 obj-$(CONFIG_$(SPL_TPL_)SPRINTF) += vsprintf.o strmhz.o
117 obj-y += vsprintf.o strto.o strmhz.o
H A Dvsprintf.c768 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 Dstdio.c110 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 DMANIFEST20 tools/lib/vsprintf.c
/openbmc/u-boot/cmd/
H A Drng.c41 vsprintf(buffer, format, aptr); in printProgress()
/openbmc/u-boot/examples/api/
H A DMakefile38 EXT_COBJ-y += lib/vsprintf.o
/openbmc/linux/tools/perf/util/
H A Dpython-ext-sources24 ../lib/vsprintf.c
H A DBuild140 perf-y += vsprintf.o
378 $(OUTPUT)util/vsprintf.o: ../lib/vsprintf.c FORCE
/openbmc/qemu/pc-bios/s390-ccw/
H A Dnetboot.mak38 STDIO_OBJS = sprintf.o snprintf.o vfprintf.o vsnprintf.o vsprintf.o fprintf.o \
/openbmc/u-boot/common/
H A Dlcd_console.c215 vsprintf(buf, fmt, args); in lcd_printf()
/openbmc/linux/drivers/firmware/efi/libstub/
H A DMakefile73 alignedmem.o relocate.o printk.o vsprintf.o
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dkernel-api.rst36 lib/vsprintf.c
/openbmc/linux/drivers/video/fbdev/
H A Dcyber2000fb.h26 vsprintf(buffer, fmt, ap); in debug_printf()
/openbmc/u-boot/post/
H A Dpost.c402 vsprintf(printbuffer, format, args); in post_log()
/openbmc/linux/arch/mips/fw/cfe/
H A Dcfe_api.c430 vsprintf(msg, fmt, ap); in cfe_die()
/openbmc/linux/Documentation/core-api/
H A Dkernel-api.rst24 .. kernel-doc:: lib/vsprintf.c

12