Home
last modified time | relevance | path

Searched refs:putc_unlocked (Results 1 - 25 of 26) sorted by relevance

12

/third_party/musl/src/stdio/
H A Dputc_unlocked.c3 int (putc_unlocked)(int c, FILE *f) in putc_unlocked() function
5 return putc_unlocked(c, f); in putc_unlocked()
8 weak_alias(putc_unlocked, fputc_unlocked);
9 weak_alias(putc_unlocked, _IO_putc_unlocked);
H A Dputc.h10 c = putc_unlocked(c, f); in locking_putc()
20 return putc_unlocked(c, f); in do_putc()
H A Dputchar_unlocked.c5 return putc_unlocked(c, stdout); in putchar_unlocked()
H A Dputs.c7 r = -(fputs(s, stdout) < 0 || putc_unlocked('\n', stdout) < 0); in puts()
H A Dfputwc.c17 c = putc_unlocked(c, f); in __fputwc_unlocked()
/third_party/elfutils/tests/
H A Dshowptable.c114 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', stdout); in main()
115 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout); in main()
116 putc_unlocked ((phdr->p_flags & PF_R) ? 'R' : ' ', stdout); in main()
118 putc_unlocked ('\n', stdout); in main()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dputs.c7 r = -(fputs(s, stdout) < 0 || putc_unlocked('\n', stdout) < 0); in puts()
H A Dputc.h10 c = putc_unlocked(c, f); in locking_putc()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dputc.h10 c = putc_unlocked(c, f); in locking_putc()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dputc.h10 c = putc_unlocked(c, f); in locking_putc()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dputc_unlocked.c34 ret = putc_unlocked(ch[i], stdout); in putc_unlocked_0100()
/third_party/musl/porting/liteos_m/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/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h79 #define putc_unlocked(c, f) \ macro
/third_party/elfutils/src/
H A Dstrings.c370 putc_unlocked ('\n', stdout); in process_chunk_mb()
433 putc_unlocked ('\n', stdout); in process_chunk()
H A Dreadelf.c9287 putc_unlocked (',', stdout); in print_debug_line_section()
10047 putc_unlocked ('\n', stdout); in print_debug_macinfo_section()
10213 putc_unlocked ('\n', stdout); in print_debug_macro_section()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h150 int putc_unlocked(int, FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h152 int putc_unlocked(int, FILE *);
/third_party/musl/src/internal/
H A Dstdio_impl.h177 #define putc_unlocked(c, f) \ macro
/third_party/musl/porting/linux/user/include/
H A Dstdio.h153 int putc_unlocked(int, FILE *);
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h173 #define putc_unlocked(c, f) \ macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h150 int putc_unlocked(int, FILE *);
/third_party/musl/include/
H A Dstdio.h153 int putc_unlocked(int, FILE *);
/third_party/musl/libc-test/src/api/
H A Dstdio.c75 {int(*p)(int,FILE*) = putc_unlocked;} in f()
/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 23 milliseconds

12