Searched refs:putc_unlocked (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/tests/ |
D | showptable.c | 104 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/ |
D | unlocked-io.h | 116 # define putc(x,y) putc_unlocked (x,y) 118 # define putc_unlocked(x,y) putc (x,y) macro
|
/external/bison/m4/ |
D | unlocked-io.m4 | 42 AC_CHECK_DECLS_ONCE([putc_unlocked])
|
/external/bison/ |
D | config.hin | 102 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
|
D | config.log | 1348 configure:11777: checking whether putc_unlocked is declared
|
D | configure | 11793 char *p = (char *) putc_unlocked;
|
/external/elfutils/src/ |
D | readelf.c | 4101 putc_unlocked (',', stdout); in print_debug_line_section() 4158 putc_unlocked ('\n', stdout); in print_debug_macinfo_section()
|