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