Searched refs:getc_unlocked (Results 1 - 7 of 7) sorted by relevance

/external/bison/lib/
H A Dunlocked-io.h102 # define getc(x) getc_unlocked (x)
104 # define getc_unlocked(x) getc (x) macro
/external/elfutils/src/
H A Dldlex.l48 #define getc(s) getc_unlocked (s)
H A Dldlex.c1123 #define getc(s) getc_unlocked (s)
/external/e2fsprogs/intl/
H A Dlocalcharset.c91 # define getc getc_unlocked
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5384 extern int getc_unlocked (FILE *__stream);
/external/e2fsprogs/
H A Dconfigure8145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getc_unlocked is declared" >&5
8146 $as_echo_n "checking whether getc_unlocked is declared... " >&6; }
8157 #ifndef getc_unlocked
8158 char *p = (char *) getc_unlocked;
/external/bison/
H A Dconfigure11631 echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
11632 echo $ECHO_N "checking whether getc_unlocked is declared... $ECHO_C" >&6
11646 #ifndef getc_unlocked
11647 char *p = (char *) getc_unlocked;

Completed in 446 milliseconds