Searched refs:putc_unlocked (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/tests/ |
D | showptable.c | 114 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()
|
/external/bison/lib/ |
D | unlocked-io.h | 115 # define putc(x,y) putc_unlocked (x,y) 117 # define putc_unlocked(x,y) putc (x,y) macro
|
/external/bison/m4/ |
D | unlocked-io.m4 | 39 AC_CHECK_DECLS_ONCE([putc_unlocked])
|
/external/elfutils/src/ |
D | strings.c | 387 putc_unlocked ('\n', stdout); in process_chunk_mb() 450 putc_unlocked ('\n', stdout); in process_chunk()
|
D | readelf.c | 6971 putc_unlocked (',', stdout); in print_debug_line_section() 7124 putc_unlocked ('\n', stdout); in print_debug_macinfo_section() 7288 putc_unlocked ('\n', stdout); in print_debug_macro_section()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2659 fun:putc_unlocked=uninstrumented
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 5417 extern int putc_unlocked (int __c, FILE *__stream);
|
/external/bison/ |
D | configure | 19920 ac_fn_c_check_decl "$LINENO" "putc_unlocked" "ac_cv_have_decl_putc_unlocked" "$ac_includes_default"
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 363 PUBLIC 6da50 0 putc_unlocked
|