Home
last modified time | relevance | path

Searched refs:ferror (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dferror.c34 #undef ferror
37 ferror(FILE *stream) in ferror() function
Dgets.c43 if (ferror(stdin) || cp == str) in gets()
Dstdio.h269 int ferror(FILE *__stream);
272 #define ferror(s) ((s)->flags & __SERR) macro
DCMakeLists.txt56 ferror.c
Dmeson.build57 'ferror.c',
/picolibc-latest/newlib/libc/stdio/
Dferror.c74 #undef ferror
77 ferror (FILE * fp) in ferror() function
Dstdio.h390 int ferror (FILE *);
733 #define ferror(p) __sferror(p) macro
Dstdio.tex50 * Function ferror:: Test whether read/write error has occurred
142 @include stdio/ferror.def
Dmeson.build45 'ferror.c',
/picolibc-latest/test/
Dtest-fgetc.c65 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()
/picolibc-latest/newlib/libc/machine/spu/
Dferror.c42 ferror (FILE * fp) in ferror() function
/picolibc-latest/newlib/libc/ssp/
Dgets_chk.c50 if (ferror(stdin) || cp == str) in __gets_chk()
/picolibc-latest/
DCOPYING.picolibc1964 newlib/libc/tinystdio/ferror.c
2129 newlib/libc/machine/spu/ferror.c
4453 newlib/libc/stdio/ferror.c
/picolibc-latest/newlib/
DChangeLog-20151189 * 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