Searched refs:vsprintf (Results 1 – 20 of 20) 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 | 22 tools/lib/vsprintf.c
|
/linux/tools/testing/shared/ |
H A D | shared.mk | 7 LIBS := slab.o find_bit.o bitmap.o hweight.o vsprintf.o
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | kernel-api.rst | 36 lib/vsprintf.c
|
/linux/drivers/firmware/efi/libstub/ |
H A D | Makefile | 68 alignedmem.o relocate.o printk.o vsprintf.o
|
/linux/drivers/video/fbdev/ |
H A D | cyber2000fb.h | 26 vsprintf(buffer, fmt, ap); in debug_printf()
|
/linux/tools/perf/util/ |
H A D | Build | 149 perf-util-y += vsprintf.o 395 $(OUTPUT)util/vsprintf.o: ../lib/vsprintf.c FORCE
|
/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 | 31 lib-y := ctype.o string.o vsprintf.o cmdline.o \
|
H A D | vsprintf.c | 3028 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 3032 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/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 1820 * Change elx_printf_log to use vsprintf.
|
/linux/ |
H A D | MAINTAINERS | 25169 F: lib/vsprintf.c
|