Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h79 #define putc_unlocked(c, f) \ macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h79 #define putc_unlocked(c, f) \ macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h99 #define putc_unlocked(c, f) \ macro
/third_party/musl/porting/linux/user/src/internal/
Dstdio_impl.h173 #define putc_unlocked(c, f) \ macro
/third_party/musl/src/internal/
Dstdio_impl.h177 #define putc_unlocked(c, f) \ macro
/third_party/rust/crates/libc/src/solid/
Dmod.rs513 pub fn putc_unlocked(arg1: c_int, arg2: *mut FILE) -> c_int; in putc_unlocked() function