Home
last modified time | relevance | path

Searched defs:ferror (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/src/stdio/
H A Dferror.c6 #undef ferror macro
8 int ferror(FILE *f) in ferror() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h74 #define ferror(f) ((f)->flags & F_ERR) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h74 #define ferror(f) ((f)->flags & F_ERR) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h94 #define ferror(f) ((f)->flags & F_ERR) macro
/third_party/musl/src/internal/
H A Dstdio_impl.h172 #define ferror(f) ((f)->flags & F_ERR) macro
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h168 #define ferror(f) ((f)->flags & F_ERR) macro
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsunxi-mmc.c295 int ferror; member
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsunxi-mmc.c297 int ferror; member
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs330 pub fn ferror(stream: *mut FILE) -> c_int; in ferror() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs445 pub fn ferror(arg1: *mut FILE) -> c_int; in ferror() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs476 pub fn ferror(f: *mut FILE) -> c_int; in ferror() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs505 pub fn ferror(stream: *mut FILE) -> c_int; in ferror() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1120 pub fn ferror(stream: *mut FILE) -> c_int; in ferror() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3403 pub fn ferror(stream: *mut FILE) -> c_int; in ferror() functions

Completed in 31 milliseconds