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

/opensolaris-onvv-gate/usr/src/lib/libc/port/print/
H A Dvfprintf.c89 if (FERROR(iop) || count == EOF) {
H A Dvprintf.c89 if (FERROR(stdout) || count == EOF) {
H A Dfprintf.c80 if (FERROR(iop) || count == EOF) {
H A Dprintf.c75 if (FERROR(stdout) || count == EOF) {
H A Dvwprintf.c91 if (FERROR(stdout) || count == EOF) {
140 if (FERROR(iop) || count == EOF) {
H A Dwprintf.c87 if (FERROR(stdout) || count == EOF) {
133 if (FERROR(iop) || count == EOF) {
H A Ddoprnt.c705 return (FERROR(iop) ? EOF : (ssize_t)count);
707 return (FERROR(iop) ? EOF : (int)count);
/opensolaris-onvv-gate/usr/src/lib/libc/inc/
H A Dmtlib.h68 #define FERROR(s) ferror(s) macro

Completed in 104 milliseconds