Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dshowptable.c104 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', stdout); in main()
105 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout); in main()
106 putc_unlocked ((phdr->p_flags & PF_R) ? 'R' : ' ', stdout); in main()
108 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/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/elfutils/src/
Dreadelf.c4101 putc_unlocked (',', stdout); in print_debug_line_section()
4158 putc_unlocked ('\n', stdout); in print_debug_macinfo_section()