Home
last modified time | relevance | path

Searched defs:getc_unlocked (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/src/stdio/
H A Dgetc_unlocked.c3 int (getc_unlocked)(FILE *f) in getc_unlocked() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h76 #define getc_unlocked(f) \ macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h76 #define getc_unlocked(f) \ macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h96 #define getc_unlocked(f) \ macro
/third_party/musl/src/internal/
H A Dstdio_impl.h174 #define getc_unlocked(f) \ macro
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h170 #define getc_unlocked(f) \ macro
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs511 pub fn getc_unlocked(arg1: *mut FILE) -> c_int; in getc_unlocked() functions

Completed in 7 milliseconds