Lines Matching defs:fcntl
564 if(fcntl(f2,F_GETFD,0)&1)
566 fcntl(fd,F_SETFD,FD_CLOEXEC);
1314 if((fn=fcntl(fd,F_DUPFD,10)) < 0)
1335 fcntl(fd,F_SETFD,FD_CLOEXEC);
1554 fcntl(origfd,F_SETFD,FD_CLOEXEC);
1623 if(errno==0 && (n=fcntl(fno,F_GETFL,0))&O_NDELAY)
1626 fcntl(fno, F_SETFL, n);
1634 n = fcntl(fno,F_GETFL,0);
1636 fcntl(fno, F_SETFL, n);
1802 if((flags=fcntl(fd,F_GETFL,0)) < 0)
1983 fcntl(fd,F_SETFD,FD_CLOEXEC);
2284 #undef fcntl
2292 newfd = fcntl(fd,op,arg);