Searched refs:getc_unlocked (Results 1 – 20 of 20) 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
24 c = getc_unlocked (stream); in main()
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
40 #define getc(s) getc_unlocked (s)
603 /// int getc_unlocked(FILE *stream);604 TLI_DEFINE_ENUM_INTERNAL(getc_unlocked)605 TLI_DEFINE_STRING_INTERNAL("getc_unlocked")
239 TLI.setUnavailable(LibFunc::getc_unlocked); in initialize()
401 gt_CHECK_DECL(getc_unlocked, [#include <stdio.h>])
76 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
1459 case LibFunc::getc_unlocked: in inferPrototypeAttributes()
8453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getc_unlocked is declared" >&58454 $as_echo_n "checking whether getc_unlocked is declared... " >&6; }
424 gt_CHECK_DECL(getc_unlocked, [#include <stdio.h>])
1842 fun:getc_unlocked=uninstrumented
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"
360 PUBLIC 6d9d0 0 getc_unlocked