Searched refs:getc_unlocked (Results 1 – 25 of 31) sorted by relevance
12
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])
305 int ch = getc_unlocked(fp); in freadline_wrapped()326 ch = getc_unlocked(fp); in freadline_wrapped()
91 # define getc getc_unlocked
40 #define getc(s) getc_unlocked (s)
366 ; CHECK: declare void @getc_unlocked(...)367 declare void @getc_unlocked(...)
385 ; CHECK: declare i32 @getc_unlocked(%opaque* nocapture) [[G0]]386 declare i32 @getc_unlocked(%opaque*)
608 /// int getc_unlocked(FILE *stream);609 TLI_DEFINE_ENUM_INTERNAL(getc_unlocked)610 TLI_DEFINE_STRING_INTERNAL("getc_unlocked")
244 TLI.setUnavailable(LibFunc::getc_unlocked); in initialize()732 case LibFunc::getc_unlocked: in isValidProtoForLibFunc()
194 ch = getc_unlocked(in); in read_char()
401 gt_CHECK_DECL(getc_unlocked, [#include <stdio.h>])
437 case LibFunc::getc_unlocked: in inferLibFuncAttributes()
108 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
30 #define GETC(f) getc_unlocked(f)
4221 # check for getc_unlocked and related locking functions4222 AC_MSG_CHECKING(for getc_unlocked() and friends)4227 getc_unlocked(f);4234 [Define this if you have flockfile(), getc_unlocked(), and funlockfile()])
283 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
203 /* Define to 1 if you have the `getc_unlocked' function. */
1842 fun:getc_unlocked=uninstrumented
1219 …k ctime_r directio erf _exit execvp fchmod floor fork ftime ftruncate getc_unlocked getcwd getpid …
5384 extern int getc_unlocked (FILE *__stream);