Home
last modified time | relevance | path

Searched refs:FERROR (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/print/
H A Dvwprintf.c90 if (FERROR(stdout) || count == EOF) { in _vwprintf_c89()
136 if (FERROR(iop) || count == EOF) { in _vfwprintf_c89()
H A Dwprintf.c87 if (FERROR(stdout) || count == EOF) { in wprintf()
130 if (FERROR(iop) || count == EOF) { in fwprintf()
H A Dvprintf.c87 if (FERROR(stdout) || count == EOF) { in _vprintf_c89()
H A Dvfprintf.c87 if (FERROR(iop) || count == EOF) { in _vfprintf_c89()
H A Dprintf.c73 if (FERROR(stdout) || count == EOF) { in printf()
H A Dfprintf.c78 if (FERROR(iop) || count == EOF) { in fprintf()
H A Ddoprnt.c698 return (FERROR(iop) ? EOF : (ssize_t)count); in _wndoprnt()
700 return (FERROR(iop) ? EOF : (int)count); in _wndoprnt()
/illumos-gate/usr/src/lib/libc/inc/
H A Dmtlib.h66 #define FERROR(s) ferror(s) macro