Home
last modified time | relevance | path

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

12345

/illumos-gate/usr/src/lib/libc/port/print/
H A Dvsprintf.c54 #pragma redefine_extname vsprintf _vsprintf_c89
59 vsprintf(char *string, const char *format, va_list ap) in vsprintf() function
94 count = vsprintf(string, format, ap); in sprintf()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvw_print.c66 (void) vsprintf(buffer, fmt, ap);
68 (void) vsprintf(buffer, fmt, (va_list) ap);
H A Dvwprintw.c75 (void) vsprintf(buffer, fmt, ap);
77 (void) vsprintf(buffer, fmt, (va_list) ap);
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h173 #pragma redefine_extname vsprintf _vsprintf_c89
183 #define vsprintf _vsprintf_c89
219 extern int vsprintf(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A D_stdvsprnt.c31 return vsprintf(s, fmt, args); in _stdvsprintf()
H A Dvsprintf.c27 vsprintf(char* s, const char* fmt, va_list args) in vsprintf() function
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dptext.c45 (void) vsprintf(buffer, fmt, ap); in ptext()
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dvsprintf.c50 vsprintf(char *string, char *format, va_list ap) in vsprintf() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfakewin.h49 #define vsprintf wvsprintf macro
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_util.c72 (void) vsprintf(ebuf, fmt, ap); in __fmt_errstring()
/illumos-gate/usr/src/ucblib/libcurses/
H A Dprintw.c69 (void) vsprintf(buf, fmt, ap); in _sprintw()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dglue.c416 (void) vsprintf(buf, fmt, ap); in CH_ALERT()
432 (void) vsprintf(buf, fmt, ap); in CH_WARN()
448 (void) vsprintf(buf, fmt, ap); in CH_ERR()
/illumos-gate/usr/src/common/util/
H A Dstring.h50 extern int vsprintf(char *, const char *, va_list);
/illumos-gate/usr/src/uts/common/sys/
H A Dcmn_err.h106 extern char *vsprintf(char *, const char *, __va_list)
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h96 extern int vsprintf(char *, const char *, va_list);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwsprintf.c59 if (vsprintf(p1, format, ap) == -1) { in wsprintf()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlfmt_log.c88 msg_offset += 1 + vsprintf(msg.buf + msg_offset, text, args); in __lfmt_log()
/illumos-gate/usr/src/uts/common/os/
H A Dstrext.c142 vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c160 len = vsprintf(buffer, fmt, ap); in log_printf()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi.c56 (void) vsprintf(msg_buffer, fmt, ap); in hpi_debug_msg()
/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_subr.c156 (void) vsprintf(dcd_log_buffer, fmt, ap); in dcd_log()
/illumos-gate/usr/src/ucblib/libucb/
H A DMakefile.com53 vsprintf.o
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h184 extern char *vsprintf(char *, char *, __va_list);
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.c59 (void) vsprintf(msg_buffer, fmt, ap); in npi_debug_msg()
/illumos-gate/usr/src/cmd/listen/
H A Dlslog.c208 (void) vsprintf(buf, format, ap); in debug()

12345