Home
last modified time | relevance | path

Searched defs:getc_unlocked (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h76 #define getc_unlocked(f) \ macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h76 #define getc_unlocked(f) \ macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h96 #define getc_unlocked(f) \ macro
/third_party/musl/src/internal/
Dstdio_impl.h100 #define getc_unlocked(f) \ macro
/third_party/musl/porting/linux/user/src/internal/
Dstdio_impl.h168 #define getc_unlocked(f) \ macro
/third_party/rust/crates/libc/src/solid/
Dmod.rs511 pub fn getc_unlocked(arg1: *mut FILE) -> c_int; in getc_unlocked() function