Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/lua/src/
Dliolib.c147 #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()
Dlauxlib.h195 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member
/freebsd-12-stable/release/picobsd/tinyware/msh/
Dsh5.c291 closef(ap->afile);
304 return(i == sizeof(c)? c&0177: (closef(ap->afile), 0));
379 closef(ap->afile);
409 closef(i) in closef() function
Dsh.h342 _PROTOTYPE(void closef , (int i ));
/freebsd-12-stable/sys/sys/
Dfiledesc.h163 int closef(struct file *fp, struct thread *td);
/freebsd-12-stable/sys/kern/
Dkern_descrip.c1232 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
Duipc_usrreq.c2436 (void) closef(fp, (struct thread *)NULL); in unp_discard()
2458 closef(dr->ud_fp, NULL); in unp_process_defers()