Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dshowptable.c122 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', stdout); in main()
123 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout); in main()
124 putc_unlocked ((phdr->p_flags & PF_R) ? 'R' : ' ', stdout); in main()
126 putc_unlocked ('\n', stdout); in main()
/external/bison/lib/
Dunlocked-io.h116 # define putc(x,y) putc_unlocked (x,y)
118 # define putc_unlocked(x,y) putc (x,y) macro
/external/bison/m4/
Dunlocked-io.m442 AC_CHECK_DECLS_ONCE([putc_unlocked])
/external/elfutils/src/
Dstrings.c381 putc_unlocked ('\n', stdout); in process_chunk_mb()
441 putc_unlocked ('\n', stdout); in process_chunk()
Dreadelf.c4932 putc_unlocked (',', stdout); in print_debug_line_section()
5062 putc_unlocked ('\n', stdout); in print_debug_macinfo_section()
/external/bison/
Dconfig.hin102 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
Dconfig.log1348 configure:11777: checking whether putc_unlocked is declared
Dconfigure11793 char *p = (char *) putc_unlocked;
/external/valgrind/main/perf/
Dtest_input_for_tinycc.c5417 extern int putc_unlocked (int __c, FILE *__stream);