Searched refs:closef (Results 1 – 7 of 7) sorted by relevance
160 #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()
247 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member
227 p->closef = &lua_process_close; in lua_process_makestdio()
246 int closef(struct file *fp, struct thread *td);
253 p->closef = &LLDBSwigLuaCloseFileHandle;
1423 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
23910 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()