Searched refs:closef (Results 1 – 6 of 6) 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()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()
247 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member
243 int closef(struct file *fp, struct thread *td);
253 p->closef = &LLDBSwigLuaCloseFileHandle;
1317 error = closef(fp, td); in closefp_impl() 1342 * process leaders can be traversed in closef(). in closefp_hl() 2518 * valid in closef(). in fdclearlocks() 2565 (void) closef(fp, td); in fdescfree_fds() 2677 (void) closef(fp, td); in fdsetugidsafety() 2776 closef(struct file *fp, struct thread *td) in closef() 2775 closef(struct file *fp, struct thread *td) 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()