Searched refs:getc_unlocked (Results 1 – 15 of 15) sorted by relevance
101 # define getc(x) getc_unlocked (x)103 # define getc_unlocked(x) getc (x) macro
47 # define getc_maybe_unlocked(fp) getc_unlocked(fp)
99 # define getc getc_unlocked
12 AC_CHECK_DECLS_ONCE([getc_unlocked])
37 AC_CHECK_DECLS_ONCE([getc_unlocked])
87 AC_CHECK_DECLS([getc_unlocked])
91 # define getc getc_unlocked
48 #define getc(s) getc_unlocked (s)
1123 #define getc(s) getc_unlocked (s)
292 getc_unlocked, enumerator
486 TLI.setUnavailable(LibFunc::getc_unlocked); in initialize()
424 gt_CHECK_DECL(getc_unlocked, [#include <stdio.h>])
8158 char *p = (char *) getc_unlocked;
5384 extern int getc_unlocked (FILE *__stream);
22120 …ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"