/Linux-v4.19/arch/m68k/sun3/prom/ |
D | printf.c | 34 i = vsprintf(ppbuf + 1, fmt, args) + 1; in prom_printf() 36 i = vsprintf(ppbuf, fmt, args); in prom_printf()
|
/Linux-v4.19/arch/x86/boot/ |
D | printf.c | 115 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 291 i = vsprintf(buf, fmt, args); in sprintf() 303 printed = vsprintf(printf_buf, fmt, args); in printf()
|
D | boot.h | 323 int vsprintf(char *buf, const char *fmt, va_list args);
|
/Linux-v4.19/arch/powerpc/boot/ |
D | stdio.c | 150 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 339 i=vsprintf(buf,fmt,args); in sprintf() 353 n = vsprintf(sprint_buf, fmt, args); in printf()
|
D | stdio.h | 18 extern int vsprintf(char *buf, const char *fmt, va_list args);
|
/Linux-v4.19/arch/alpha/lib/ |
D | srm_printk.c | 18 len = vsprintf(buf, fmt, args); in srm_printk()
|
/Linux-v4.19/tools/perf/ |
D | MANIFEST | 18 tools/lib/vsprintf.c
|
/Linux-v4.19/arch/alpha/boot/ |
D | stdio.c | 114 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 303 i=vsprintf(buf,fmt,args); in sprintf()
|
/Linux-v4.19/tools/perf/util/ |
D | python-ext-sources | 19 ../lib/vsprintf.c
|
D | Build | 103 libperf-y += vsprintf.o 221 $(OUTPUT)util/vsprintf.o: ../lib/vsprintf.c FORCE
|
/Linux-v4.19/drivers/video/fbdev/ |
D | cyber2000fb.h | 29 vsprintf(buffer, fmt, ap); in debug_printf()
|
/Linux-v4.19/drivers/isdn/hysdn/ |
D | hysdn_proclog.c | 81 cp += vsprintf(cp, fmt, args); in hysdn_addlog()
|
/Linux-v4.19/init/ |
D | do_mounts.c | 480 vsprintf(buf, fmt, args); in change_floppy()
|
/Linux-v4.19/lib/ |
D | Makefile | 20 lib-y := ctype.o string.o vsprintf.o cmdline.o \
|
D | vsprintf.c | 2471 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 2475 EXPORT_SYMBOL(vsprintf);
|
/Linux-v4.19/Documentation/core-api/ |
D | kernel-api.rst | 24 .. kernel-doc:: lib/vsprintf.c
|
/Linux-v4.19/include/linux/ |
D | kernel.h | 482 extern __printf(2, 0) int vsprintf(char *buf, const char *, va_list);
|
/Linux-v4.19/drivers/acpi/ |
D | osl.c | 162 vsprintf(buffer, fmt, args); in acpi_os_vprintf()
|
/Linux-v4.19/Documentation/ia64/ |
D | err_inject.txt | 138 vsprintf(buf, fmt, args);
|
/Linux-v4.19/samples/mic/mpssd/ |
D | mpssd.c | 1780 vsprintf(buffer, format, args); in mpsslog()
|
/Linux-v4.19/net/bluetooth/ |
D | hci_sock.c | 623 vsprintf(skb_put(skb, len), fmt, args); in send_monitor_note()
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | config.c | 683 p += vsprintf(p, fmt, args); in VHiSax_putstatus()
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | debug.c | 689 if ((length = (unsigned long)vsprintf(&fmtBuf[0], format, ap)) > 0) { in DI_format()
|
/Linux-v4.19/drivers/scsi/ |
D | BusLogic.c | 3593 len = vsprintf(buf, fmt, args); in blogic_msg()
|
D | gdth.c | 252 i = vsprintf(strbuf,fmt,args); in ser_printk()
|