Lines Matching defs:newfd
1505 register int fd, savefd, newfd;
1506 for(newfd=fd=0; fd < shp->topfd; fd++)
1509 filemap[newfd++] = filemap[fd];
1516 shp->topfd = newfd;
1952 int newfd = integralof(data);
1955 if(newfd<0)
1958 (*fdnotify)(sffileno(sp),flag==SF_CLOSING?-1:newfd);
2014 else if(flag==SF_CLOSING || (flag==SF_SETFD && newfd<=2))
2287 int newfd, arg;
2292 newfd = fcntl(fd,op,arg);
2293 if(newfd>=0) switch(op)
2298 sh.fdstatus[newfd] = (sh.fdstatus[fd]&~IOCLEX);
2300 (*fdnotify)(fd,newfd);
2310 return(newfd);