Home
last modified time | relevance | path

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

12

/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/compiler-rt/test/msan/
Dgetc_unlocked.c24 c = getc_unlocked (stream); in main()
/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/kmod/shared/
Dutil.c305 int ch = getc_unlocked(fp); in freadline_wrapped()
326 ch = getc_unlocked(fp); in freadline_wrapped()
/external/e2fsprogs/intl/
Dlocalcharset.c91 # define getc getc_unlocked
/external/elfutils/src/
Dldlex.l40 #define getc(s) getc_unlocked (s)
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll366 ; CHECK: declare void @getc_unlocked(...)
367 declare void @getc_unlocked(...)
Dannotate.ll385 ; CHECK: declare i32 @getc_unlocked(%opaque* nocapture) [[G0]]
386 declare i32 @getc_unlocked(%opaque*)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def608 /// int getc_unlocked(FILE *stream);
609 TLI_DEFINE_ENUM_INTERNAL(getc_unlocked)
610 TLI_DEFINE_STRING_INTERNAL("getc_unlocked")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp244 TLI.setUnavailable(LibFunc::getc_unlocked); in initialize()
732 case LibFunc::getc_unlocked: in isValidProtoForLibFunc()
/external/kmod/libkmod/
Dlibkmod-index.c194 ch = getc_unlocked(in); in read_char()
/external/libexif/auto-m4/
Dgettext.m4401 gt_CHECK_DECL(getc_unlocked, [#include <stdio.h>])
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp437 case LibFunc::getc_unlocked: in inferLibFuncAttributes()
/external/e2fsprogs/lib/
Dconfig.h.in108 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
/external/python/cpython2/Objects/
Dfileobject.c30 #define GETC(f) getc_unlocked(f)
/external/python/cpython2/
Dconfigure.ac4221 # check for getc_unlocked and related locking functions
4222 AC_MSG_CHECKING(for getc_unlocked() and friends)
4227 getc_unlocked(f);
4234 [Define this if you have flockfile(), getc_unlocked(), and funlockfile()])
Dpyconfig.h.in283 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
/external/ImageMagick/config/
Dconfig.h.in203 /* Define to 1 if you have the `getc_unlocked' function. */
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1842 fun:getc_unlocked=uninstrumented
/external/ImageMagick/
Dconfigure.ac1219 …k ctime_r directio erf _exit execvp fchmod floor fork ftime ftruncate getc_unlocked getcwd getpid …
/external/valgrind/perf/
Dtest_input_for_tinycc.c5384 extern int getc_unlocked (FILE *__stream);

12