Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dungetc.c3 int ungetc(int c, FILE *f) in ungetc() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dungetc.c3 int ungetc(int c, FILE *f) in ungetc() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dungetc.c3 int ungetc(int c, FILE *f) in ungetc() function
/third_party/musl/src/stdio/
Dungetc.c3 int ungetc(int c, FILE *f) in ungetc() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs321 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs490 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() function
/third_party/rust/crates/libc/src/
Dwasi.rs489 pub fn ungetc(a: c_int, f: *mut FILE) -> c_int; in ungetc() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs473 pub fn ungetc(arg1: c_int, arg2: *mut FILE) -> c_int; in ungetc() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1111 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3394 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() function