Searched refs:ferror (Results 1 – 14 of 14) sorted by relevance
34 #undef ferror37 ferror(FILE *stream) in ferror() function
43 if (ferror(stdin) || cp == str) in gets()
269 int ferror(FILE *__stream);272 #define ferror(s) ((s)->flags & __SERR) macro
56 ferror.c
57 'ferror.c',
74 #undef ferror77 ferror (FILE * fp) in ferror() function
390 int ferror (FILE *);733 #define ferror(p) __sferror(p) macro
50 * Function ferror:: Test whether read/write error has occurred142 @include stdio/ferror.def
45 'ferror.c',
65 check(ferror(f) == 0, "Error occured before reading"); in main()72 …check(ferror(f) != 0, "After reading from non readable stream, the error flag of straem f is not s… in main()
42 ferror (FILE * fp) in ferror() function
50 if (ferror(stdin) || cp == str) in __gets_chk()
1964 newlib/libc/tinystdio/ferror.c2129 newlib/libc/machine/spu/ferror.c4453 newlib/libc/stdio/ferror.c
1189 * libc/stdio/ferror.c: Document unlocked variant.10265 * libc/machine/spu/ferror.c: Ditto.10623 * libc/machine/spu/ferror.c: Ditto.10947 * libc/machine/spu/ferror.c: Ditto.11270 * libc/stdio/ferror.c: Ditto.12989 * libc/stdio/ferror.c (ferror): Ditto.13983 libc/stdio/feof.c libc/stdio/ferror.c libc/stdio/fflush.c,18270 * libc/stdio/ferror.c: Likewise.26905 libc/stdio/{clearerr.c cvt.c fclose.c fdopen.c feof.c ferror.c