Searched refs:ferror (Results 1 – 13 of 13) sorted by relevance
34 #undef ferror37 ferror(FILE *stream) in ferror() function
43 if (ferror(stdin) || cp == str) in gets()
271 int ferror(FILE *__stream);274 #define ferror(s) ((s)->flags & __SERR) macro
56 ferror.c
56 'ferror.c',
75 #undef ferror78 ferror (FILE * fp) in ferror() function
392 int ferror (FILE *);736 #define ferror(p) __sferror(p) macro
50 * ferror:: Test whether read/write error has occurred142 @include stdio/ferror.def
44 'ferror.c',
40 ferror (FILE * fp) in ferror() function
52 if (ferror(stdin) || cp == str) in __gets_chk()
1880 newlib/libc/tinystdio/ferror.c2045 newlib/libc/machine/spu/ferror.c4359 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