Lines Matching refs:EOF
26 #ifndef EOF
27 #define EOF (-1) macro
126 return EOF; in fclose()
141 return EOF; in fgetc()
162 return EOF; in fputc()
187 return EOF; in _fwrite()
216 if (fputs(s, stdout) == EOF) in puts()
217 return EOF; in puts()
231 if (c == EOF) in fgets()
579 matches = EOF; in vsscanf()
622 return EOF; in setvbuf()