Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds