Home
last modified time | relevance | path

Searched defs:feof (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dfeof.c5 int feof(FILE *f) in feof() function
/third_party/musl/src/stdio/
Dfeof.c5 int feof(FILE *f) in feof() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dfeof.c5 int feof(FILE *f) in feof() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h73 #define feof(f) ((f)->flags & F_EOF) macro
/third_party/e2fsprogs/intl/
Dlocalealias.c119 # define feof(s) feof_unlocked (s) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h95 #define feof(f) ((f)->flags & F_EOF) macro
/third_party/gettext/gettext-runtime/intl/
Dlocalealias.c122 # define feof(s) feof_unlocked (s) macro
/third_party/musl/src/internal/
Dstdio_impl.h99 #define feof(f) ((f)->flags & F_EOF) macro