Searched refs:FERROR (Results 1 – 8 of 8) sorted by relevance
90 if (FERROR(stdout) || count == EOF) { in _vwprintf_c89()136 if (FERROR(iop) || count == EOF) { in _vfwprintf_c89()
87 if (FERROR(stdout) || count == EOF) { in wprintf()130 if (FERROR(iop) || count == EOF) { in fwprintf()
89 if (FERROR(stdout) || count == EOF) { in _vprintf_c89()
89 if (FERROR(iop) || count == EOF) { in _vfprintf_c89()
75 if (FERROR(stdout) || count == EOF) { in printf()
80 if (FERROR(iop) || count == EOF) { in fprintf()
698 return (FERROR(iop) ? EOF : (ssize_t)count); in _wndoprnt()700 return (FERROR(iop) ? EOF : (int)count); in _wndoprnt()
68 #define FERROR(s) ferror(s) macro