Searched defs:ungetc (Results 1 - 10 of 10) sorted by relevance
| /third_party/musl/src/stdio/ |
| H A D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
| /third_party/musl/porting/liteos_a/kernel/src/stdio/ |
| H A D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| H A D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| H A D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
| /third_party/rust/crates/libc/src/windows/ |
| H A D | mod.rs | 321 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() functions
|
| /third_party/rust/crates/libc/src/solid/ |
| H A D | mod.rs | 473 pub fn ungetc(arg1: c_int, arg2: *mut FILE) -> c_int; in ungetc() functions
|
| /third_party/rust/crates/libc/src/ |
| H A D | wasi.rs | 489 pub fn ungetc(a: c_int, f: *mut FILE) -> c_int; in ungetc() functions
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 490 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() functions
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1111 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3394 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() functions
|
Completed in 27 milliseconds