/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | vw_print.c | 68 (void) vsprintf(buffer, fmt, ap); 70 (void) vsprintf(buffer, fmt, (va_list) ap);
|
H A D | vwprintw.c | 77 (void) vsprintf(buffer, fmt, ap); 79 (void) vsprintf(buffer, fmt, (va_list) ap);
|
/titanic_41/usr/src/head/iso/ |
H A D | stdio_iso.h | 179 #pragma redefine_extname vsprintf _vsprintf_c89 189 #define vsprintf _vsprintf_c89 225 extern int vsprintf(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
|
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | log.c | 186 vsprintf(msg, fmt, ap); in log_message() 224 vsprintf(msg, fmt, ap); in debug_msg() 240 vsprintf(msg, fmt, ap); in log_perror()
|
/titanic_41/usr/src/lib/libast/common/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
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | ptext.c | 45 (void) vsprintf(buffer, fmt, ap); in ptext()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | errprintf.c | 46 vsprintf(err, fmt, ap); in errprintf()
|
/titanic_41/usr/src/ucblib/libucb/port/stdio/ |
H A D | vsprintf.c | 52 vsprintf(char *string, char *format, va_list ap) in vsprintf() function
|
/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/ |
H A D | vsprintf.c | 40 vsprintf(char *string, char *format, va_list ap) in vsprintf() function
|
/titanic_41/usr/src/lib/libbc/libc/stdio/sys5/ |
H A D | vsprintf.c | 46 vsprintf(char *string, char *format, va_list ap) in vsprintf() function
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | fakewin.h | 51 #define vsprintf wvsprintf macro
|
/titanic_41/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema_util.c | 74 (void) vsprintf(ebuf, fmt, ap); in __fmt_errstring()
|
/titanic_41/usr/src/ucblib/libcurses/ |
H A D | printw.c | 71 (void) vsprintf(buf, fmt, ap); in _sprintw()
|
/titanic_41/usr/src/lib/libc/port/print/ |
H A D | vsprintf.c | 58 vsprintf(char *string, const char *format, va_list ap) in _vsprintf_c89()
|
/titanic_41/usr/src/common/util/ |
H A D | string.h | 46 extern int vsprintf(char *, const char *, va_list);
|
/titanic_41/usr/src/lib/librdc/common/ |
H A D | rdcerr.c | 63 vsprintf(err, errorstr, ap); in rdc_set_error()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | cmn_err.h | 102 extern char *vsprintf(char *, const char *, __va_list)
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | stdio.h | 96 extern int vsprintf(char *, const char *, va_list);
|
/titanic_41/usr/src/lib/libc/port/i18n/ |
H A D | wsprintf.c | 61 if (vsprintf(p1, format, ap) == -1) { in wsprintf()
|
/titanic_41/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()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | lfmt_log.c | 90 msg_offset += 1 + vsprintf(msg.buf + msg_offset, text, args); in __lfmt_log()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | strext.c | 142 vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
|
/titanic_41/usr/src/lib/libprtdiag/common/ |
H A D | display_funcs.c | 162 len = vsprintf(buffer, fmt, ap); in log_printf()
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hpi.c | 58 (void) vsprintf(msg_buffer, fmt, ap); in hpi_debug_msg()
|