Home
last modified time | relevance | path

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

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

Completed in 27 milliseconds