Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/m68k/sun3/prom/
A Dprintf.c34 i = vsprintf(ppbuf + 1, fmt, args) + 1; in prom_printf()
36 i = vsprintf(ppbuf, fmt, args); in prom_printf()
/linux-6.3-rc2/arch/x86/boot/
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()
A Dboot.h298 int vsprintf(char *buf, const char *fmt, va_list args);
/linux-6.3-rc2/arch/powerpc/boot/
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()
A Dstdio.h18 extern int vsprintf(char *buf, const char *fmt, va_list args);
/linux-6.3-rc2/arch/alpha/lib/
A Dsrm_printk.c18 len = vsprintf(buf, fmt, args); in srm_printk()
/linux-6.3-rc2/arch/alpha/boot/
A Dstdio.c110 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
299 i = vsprintf(buf, fmt, args); in sprintf()
/linux-6.3-rc2/tools/perf/
A DMANIFEST20 tools/lib/vsprintf.c
/linux-6.3-rc2/tools/perf/util/
A Dpython-ext-sources24 ../lib/vsprintf.c
A DBuild139 perf-y += vsprintf.o
336 $(OUTPUT)util/vsprintf.o: ../lib/vsprintf.c FORCE
/linux-6.3-rc2/drivers/firmware/efi/libstub/
A DMakefile74 alignedmem.o relocate.o printk.o vsprintf.o
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dkernel-api.rst36 lib/vsprintf.c
/linux-6.3-rc2/drivers/video/fbdev/
A Dcyber2000fb.h26 vsprintf(buffer, fmt, ap); in debug_printf()
/linux-6.3-rc2/include/linux/
A Dkernel.h211 extern __printf(2, 0) int vsprintf(char *buf, const char *, va_list);
/linux-6.3-rc2/arch/mips/fw/cfe/
A Dcfe_api.c430 vsprintf(msg, fmt, ap); in cfe_die()
/linux-6.3-rc2/Documentation/core-api/
A Dkernel-api.rst24 .. kernel-doc:: lib/vsprintf.c
/linux-6.3-rc2/lib/
A DMakefile30 lib-y := ctype.o string.o vsprintf.o cmdline.o \
A Dvsprintf.c2976 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
2980 EXPORT_SYMBOL(vsprintf);
/linux-6.3-rc2/drivers/acpi/
A Dosl.c156 vsprintf(buffer, fmt, args); in acpi_os_vprintf()
/linux-6.3-rc2/net/ceph/
A Dmon_client.c1002 len = vsprintf(h->str, fmt, ap); in do_mon_command_vargs()
/linux-6.3-rc2/Documentation/ia64/
A Derr_inject.rst138 vsprintf(buf, fmt, args);
/linux-6.3-rc2/net/bluetooth/
A Dhci_sock.c642 vsprintf(skb_put(skb, len), fmt, args); in send_monitor_note()
/linux-6.3-rc2/sound/pci/hda/
A Dhda_codec.c917 vsprintf(name, fmt, vargs); in snd_hda_codec_device_init()
/linux-6.3-rc2/Documentation/scsi/
A DChangeLog.lpfc1820 * Change elx_printf_log to use vsprintf.
/linux-6.3-rc2/
A DMAINTAINERS22408 F: lib/vsprintf.c

Completed in 76 milliseconds