Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/musl/src/stdio/
A Dfeof.c3 #undef feof
5 int feof(FILE* f) { in feof() function
12 weak_alias(feof, feof_unlocked);
13 weak_alias(feof, _IO_feof_unlocked);
A Dfgets.c34 if (p == s || !feof(f)) in fgets()
A Dgetdelim.c52 if (!i || !feof(f)) { in getdelim()
/third_party/ulib/musl/src/misc/
A Dwordexp.c142 if (feof(f)) { in wordexp()
159 if (!feof(f)) in wordexp()
/third_party/uapp/fsck-msdosfs/
A Dmain.c139 if (feof(stdin)) in ask()
/third_party/ulib/musl/src/network/
A Dresolvconf.c33 if (!strchr(line, '\n') && !feof(f)) { in __get_resolv_conf()
/third_party/ulib/musl/src/internal/
A Dstdio_impl.h90 #define feof(f) ((f)->flags & F_EOF) macro
/third_party/lib/acpica/source/compiler/
A Daslfileio.c175 if (feof (Gbl_Files[FileId].Handle)) in FlReadFile()
/third_party/ulib/musl/include/
A Dstdio.h66 int feof(FILE*);
/third_party/ulib/musl/
A Dmusl-rules.mk652 $(LOCAL_DIR)/src/stdio/feof.c \

Completed in 12 milliseconds