Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dferror.c34 #undef ferror
37 ferror(FILE *stream) in ferror() function
Dgets.c43 if (ferror(stdin) || cp == str) in gets()
Dstdio.h271 int ferror(FILE *__stream);
274 #define ferror(s) ((s)->flags & __SERR) macro
DCMakeLists.txt56 ferror.c
Dmeson.build56 'ferror.c',
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dferror.c75 #undef ferror
78 ferror (FILE * fp) in ferror() function
Dstdio.h392 int ferror (FILE *);
736 #define ferror(p) __sferror(p) macro
Dstdio.tex50 * ferror:: Test whether read/write error has occurred
142 @include stdio/ferror.def
Dmeson.build44 'ferror.c',
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dferror.c40 ferror (FILE * fp) in ferror() function
/picolibc-3.7.0-3.6.0/newlib/libc/ssp/
Dgets_chk.c52 if (ferror(stdin) || cp == str) in __gets_chk()
/picolibc-3.7.0-3.6.0/
DCOPYING.picolibc1880 newlib/libc/tinystdio/ferror.c
2045 newlib/libc/machine/spu/ferror.c
4359 newlib/libc/stdio/ferror.c
/picolibc-3.7.0-3.6.0/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