Home
last modified time | relevance | path

Searched defs:ferror (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/stdio/
Dferror.c8 int ferror(FILE *f) in ferror() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h74 #define ferror(f) ((f)->flags & F_ERR) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h74 #define ferror(f) ((f)->flags & F_ERR) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h94 #define ferror(f) ((f)->flags & F_ERR) macro
/third_party/musl/porting/linux/user/src/internal/
Dstdio_impl.h168 #define ferror(f) ((f)->flags & F_ERR) macro
/third_party/musl/src/internal/
Dstdio_impl.h172 #define ferror(f) ((f)->flags & F_ERR) macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs330 pub fn ferror(stream: *mut FILE) -> c_int; in ferror() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs505 pub fn ferror(stream: *mut FILE) -> c_int; in ferror() function
/third_party/rust/crates/libc/src/
Dwasi.rs476 pub fn ferror(f: *mut FILE) -> c_int; in ferror() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs445 pub fn ferror(arg1: *mut FILE) -> c_int; in ferror() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1120 pub fn ferror(stream: *mut FILE) -> c_int; in ferror() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3403 pub fn ferror(stream: *mut FILE) -> c_int; in ferror() function