Home
last modified time | relevance | path

Searched defs:fputc (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfputc.c4 int fputc(int c, FILE *f) in fputc() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfputc.c4 int fputc(int c, FILE *f) in fputc() function
/third_party/musl/src/stdio/
H A Dfputc.c8 int fputc(int c, FILE *f) in fputc() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfputc.c4 int fputc(int c, FILE *f) in fputc() function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs318 pub fn fputc(c: c_int, stream: *mut FILE) -> c_int; in fputc() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs451 pub fn fputc(arg1: c_int, arg2: *mut FILE) -> c_int; in fputc() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs490 pub fn fputc(a: c_int, f: *mut FILE) -> c_int; in fputc() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs483 pub fn fputc(c: c_int, stream: *mut FILE) -> c_int; in fputc() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1108 pub fn fputc(c: c_int, stream: *mut FILE) -> c_int; in fputc() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3391 pub fn fputc(c: c_int, stream: *mut FILE) -> c_int; in fputc() functions

Completed in 26 milliseconds