Lines Matching refs:IOCLEX
567 shp->fdstatus[fd] |= IOCLEX; in io_preserve()
596 shp->fdstatus[f2] = (shp->fdstatus[f1]&~IOCLEX); in sh_iorenumber()
603 shp->fdstatus[f2] = (shp->fdstatus[f1]&~IOCLEX); in sh_iorenumber()
794 sh.fdstatus[fdnew] = (sh.fdstatus[fdold]&~IOCLEX); in sh_iomovefd()
839 int r, fd=sffileno(sp), close_exec = shp->fdstatus[fd]&IOCLEX; in io_patseek()
842 shp->fdstatus[sffileno(sp)] |= IOCLEX; in io_patseek()
867 shp->fdstatus[sffileno(sp)] &= ~IOCLEX; in io_patseek()
1105 shp->fdstatus[fd] = (shp->fdstatus[dupfd]&~IOCLEX); in sh_redirect()
1336 shp->fdstatus[fd] |= IOCLEX; in sh_redirect()
1553 if(shp->fdstatus[origfd]&IOCLEX) in sh_iorestore()
1701 if(!(sh.fdstatus[sffileno(iop)]&IOCLEX) && (sfset(iop,0,0)&SF_SHARE)) in piperead()
2277 sh.fdstatus[fd] = (sh.fdstatus[old]&~IOCLEX); in sh_dup()
2298 sh.fdstatus[newfd] = (sh.fdstatus[fd]&~IOCLEX); in sh_fcntl()
2306 sh.fdstatus[fd] |= IOCLEX; in sh_fcntl()
2308 sh.fdstatus[fd] &= ~IOCLEX; in sh_fcntl()