Home
last modified time | relevance | path

Searched defs:fgetc (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dfgetc.c4 int fgetc(FILE *f) in fgetc() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dfgetc.c4 int fgetc(FILE *f) in fgetc() function
/third_party/musl/src/stdio/
Dfgetc.c8 int fgetc(FILE *f) in fgetc() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dfgetc.c4 int fgetc(FILE *f) in fgetc() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs320 pub fn fgetc(stream: *mut FILE) -> c_int; in fgetc() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs468 pub fn fgetc(stream: *mut FILE) -> c_int; in fgetc() function
/third_party/rust/crates/libc/src/
Dwasi.rs490 pub fn fgetc(f: *mut FILE) -> c_int; in fgetc() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs447 pub fn fgetc(arg1: *mut FILE) -> c_int; in fgetc() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1121 pub fn fgetc(stream: *mut FILE) -> c_int; in fgetc() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3476 pub fn fgetc(stream: *mut FILE) -> c_int; in fgetc() function