/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | vsprintf.c | 54 #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 D | vw_print.c | 66 (void) vsprintf(buffer, fmt, ap); 68 (void) vsprintf(buffer, fmt, (va_list) ap);
|
H A D | vwprintw.c | 75 (void) vsprintf(buffer, fmt, ap); 77 (void) vsprintf(buffer, fmt, (va_list) ap);
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdio_iso.h | 173 #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.c | 31 return vsprintf(s, fmt, args); in _stdvsprintf()
|
H A D | vsprintf.c | 27 vsprintf(char* s, const char* fmt, va_list args) in vsprintf() function
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | ptext.c | 45 (void) vsprintf(buffer, fmt, ap); in ptext()
|
/illumos-gate/usr/src/ucblib/libucb/port/stdio/ |
H A D | vsprintf.c | 50 vsprintf(char *string, char *format, va_list ap) in vsprintf() function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | fakewin.h | 49 #define vsprintf wvsprintf macro
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema_util.c | 72 (void) vsprintf(ebuf, fmt, ap); in __fmt_errstring()
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | printw.c | 69 (void) vsprintf(buf, fmt, ap); in _sprintw()
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | glue.c | 416 (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 D | string.h | 50 extern int vsprintf(char *, const char *, va_list);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cmn_err.h | 106 extern char *vsprintf(char *, const char *, __va_list)
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | stdio.h | 96 extern int vsprintf(char *, const char *, va_list);
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | wsprintf.c | 59 if (vsprintf(p1, format, ap) == -1) { in wsprintf()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | lfmt_log.c | 88 msg_offset += 1 + vsprintf(msg.buf + msg_offset, text, args); in __lfmt_log()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | strext.c | 142 vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
|
/illumos-gate/usr/src/lib/libprtdiag/common/ |
H A D | display_funcs.c | 160 len = vsprintf(buffer, fmt, ap); in log_printf()
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hpi.c | 56 (void) vsprintf(msg_buffer, fmt, ap); in hpi_debug_msg()
|
/illumos-gate/usr/src/uts/sun/io/dada/impl/ |
H A D | dcd_subr.c | 156 (void) vsprintf(dcd_log_buffer, fmt, ap); in dcd_log()
|
/illumos-gate/usr/src/ucblib/libucb/ |
H A D | Makefile.com | 53 vsprintf.o
|
/illumos-gate/usr/src/ucbhead/ |
H A D | stdio.h | 184 extern char *vsprintf(char *, char *, __va_list);
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi.c | 59 (void) vsprintf(msg_buffer, fmt, ap); in npi_debug_msg()
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | lslog.c | 208 (void) vsprintf(buf, format, ap); in debug()
|