/linux-6.1.9/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-6.1.9/arch/x86/boot/ |
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()
|
D | boot.h | 298 int vsprintf(char *buf, const char *fmt, va_list args);
|
/linux-6.1.9/arch/powerpc/boot/ |
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()
|
D | stdio.h | 18 extern int vsprintf(char *buf, const char *fmt, va_list args);
|
/linux-6.1.9/arch/alpha/lib/ |
D | srm_printk.c | 18 len = vsprintf(buf, fmt, args); in srm_printk()
|
/linux-6.1.9/arch/alpha/boot/ |
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()
|
/linux-6.1.9/tools/perf/ |
D | MANIFEST | 22 tools/lib/vsprintf.c
|
/linux-6.1.9/tools/perf/util/ |
D | python-ext-sources | 24 ../lib/vsprintf.c
|
D | Build | 138 perf-y += vsprintf.o 329 $(OUTPUT)util/vsprintf.o: ../lib/vsprintf.c FORCE
|
/linux-6.1.9/drivers/firmware/efi/libstub/ |
D | Makefile | 70 alignedmem.o relocate.o vsprintf.o
|
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | kernel-api.rst | 36 lib/vsprintf.c
|
/linux-6.1.9/drivers/video/fbdev/ |
D | cyber2000fb.h | 26 vsprintf(buffer, fmt, ap); in debug_printf()
|
/linux-6.1.9/include/linux/ |
D | kernel.h | 211 extern __printf(2, 0) int vsprintf(char *buf, const char *, va_list);
|
/linux-6.1.9/arch/mips/fw/cfe/ |
D | cfe_api.c | 430 vsprintf(msg, fmt, ap); in cfe_die()
|
/linux-6.1.9/Documentation/core-api/ |
D | kernel-api.rst | 24 .. kernel-doc:: lib/vsprintf.c
|
/linux-6.1.9/lib/ |
D | Makefile | 30 lib-y := ctype.o string.o vsprintf.o cmdline.o \
|
D | vsprintf.c | 2980 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 2984 EXPORT_SYMBOL(vsprintf);
|
/linux-6.1.9/drivers/acpi/ |
D | osl.c | 156 vsprintf(buffer, fmt, args); in acpi_os_vprintf()
|
/linux-6.1.9/net/ceph/ |
D | mon_client.c | 1002 len = vsprintf(h->str, fmt, ap); in do_mon_command_vargs()
|
/linux-6.1.9/Documentation/ia64/ |
D | err_inject.rst | 138 vsprintf(buf, fmt, args);
|
/linux-6.1.9/net/bluetooth/ |
D | hci_sock.c | 642 vsprintf(skb_put(skb, len), fmt, args); in send_monitor_note()
|
/linux-6.1.9/sound/pci/hda/ |
D | hda_codec.c | 918 vsprintf(name, fmt, vargs); in snd_hda_codec_device_init()
|
/linux-6.1.9/Documentation/scsi/ |
D | ChangeLog.lpfc | 1820 * Change elx_printf_log to use vsprintf.
|
/linux-6.1.9/ |
D | MAINTAINERS | 22064 F: lib/vsprintf.c
|