Home
last modified time | relevance | path

Searched refs:flockfile (Results 1 – 20 of 20) sorted by relevance

/external/bison/lib/
Dgetdelim.c41 # undef flockfile
43 # define flockfile(x) ((void) 0) macro
68 flockfile (fp); in getdelim()
Dunlocked-io.h127 # undef flockfile
128 # define flockfile(x) ((void) 0) macro
/external/valgrind/
Ddarwin10-drd.supp60 flockfile
62 fun:flockfile
/external/compiler-rt/test/msan/
Dgetc_unlocked.c17 flockfile (stream); in main()
/external/bison/m4/
Dgetdelim.m486 AC_CHECK_FUNCS([flockfile funlockfile])
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll243 ; CHECK: declare void @flockfile(...)
244 declare void @flockfile(...)
Dannotate.ll262 ; CHECK: declare void @flockfile(%opaque* nocapture) [[G0]]
263 declare void @flockfile(%opaque*)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def482 /// void flockfile(FILE *file);
483 TLI_DEFINE_ENUM_INTERNAL(flockfile)
484 TLI_DEFINE_STRING_INTERNAL("flockfile")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp237 TLI.setUnavailable(LibFunc::flockfile); in initialize()
720 case LibFunc::flockfile: in isValidProtoForLibFunc()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c1329 flockfile(stdin); in get_map()
1684 flockfile(stdout); in cpuset_cpumemdist()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp382 case LibFunc::flockfile: in inferLibFuncAttributes()
/external/python/cpython2/Objects/
Dfileobject.c31 #define FLOCKFILE(f) flockfile(f)
/external/python/cpython2/
Dpyconfig.h.in283 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
Dconfigure.ac4226 flockfile(f);
4234 [Define this if you have flockfile(), getc_unlocked(), and funlockfile()])
Dconfigure13869 flockfile(f);
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1733 fun:flockfile=uninstrumented
/external/valgrind/perf/
Dtest_input_for_tinycc.c5577 extern void flockfile (FILE *__stream) __attribute__ ((__nothrow__));
/external/bison/
Dconfigure22108 for ac_func in flockfile funlockfile
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym277 PUBLIC 57860 0 flockfile
/external/python/cpython2/Misc/
DHISTORY8118 support flockfile(), getc_unlocked(), and funlockfile(), those are