Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/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/uniproton/kernel/src/stdio/
Dfeof.c5 int feof(FILE *f) in feof() function
/third_party/musl/src/stdio/
Dfeof.c8 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/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h73 #define feof(f) ((f)->flags & F_EOF) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h93 #define feof(f) ((f)->flags & F_EOF) macro
/third_party/musl/porting/linux/user/src/internal/
Dstdio_impl.h167 #define feof(f) ((f)->flags & F_EOF) macro
/third_party/musl/src/internal/
Dstdio_impl.h171 #define feof(f) ((f)->flags & F_EOF) macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs329 pub fn feof(stream: *mut FILE) -> c_int; in feof() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs504 pub fn feof(stream: *mut FILE) -> c_int; in feof() function
/third_party/rust/crates/libc/src/
Dwasi.rs475 pub fn feof(f: *mut FILE) -> c_int; in feof() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs444 pub fn feof(arg1: *mut FILE) -> c_int; in feof() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1119 pub fn feof(stream: *mut FILE) -> c_int; in feof() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3402 pub fn feof(stream: *mut FILE) -> c_int; in feof() function