Home
last modified time | relevance | path

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

/linux/arch/m68k/sun3/prom/
H A Dprintf.c33 vsprintf(ppbuf + 1, fmt, args) + 1; in prom_printf()
35 vsprintf(ppbuf, fmt, args); in prom_printf()
/linux/arch/powerpc/boot/
H 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()
H A Dstdio.h18 extern int vsprintf(char *buf, const char *fmt, va_list args);
/linux/arch/alpha/boot/
H 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/arch/alpha/lib/
H A Dsrm_printk.c18 len = vsprintf(buf, fmt, args); in srm_printk()
/linux/include/linux/
H A Dsprintf.h11 __printf(2, 0) int vsprintf(char *buf, const char *, va_list);
/linux/tools/perf/
H A DMANIFEST22 tools/lib/vsprintf.c
/linux/tools/testing/shared/
H A Dshared.mk7 LIBS := slab.o find_bit.o bitmap.o hweight.o vsprintf.o
/linux/Documentation/translations/zh_CN/core-api/
H A Dkernel-api.rst36 lib/vsprintf.c
/linux/drivers/firmware/efi/libstub/
H A DMakefile68 alignedmem.o relocate.o printk.o vsprintf.o
/linux/drivers/video/fbdev/
H A Dcyber2000fb.h26 vsprintf(buffer, fmt, ap); in debug_printf()
/linux/tools/perf/util/
H A DBuild149 perf-util-y += vsprintf.o
395 $(OUTPUT)util/vsprintf.o: ../lib/vsprintf.c FORCE
/linux/arch/mips/fw/cfe/
H A Dcfe_api.c430 vsprintf(msg, fmt, ap); in cfe_die()
/linux/Documentation/core-api/
H A Dkernel-api.rst24 .. kernel-doc:: lib/vsprintf.c
/linux/lib/
H A DMakefile31 lib-y := ctype.o string.o vsprintf.o cmdline.o \
H A Dvsprintf.c3028 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
3032 EXPORT_SYMBOL(vsprintf);
/linux/net/ceph/
H A Dmon_client.c1002 len = vsprintf(h->str, fmt, ap); in do_mon_command_vargs()
/linux/net/bluetooth/
H A Dhci_sock.c700 vsprintf(skb_put(skb, len), fmt, args); in send_monitor_note()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1820 * Change elx_printf_log to use vsprintf.
/linux/
H A DMAINTAINERS25169 F: lib/vsprintf.c