Home
last modified time | relevance | path

Searched defs:f_close (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dfunopen.cpp46 int f_close(void *cookie) { in f_close() function
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
Dfunopen2.cpp54 int f_close(void *cookie) { in f_close() function
/external/python/cpython2/Include/
Dfileobject.h15 int (*f_close)(FILE *); member
/external/lua/src/
Dliolib.c216 static int f_close (lua_State *L) { in f_close() function