Searched refs:_wndoprnt (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libc/port/print/ |
H A D | vwprintf.c | 85 count = _wndoprnt(format, ap, stdout, _F_INTMAX32); in _vwprintf_c89() 87 count = _wndoprnt(format, ap, stdout, 0); in _vwprintf_c89() 132 count = _wndoprnt(format, ap, iop, _F_INTMAX32); in _vfwprintf_c89() 134 count = _wndoprnt(format, ap, iop, 0); in _vfwprintf_c89() 169 count = _wndoprnt(format, ap, &siop, _F_INTMAX32); in _vswprintf_c89() 171 count = _wndoprnt(format, ap, &siop, 0); in _vswprintf_c89()
|
H A D | wprintf.c | 85 count = _wndoprnt(format, ap, stdout, 0); in wprintf() 128 count = _wndoprnt(format, ap, iop, 0); in fwprintf() 159 count = _wndoprnt(format, ap, &siop, 0); in swprintf()
|
H A D | print.h | 54 _wndoprnt(const wchar_t *format, va_list in_args, FILE *iop, int flag);
|
H A D | doprnt.c | 403 return (_wndoprnt(format, in_args, iop, 0)); in _wdoprnt() 416 _wndoprnt(const wchar_t *format, va_list in_args, FILE *iop, int prflag) in _wndoprnt() function
|