| /onnv/onnv-gate/usr/src/lib/libast/common/stdio/ |
| _stdvsprnt.c | 24 /* OBSOLETE 20010101 -- use vsprintf */ 31 return vsprintf(s, fmt, args);
|
| vsprintf.c | 27 vsprintf(char* s, const char* fmt, va_list args) function
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| vw_print.c | 68 (void) vsprintf(buffer, fmt, ap); 70 (void) vsprintf(buffer, fmt, (va_list) ap);
|
| vwprintw.c | 77 (void) vsprintf(buffer, fmt, ap); 79 (void) vsprintf(buffer, fmt, (va_list) ap);
|
| /onnv/onnv-gate/usr/src/cmd/fmli/vt/ |
| winprintf.c | 50 vsprintf(buf, fmt, ap);
|
| /onnv/onnv-gate/usr/src/cmd/rexd/ |
| errprintf.c | 46 vsprintf(err, fmt, ap);
|
| /onnv/onnv-gate/usr/src/cmd/tcpd/ |
| myvsyslog.c | 29 vsprintf(obuf, percent_m(fbuf, format), ap);
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| ptext.c | 45 (void) vsprintf(buffer, fmt, ap);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| fakewin.h | 51 #define vsprintf wvsprintf macro
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/4.2/ |
| vsprintf.c | 40 vsprintf(char *string, char *format, va_list ap) function
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/sys5/ |
| vsprintf.c | 46 vsprintf(char *string, char *format, va_list ap) function
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/port/stdio/ |
| vsprintf.c | 52 vsprintf(char *string, char *format, va_list ap) function
|
| /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/ac/common/ |
| mema_util.c | 74 (void) vsprintf(ebuf, fmt, ap);
|
| /onnv/onnv-gate/usr/src/ucblib/libcurses/ |
| printw.c | 61 * This code now uses the vsprintf routine, which portably digs 62 * into stdio. We provide a vsprintf for older systems that don't 71 (void) vsprintf(buf, fmt, ap);
|
| /onnv/onnv-gate/usr/src/common/util/ |
| string.h | 48 extern int vsprintf(char *, const char *, va_list);
|
| /onnv/onnv-gate/usr/src/lib/libc/port/print/ |
| vsprintf.c | 44 * 32-bit shadow function of vsprintf() is included here. 58 vsprintf(char *string, const char *format, va_list ap)
|
| /onnv/onnv-gate/usr/src/stand/lib/sa/ |
| stdio.h | 96 extern int vsprintf(char *, const char *, va_list);
|
| /onnv/onnv-gate/usr/src/lib/libpkg/common/ |
| logerr.c | 62 (void) vsprintf(buffer, fmt, ap);
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/amd64/ |
| mapfile-vers | 103 vsprintf;
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/sparc/ |
| mapfile-vers | 109 vsprintf;
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/sparcv9/ |
| mapfile-vers | 100 vsprintf;
|
| /onnv/onnv-gate/usr/src/head/iso/ |
| stdio_iso.h | 186 #pragma redefine_extname vsprintf _vsprintf_c89 196 #define vsprintf _vsprintf_c89 234 extern int vsprintf(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, 297 extern int vsprintf();
|
| /onnv/onnv-gate/usr/src/lib/libc/port/i18n/ |
| wsprintf.c | 61 if (vsprintf(p1, format, ap) == -1) {
|
| /onnv/onnv-gate/usr/src/lib/librdc/common/ |
| rdcerr.c | 63 vsprintf(err, errorstr, ap);
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| cmn_err.h | 109 extern char *vsprintf(char *, const char *, __va_list)
|