Home
last modified time | relevance | path

Searched refs:F_EOF (Results 1 - 25 of 36) sorted by relevance

12

/third_party/musl/porting/linux/user/src/stdio/
H A D__stdio_read.c8 f->flags |= cnt ? F_ERR : F_EOF; in __stdio_readx()
25 f->flags |= cnt ? F_ERR : F_EOF; in __stdio_read()
H A D__toread.c21 return (f->flags & F_EOF) ? EOF : 0; in __toread()
/third_party/musl/src/stdio/
H A D__stdio_read.c8 f->flags |= cnt ? F_ERR : F_EOF; in __stdio_readx()
25 f->flags |= cnt ? F_ERR : F_EOF; in __stdio_read()
H A Dclearerr.c12 f->flags &= ~(F_EOF|F_ERR); in clearerr()
H A Dfeof.c14 int ret = !!(f->flags & F_EOF); in feof()
H A Dungetc.c16 f->flags &= ~F_EOF; in ungetc()
H A D__toread.c21 return (f->flags & F_EOF) ? EOF : 0; in __toread()
H A Dfmemopen.c42 f->flags |= F_EOF; in mread()
63 f->flags |= F_EOF; in mreadx()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h18 #define F_EOF 16 macro
73 #define feof(f) ((f)->flags & F_EOF)
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h14 #define F_EOF 16 macro
93 #define feof(f) ((f)->flags & F_EOF)
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h18 #define F_EOF 16 macro
73 #define feof(f) ((f)->flags & F_EOF)
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dclearerr.c6 f->flags &= ~(F_EOF|F_ERR); in clearerr()
H A Dfeof.c8 int ret = !!(f->flags & F_EOF); in feof()
H A Dungetc.c16 f->flags &= ~F_EOF; in ungetc()
H A D__toread.c13 return (f->flags & F_EOF) ? EOF : 0; in __toread()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dclearerr.c6 f->flags &= ~(F_EOF|F_ERR); in clearerr()
H A Dfeof.c8 int ret = !!(f->flags & F_EOF); in feof()
H A Dungetc.c16 f->flags &= ~F_EOF; in ungetc()
H A D__toread.c13 return (f->flags & F_EOF) ? EOF : 0; in __toread()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfeof.c8 int ret = !!(f->flags & F_EOF); in feof()
H A Dungetc.c16 f->flags &= ~F_EOF; in ungetc()
H A D__toread.c13 return (f->flags & F_EOF) ? EOF : 0; in __toread()
H A Dfseek.c29 f->flags &= ~F_EOF; in __fseeko_unlocked()
/third_party/musl/src/internal/
H A Dstdio_impl.h18 #define F_EOF 16 macro
171 #define feof(f) ((f)->flags & F_EOF)
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h18 #define F_EOF 16 macro
167 #define feof(f) ((f)->flags & F_EOF)

Completed in 5 milliseconds

12