Home
last modified time | relevance | path

Searched refs:putchar_unlocked (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/src/stdio/
H A Dputchar_unlocked.c3 int putchar_unlocked(int c) in putchar_unlocked() function
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dputchar_unlocked.c34 ret = putchar_unlocked(ch[i]); in putchar_unlocked_0100()
/third_party/elfutils/src/
H A Dnm.c829 putchar_unlocked (':'); in show_symbols_sysv()
976 putchar_unlocked (':'); in show_symbols_bsd()
1050 putchar_unlocked ('\n'); in show_symbols_bsd()
1108 putchar_unlocked (':'); in show_symbols_posix()
1109 putchar_unlocked (' '); in show_symbols_posix()
H A Dreadelf.c1756 putchar_unlocked (' '); in print_flags()
1765 putchar_unlocked (' '); in print_flags()
1769 putchar_unlocked ('\n'); in print_flags()
2714 putchar_unlocked ('\n'); in handle_symtab()
3229 putchar_unlocked ('\n'); in handle_versym()
10376 putchar_unlocked (','); in print_debug_macro_section()
10381 putchar_unlocked ('\n'); in print_debug_macro_section()
10384 putchar_unlocked ('\n'); in print_debug_macro_section()
10561 putchar_unlocked ('\n'); in print_debug_macro_section()
10568 putchar_unlocked ('\ in print_debug_macro_section()
[all...]
H A Dobjdump.c671 putchar_unlocked ('\n'); in disasm_output()
/third_party/elfutils/libebl/
H A Deblobjnote.c646 putchar_unlocked ('.'); in ebl_object_note()
649 putchar_unlocked ('\n'); in ebl_object_note()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h151 int putchar_unlocked(int);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h153 int putchar_unlocked(int);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h154 int putchar_unlocked(int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h151 int putchar_unlocked(int);
/third_party/musl/include/
H A Dstdio.h154 int putchar_unlocked(int);
/third_party/musl/libc-test/src/api/
H A Dstdio.c77 {int(*p)(int) = putchar_unlocked;} in f()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs514 pub fn putchar_unlocked(arg1: c_int) -> c_int; in putchar_unlocked() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs591 pub fn putchar_unlocked(c: ::c_int) -> ::c_int; in putchar_unlocked() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1182 pub fn putchar_unlocked(c: ::c_int) -> ::c_int; in putchar_unlocked() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs602 pub fn putchar_unlocked(c: ::c_int) -> ::c_int; in putchar_unlocked() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3471 pub fn putchar_unlocked(c: ::c_int) -> ::c_int; in putchar_unlocked() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2416 extern int putchar_unlocked (int __c);
[all...]

Completed in 67 milliseconds