Searched refs:closef (Results 1 – 7 of 7) sorted by relevance
147 #define isclosed(p) ((p)->closef == NULL)190 p->closef = NULL; /* mark file handle as 'closed' */ in newprefile()203 volatile lua_CFunction cf = p->closef; in aux_close()204 p->closef = NULL; /* mark stream as closed */ in aux_close()243 p->closef = &io_fclose; in newfile()283 p->closef = &io_pclose; in io_popen()749 p->closef = &io_noclose; /* keep file opened */ in io_noclose()760 p->closef = &io_noclose; in createstdfile()
195 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member
291 closef(ap->afile);304 return(i == sizeof(c)? c&0177: (closef(ap->afile), 0));379 closef(ap->afile);409 closef(i) in closef() function
342 _PROTOTYPE(void closef , (int i ));
163 int closef(struct file *fp, struct thread *td);
1232 error = closef(fp, td); in closefp()2332 (void) closef(fp, td); in fdescfree_fds()2457 (void) closef(fp, td); in fdsetugidsafety()2555 closef(struct file *fp, struct thread *td) in closef() function
2436 (void) closef(fp, (struct thread *)NULL); in unp_discard()2458 closef(dr->ud_fp, NULL); in unp_process_defers()