Lines Matching defs:fcntl_int
88 (fcntl_int)(fcntl((fd), F_GETFD) | FD_CLOEXEC)))
94 #define fcntl_int void *)(intptr_t
95 #undef fcntl_int
96 #define fcntl_int int
295 if (fcntl(fd, F_SETFD, (fcntl_int)0) < 0)
326 (fcntl_int)(bigfd + 1))) == -1) {
335 (fcntl_int) big_sh_fd);
340 (fcntl_int) 3);
352 (void)fcntl(i, F_SETFD, (fcntl_int) FD_CLOEXEC);
400 (fcntl_int)(fcntl(f, F_GETFL) & ~eflags));
488 (void)fcntl(f, F_SETFD, (fcntl_int) FD_CLOEXEC);
648 (fcntl_int)(fcntl(newfd, F_GETFD) | FD_CLOEXEC));
713 if ((fd = fcntl(0, F_DUPFD, (fcntl_int)(i - 1))) >= 0) {
744 i = fcntl(fd, F_DUPFD_CLOEXEC, (fcntl_int) big_sh_fd);
763 (void)fcntl(fd, F_SETFD, (fcntl_int) FD_CLOEXEC);
816 to = fcntl(fd, F_DUPFD_CLOEXEC, (fcntl_int) big_sh_fd);
818 to = fcntl(fd, F_DUPFD_CLOEXEC, (fcntl_int) (big_sh_fd / 2));
820 to = fcntl(fd, F_DUPFD_CLOEXEC, (fcntl_int) (fd + 1));
822 to = fcntl(fd, F_DUPFD_CLOEXEC, (fcntl_int) 10);
824 to = fcntl(fd, F_DUPFD_CLOEXEC, (fcntl_int) 3);
1085 (cloexec != -1 && fcntl(fd, F_SETFD, (fcntl_int) cloexec) == -1))
1094 if (n != f && fcntl(fd, F_SETFL, (fcntl_int)n) == -1)