Home
last modified time | relevance | path

Searched refs:_wndoprnt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/print/
H A Dvwprintf.c85 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 Dwprintf.c85 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 Dprint.h52 _wndoprnt(const wchar_t *format, va_list in_args, FILE *iop, int flag);
H A Ddoprnt.c403 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