Home
last modified time | relevance | path

Searched refs:getc_unlocked (Results 1 – 15 of 15) sorted by relevance

/external/bison/lib/
Dunlocked-io.h101 # define getc(x) getc_unlocked (x)
103 # define getc_unlocked(x) getc (x) macro
Dgetdelim.c47 # define getc_maybe_unlocked(fp) getc_unlocked(fp)
Dlocalcharset.c99 # define getc getc_unlocked
/external/bison/m4/
Dlocalcharset.m412 AC_CHECK_DECLS_ONCE([getc_unlocked])
Dunlocked-io.m437 AC_CHECK_DECLS_ONCE([getc_unlocked])
Dgetdelim.m487 AC_CHECK_DECLS([getc_unlocked])
/external/e2fsprogs/intl/
Dlocalcharset.c91 # define getc getc_unlocked
/external/elfutils/src/
Dldlex.l48 #define getc(s) getc_unlocked (s)
Dldlex.c1123 #define getc(s) getc_unlocked (s)
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h292 getc_unlocked, enumerator
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp486 TLI.setUnavailable(LibFunc::getc_unlocked); in initialize()
/external/e2fsprogs/
Daclocal.m4424 gt_CHECK_DECL(getc_unlocked, [#include <stdio.h>])
Dconfigure8158 char *p = (char *) getc_unlocked;
/external/valgrind/main/perf/
Dtest_input_for_tinycc.c5384 extern int getc_unlocked (FILE *__stream);
/external/bison/
Dconfigure22120 …ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"