Home
last modified time | relevance | path

Searched refs:vsprintf (Results 1 – 19 of 19) 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/include/nolibc/
H A Dstdio.h484 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 Dkernel-api.rst36 lib/vsprintf.c
/linux/drivers/video/fbdev/
H A Dcyber2000fb.h26 vsprintf(buffer, fmt, ap); in debug_printf()
/linux/drivers/firmware/efi/libstub/
H A DMakefile70 alignedmem.o relocate.o printk.o vsprintf.o
/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 DMakefile36 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. */
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 Dmon_client.c1002 len = vsprintf(h->str, fmt, ap); in do_mon_command_vargs()
/linux/net/bluetooth/
H A Dhci_sock.c707 vsprintf(skb_put(skb, len), fmt, args); in send_monitor_note()
/linux/sound/pci/hda/
H A Dhda_codec.c915 vsprintf(name, fmt, vargs); in snd_hda_codec_device_init()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1820 * Change elx_printf_log to use vsprintf.
/linux/
H A DMAINTAINERS26591 F: lib/vsprintf.c