Searched refs:_doprnt (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dprintf.c36 extern int _doprnt();
55 count = _doprnt(format, ap, stdout);
H A Dvprintf.c36 extern int _doprnt();
51 return (_doprnt(format, ap, stdout));
H A Dsprintf.c37 extern int _doprnt();
49 (void) _doprnt(format, ap, &siop);
H A Dvsprintf.c37 extern int _doprnt();
47 (void) _doprnt(format, ap, &siop);
H A Dfprintf.c36 extern int _doprnt();
60 count = _doprnt(format, ap, iop);
67 count = _doprnt(format, ap, iop);
H A Dvfprintf.c36 extern int _doprnt();
58 count = _doprnt(format, ap, iop);
65 count = _doprnt(format, ap, iop);
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dvprintf.c41 extern int _doprnt();
58 count = _doprnt(format, ap, stdout);
H A Dprintf.c36 extern int _doprnt();
55 count = _doprnt(format, ap, stdout);
H A Dsprintf.c37 extern int _doprnt();
50 count = _doprnt(format, ap, &siop);
H A Dvsprintf.c42 extern int _doprnt();
54 count = _doprnt(format, ap, &siop);
H A Dfprintf.c36 extern int _doprnt();
60 count = _doprnt(format, ap, iop);
67 count = _doprnt(format, ap, iop);
H A Dvfprintf.c36 extern int _doprnt();
58 count = _doprnt(format, ap, iop);
65 count = _doprnt(format, ap, iop);
/illumos-gate/usr/src/lib/libast/common/stdio/
H A D_doprnt.c27 _doprnt(const char* fmt, va_list args, Sfio_t* f) function
29 STDIO_INT(f, "_doprnt", int, (const char*, va_list, Sfio_t*), (fmt, args, f))
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dvfprintf.c65 count = _doprnt((char *) format, ap, iop);
H A Dvprintf.c63 return (_doprnt((char *) format, ap, stdout));
H A Dfprintf.c68 count = _doprnt((char *) format, ap, iop);
H A Dprintf.c58 count = _doprnt((char *) format, ap, stdout);
H A Dsprintf.c61 (void) _doprnt((char *) format, ap, &siop);
H A Dvsprintf.c59 (void) _doprnt(format, ap, &siop);
/illumos-gate/usr/src/cmd/vi/port/
H A Dovprintf.c44 _doprnt(fmt, &args, 0);
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dlibc.h57 extern int _doprnt(char *format, va_list in_args, FILE *iop);
/illumos-gate/usr/src/cmd/sysdef/
H A Dsdevinfo.c138 extern int errno, _doprnt();
151 (void) _doprnt(fmt, ap, stderr);
/illumos-gate/usr/src/lib/libc/port/print/
H A Dprint.h48 _doprnt(const char *format, va_list in_args, FILE *iop);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsyslog.c296 extern int _doprnt();
311 count = _doprnt(format, ap, &siop);
328 count = _doprnt(format, ap, &siop);
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dmain.cc401 extern "C" { void _doprnt(char *, ...); }
411 _doprnt(format, ap, stderr);

Completed in 69 milliseconds

12