Home
last modified time | relevance | path

Searched refs:closef (Results 1 – 7 of 7) 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()
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
/freebsd/libexec/flua/lfbsd/
H A Dlfbsd.c227 p->closef = &lua_process_close; in lua_process_makestdio()
/freebsd/sys/sys/
H A Dfiledesc.h248 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.c1423 error = closef(fp, td); in closefp_impl()
2749 (void) closef(fp, td); in fdescfree_fds()
2861 (void) closef(fp, td); in fdsetugidsafety()
2966 closef(struct file *fp, struct thread *td) in closef() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24296 p->closef = &LLDBSwigLuaCloseFileHandle; in _wrap_SBDebugger_GetInputFileHandle()
24329 p->closef = &LLDBSwigLuaCloseFileHandle; in _wrap_SBDebugger_GetOutputFileHandle()
24362 p->closef = &LLDBSwigLuaCloseFileHandle; in _wrap_SBDebugger_GetErrorFileHandle()
29326 p->closef = &LLDBSwigLuaCloseFileHandle; in _wrap_SBFile_GetFile()