Searched defs:fputc (Results 1 – 10 of 10) sorted by relevance
| /third_party/musl/src/stdio/ |
| D | fputc.c | 8 int fputc(int c, FILE *f) in fputc() function
|
| /third_party/musl/porting/liteos_a/kernel/src/stdio/ |
| D | fputc.c | 4 int fputc(int c, FILE *f) in fputc() function
|
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| D | fputc.c | 4 int fputc(int c, FILE *f) in fputc() function
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| D | fputc.c | 4 int fputc(int c, FILE *f) in fputc() function
|
| /third_party/rust/crates/libc/src/windows/ |
| D | mod.rs | 322 pub fn fputc(c: c_int, stream: *mut FILE) -> c_int; in fputc() function
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 470 pub fn fputc(c: c_int, stream: *mut FILE) -> c_int; in fputc() function
|
| /third_party/rust/crates/libc/src/ |
| D | wasi.rs | 494 pub fn fputc(a: c_int, f: *mut FILE) -> c_int; in fputc() function
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 451 pub fn fputc(arg1: c_int, arg2: *mut FILE) -> c_int; in fputc() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1123 pub fn fputc(c: c_int, stream: *mut FILE) -> c_int; in fputc() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3478 pub fn fputc(c: c_int, stream: *mut FILE) -> c_int; in fputc() function
|