Lines Matching refs:EOF
81 return (EOF); in _vwprintf_c89()
90 if (FERROR(stdout) || count == EOF) { in _vwprintf_c89()
92 return (EOF); in _vwprintf_c89()
98 return (EOF); in _vwprintf_c89()
128 return (EOF); in _vfwprintf_c89()
136 if (FERROR(iop) || count == EOF) { in _vfwprintf_c89()
138 return (EOF); in _vfwprintf_c89()
144 return (EOF); in _vfwprintf_c89()
162 return (EOF); in _vswprintf_c89()
175 if (count == EOF) { in _vswprintf_c89()
176 return (EOF); in _vswprintf_c89()
181 return (EOF); in _vswprintf_c89()