Home
last modified time | relevance | path

Searched refs:__sferror (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dferror_u.c39 return __sferror (fp); in ferror_unlocked()
Dferror.c82 result = __sferror (fp); in ferror()
Dstdio.h726 #define __sferror(p) ((int)(((p)->_flags & __SERR) != 0)) macro
733 #define ferror(p) __sferror(p)
738 #define ferror_unlocked(p) __sferror(p)
Dnano-vfprintf.c630 return (__sferror (fp) ? EOF : prt_data.ret); in VFPRINTF()
Dvfwprintf.c1515 return (__sferror (fp) ? EOF : ret); in VFWPRINTF()
Dvfprintf.c1536 return (__sferror (fp) ? EOF : ret); in VFPRINTF()
/picolibc-latest/newlib/
DChangeLog-20151323 * libc/include/stdio.h: Fix type signature of __sfeof and __sferror