/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/ |
H A D | vfprintf.c | 36 extern int _doprnt(); 58 count = _doprnt(format, ap, iop); in vfprintf() 65 count = _doprnt(format, ap, iop); in vfprintf()
|
H A D | fprintf.c | 36 extern int _doprnt(); 60 count = _doprnt(format, ap, iop); in fprintf() 67 count = _doprnt(format, ap, iop); in fprintf()
|
H A D | vprintf.c | 36 extern int _doprnt(); 51 return (_doprnt(format, ap, stdout)); in vprintf()
|
H A D | printf.c | 36 extern int _doprnt(); 55 count = _doprnt(format, ap, stdout); in printf()
|
H A D | vsprintf.c | 37 extern int _doprnt(); 47 (void) _doprnt(format, ap, &siop); in vsprintf()
|
H A D | sprintf.c | 37 extern int _doprnt(); 49 (void) _doprnt(format, ap, &siop); in sprintf()
|
/titanic_41/usr/src/lib/libbc/libc/stdio/sys5/ |
H A D | vfprintf.c | 36 extern int _doprnt(); 58 count = _doprnt(format, ap, iop); in vfprintf() 65 count = _doprnt(format, ap, iop); in vfprintf()
|
H A D | fprintf.c | 36 extern int _doprnt(); 60 count = _doprnt(format, ap, iop); in fprintf() 67 count = _doprnt(format, ap, iop); in fprintf()
|
H A D | vprintf.c | 41 extern int _doprnt(); 58 count = _doprnt(format, ap, stdout); in vprintf()
|
H A D | vsprintf.c | 42 extern int _doprnt(); 54 count = _doprnt(format, ap, &siop); in vsprintf()
|
H A D | printf.c | 36 extern int _doprnt(); 55 count = _doprnt(format, ap, stdout); in printf()
|
H A D | sprintf.c | 37 extern int _doprnt(); 50 count = _doprnt(format, ap, &siop); in sprintf()
|
/titanic_41/usr/src/cmd/sysdef/ |
H A D | sdevinfo.c | 138 extern int errno, _doprnt(); in _error() 151 (void) _doprnt(fmt, ap, stderr); in _error()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | syslog.c | 296 extern int _doprnt(); 311 count = _doprnt(format, ap, &siop); in snprintf() 328 count = _doprnt(format, ap, &siop); in vsnprintf()
|
/titanic_41/usr/src/lib/libast/common/stdio/ |
H A D | _doprnt.c | 27 _doprnt(const char* fmt, va_list args, Sfio_t* f) in _doprnt() function
|
/titanic_41/usr/src/ucblib/libucb/port/stdio/ |
H A D | vprintf.c | 63 return (_doprnt((char *) format, ap, stdout)); in vprintf()
|
H A D | vfprintf.c | 65 count = _doprnt((char *) format, ap, iop); in vfprintf()
|
H A D | vsprintf.c | 59 (void) _doprnt(format, ap, &siop); in vsprintf()
|
H A D | printf.c | 58 count = _doprnt((char *) format, ap, stdout); in printf()
|
H A D | fprintf.c | 68 count = _doprnt((char *) format, ap, iop); in fprintf()
|
H A D | sprintf.c | 61 (void) _doprnt((char *) format, ap, &siop); in sprintf()
|
/titanic_41/usr/src/ucblib/libucb/inc/ |
H A D | libc.h | 57 extern int _doprnt(char *format, va_list in_args, FILE *iop);
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ovprintf.c | 44 _doprnt(fmt, &args, 0);
|
/titanic_41/usr/src/lib/libc/port/print/ |
H A D | print.h | 48 _doprnt(const char *format, va_list in_args, FILE *iop);
|
/titanic_41/usr/src/cmd/audio/audioconvert/ |
H A D | main.cc | 401 extern "C" { void _doprnt(char *, ...); } 411 _doprnt(format, ap, stderr); in Err()
|