Lines Matching full:eof
26 #ifndef EOF
27 #define EOF (-1) macro
126 return EOF; in fclose()
141 return EOF; in fgetc()
162 return EOF; in fputc()
176 * success or EOF on error. It automatically retries on short writes.
187 return EOF; in _fwrite()
216 if (fputs(s, stdout) == EOF) in puts()
217 return EOF; in puts()
231 if (c == EOF) in fgets()
581 matches = EOF; in vsscanf()
628 return EOF; in setvbuf()