Home
last modified time | relevance | path

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

/freebsd/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()
296 p->closef = &io_pclose; in io_popen()
799 p->closef = &io_noclose; /* keep file opened */ in io_noclose()
810 p->closef = &io_noclose; in createstdfile()
H A Dlauxlib.h247 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member
/freebsd/sys/sys/
H A Dfiledesc.h243 int closef(struct file *fp, struct thread *td);
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig253 p->closef = &LLDBSwigLuaCloseFileHandle;
/freebsd/sys/kern/
H A Dkern_descrip.c1317 error = closef(fp, td); in closefp_impl()
2564 (void) closef(fp, td); in fdescfree_fds()
2676 (void) closef(fp, td); in fdsetugidsafety()
2775 closef(struct file *fp, struct thread *td) in closef() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22571 p->closef = &LLDBSwigLuaCloseFileHandle; in _wrap_SBDebugger_GetInputFileHandle()
22604 p->closef = &LLDBSwigLuaCloseFileHandle; in _wrap_SBDebugger_GetOutputFileHandle()
22637 p->closef = &LLDBSwigLuaCloseFileHandle; in _wrap_SBDebugger_GetErrorFileHandle()
27475 p->closef = &LLDBSwigLuaCloseFileHandle; in _wrap_SBFile_GetFile()