Home
last modified time | relevance | path

Searched defs:feof (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/src/stdio/
H A Dfeof.c6 #undef feof macro
8 int feof(FILE *f) in feof() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfeof.c3 #undef feof macro
5 int feof(FILE *f) in feof() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfeof.c3 #undef feof macro
5 int feof(FILE *f) in feof() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfeof.c3 #undef feof macro
5 int feof(FILE *f) in feof() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h73 #define feof(f) ((f)->flags & F_EOF) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h73 #define feof(f) ((f)->flags & F_EOF) macro
/third_party/bounds_checking_function/src/
H A Dsecinput.h123 #undef feof macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h93 #define feof(f) ((f)->flags & F_EOF) macro
/third_party/musl/src/internal/
H A Dstdio_impl.h171 #define feof(f) ((f)->flags & F_EOF) macro
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h167 #define feof(f) ((f)->flags & F_EOF) macro
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs329 pub fn feof(stream: *mut FILE) -> c_int; in feof() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs444 pub fn feof(arg1: *mut FILE) -> c_int; in feof() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs475 pub fn feof(f: *mut FILE) -> c_int; in feof() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs504 pub fn feof(stream: *mut FILE) -> c_int; in feof() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1119 pub fn feof(stream: *mut FILE) -> c_int; in feof() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3402 pub fn feof(stream: *mut FILE) -> c_int; in feof() functions

Completed in 28 milliseconds