Home
last modified time | relevance | path

Searched refs:closef (Results 1 – 7 of 7) sorted by relevance

/src/contrib/lua/src/
H A Dliolib.c160 #define isclosed(p) ((p)->closef == NULL)
203 p->closef = NULL; /* mark file handle as 'closed' */ in newprefile()
216 volatile lua_CFunction cf = p->closef; in aux_close()
217 p->closef = NULL; /* mark stream as closed */ in aux_close()
256 p->closef = &io_fclose; in newfile()
298 p->closef = &io_pclose; in io_popen()
812 p->closef = &io_noclose; /* keep file opened */ in io_noclose()
823 p->closef = &io_noclose; in createstdfile()
H A Dlauxlib.h247 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member
/src/libexec/flua/lfbsd/
H A Dlfbsd.c227 p->closef = &lua_process_close; in lua_process_makestdio()
/src/sys/sys/
H A Dfiledesc.h246 int closef(struct file *fp, struct thread *td);
/src/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig253 p->closef = &LLDBSwigLuaCloseFileHandle;
/src/sys/kern/
H A Dkern_descrip.c1423 error = closef(fp, td); in closefp_impl()
2721 (void) closef(fp, td); in fdescfree_fds()
2833 (void) closef(fp, td); in fdsetugidsafety()
2938 closef(struct file *fp, struct thread *td) in closef() function
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23910 p->closef = &LLDBSwigLuaCloseFileHandle; in _wrap_SBDebugger_GetInputFileHandle()
23943 p->closef = &LLDBSwigLuaCloseFileHandle; in _wrap_SBDebugger_GetOutputFileHandle()
23976 p->closef = &LLDBSwigLuaCloseFileHandle; in _wrap_SBDebugger_GetErrorFileHandle()
28906 p->closef = &LLDBSwigLuaCloseFileHandle; in _wrap_SBFile_GetFile()