Home
last modified time | relevance | path

Searched refs:__sfeof (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dfeof_u.c39 return __sfeof (fp); in feof_unlocked()
Dfeof.c74 result = __sfeof (fp); in feof()
Dstdio.h725 #define __sfeof(p) ((int)(((p)->_flags & __SEOF) != 0)) macro
732 #define feof(p) __sfeof(p)
737 #define feof_unlocked(p) __sfeof(p)
/picolibc-latest/newlib/
DChangeLog-20151323 * libc/include/stdio.h: Fix type signature of __sfeof and __sferror