Home
last modified time | relevance | path

Searched refs:putc_unlocked (Results 1 – 7 of 7) sorted by relevance

/external/bison/lib/
Dunlocked-io.h115 # define putc(x,y) putc_unlocked (x,y)
117 # define putc_unlocked(x,y) putc (x,y) macro
/external/bison/m4/
Dunlocked-io.m439 AC_CHECK_DECLS_ONCE([putc_unlocked])
/external/elfutils/0.153/src/
Dstrings.c381 putc_unlocked ('\n', stdout); in process_chunk_mb()
441 putc_unlocked ('\n', stdout); in process_chunk()
Dreadelf.c6454 putc_unlocked (',', stdout); in print_debug_line_section()
6602 putc_unlocked ('\n', stdout); in print_debug_macinfo_section()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2900 fun:putc_unlocked=uninstrumented
/external/valgrind/main/perf/
Dtest_input_for_tinycc.c5417 extern int putc_unlocked (int __c, FILE *__stream);
/external/bison/
Dconfigure19920 ac_fn_c_check_decl "$LINENO" "putc_unlocked" "ac_cv_have_decl_putc_unlocked" "$ac_includes_default"