Searched refs:vsprintf (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/m68k/sun3/prom/
H A Dprintf.c33 vsprintf(ppbuf + 1, fmt, args) + 1;
35 vsprintf(ppbuf, fmt, args);
/linux-master/arch/powerpc/boot/
H A Dstdio.h18 extern int vsprintf(char *buf, const char *fmt, va_list args);
H A Dstdio.c146 int vsprintf(char *buf, const char *fmt, va_list args) function
335 i=vsprintf(buf,fmt,args);
349 n = vsprintf(sprint_buf, fmt, args);
/linux-master/arch/alpha/lib/
H A Dsrm_printk.c18 len = vsprintf(buf, fmt, args);
/linux-master/include/linux/
H A Dsprintf.h11 __printf(2, 0) int vsprintf(char *buf, const char *, va_list);
/linux-master/arch/x86/boot/
H A Dprintf.c113 int vsprintf(char *buf, const char *fmt, va_list args) function
289 i = vsprintf(buf, fmt, args);
301 printed = vsprintf(printf_buf, fmt, args);
H A Dboot.h298 int vsprintf(char *buf, const char *fmt, va_list args);
/linux-master/arch/alpha/boot/
H A Dstdio.c110 int vsprintf(char *buf, const char *fmt, va_list args) function
299 i = vsprintf(buf, fmt, args);
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile73 alignedmem.o relocate.o printk.o vsprintf.o
/linux-master/drivers/video/fbdev/
H A Dcyber2000fb.h26 vsprintf(buffer, fmt, ap);
/linux-master/arch/mips/fw/cfe/
H A Dcfe_api.c430 vsprintf(msg, fmt, ap);
/linux-master/drivers/acpi/
H A Dosl.c156 vsprintf(buffer, fmt, args);
/linux-master/lib/
H A DMakefile30 lib-y := ctype.o string.o vsprintf.o cmdline.o \
H A Dvsprintf.c3 * linux/lib/vsprintf.c
8 /* vsprintf.c -- Lars Wirzenius & Linus Torvalds. */
692 * Do not call any complex external code here. Nested printk()/vsprintf()
2287 * characters. (Search for "check for vsprintf extension").
2991 * vsprintf - Format a string and place it in a buffer
3004 int vsprintf(char *buf, const char *fmt, va_list args) function
3008 EXPORT_SYMBOL(vsprintf); variable
/linux-master/net/ceph/
H A Dmon_client.c1002 len = vsprintf(h->str, fmt, ap);
/linux-master/net/bluetooth/
H A Dhci_sock.c700 vsprintf(skb_put(skb, len), fmt, args);
/linux-master/sound/pci/hda/
H A Dhda_codec.c917 vsprintf(name, fmt, vargs);

Completed in 258 milliseconds