/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/include/nolibc/ |
H A D | stdio.h | 484 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 496 ret = vsprintf(buf, fmt, args); in sprintf()
|
/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/drivers/firmware/efi/libstub/ |
H A D | Makefile | 70 alignedmem.o relocate.o printk.o vsprintf.o
|
/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 | Makefile | 36 lib-y := ctype.o string.o vsprintf.o cmdline.o \
|
H A D | vsprintf.c | 3 * linux/lib/vsprintf.c 8 /* vsprintf.c -- Lars Wirzenius & Linus Torvalds. */ 685 * Do not call any complex external code here. Nested printk()/vsprintf() 2323 * characters. (Search for "check for vsprintf extension"). 3000 * vsprintf - Format a string and place it in a buffer 3013 int vsprintf(char *buf, const char *fmt, va_list args) in sprintf() 3017 EXPORT_SYMBOL(vsprintf); 2985 int vsprintf(char *buf, const char *fmt, va_list args) vsprintf() function
|
/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 | 707 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 | 26591 F: lib/vsprintf.c
|