Searched refs:vsprintf (Results 1 – 17 of 17) sorted by relevance
/linux/arch/m68k/sun3/prom/ |
H A D | printf.c | 33 vsprintf(ppbuf + 1, fmt, args) + 1; in prom_printf() 35 vsprintf(ppbuf, fmt, args); in prom_printf()
|
/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);
|
/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()
|
/linux/arch/alpha/lib/ |
H A D | srm_printk.c | 18 len = vsprintf(buf, fmt, args); in srm_printk()
|
/linux/include/linux/ |
H A D | sprintf.h | 11 __printf(2, 0) int vsprintf(char *buf, const char *, va_list);
|
/linux/tools/perf/ |
H A D | MANIFEST | 25 tools/lib/vsprintf.c
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | kernel-api.rst | 36 lib/vsprintf.c
|
/linux/drivers/video/fbdev/ |
H A D | cyber2000fb.h | 26 vsprintf(buffer, fmt, ap); in debug_printf()
|
/linux/arch/mips/fw/cfe/ |
H A D | cfe_api.c | 430 vsprintf(msg, fmt, ap); in cfe_die()
|
/linux/Documentation/core-api/ |
H A D | kernel-api.rst | 24 .. kernel-doc:: lib/vsprintf.c
|
/linux/lib/ |
H A D | vsprintf.c | 2982 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 2986 EXPORT_SYMBOL(vsprintf);
|
/linux/net/ceph/ |
H A D | mon_client.c | 1002 len = vsprintf(h->str, fmt, ap); in do_mon_command_vargs()
|
/linux/net/bluetooth/ |
H A D | hci_sock.c | 700 vsprintf(skb_put(skb, len), fmt, args); in send_monitor_note()
|
/linux/sound/pci/hda/ |
H A D | hda_codec.c | 915 vsprintf(name, fmt, vargs); in snd_hda_codec_device_init()
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 1820 * Change elx_printf_log to use vsprintf.
|
/linux/ |
H A D | MAINTAINERS | 25453 F: lib/vsprintf.c
|