Home | History | Annotate | Download | only in sh

Lines Matching defs:FD_CLOEXEC

81 #ifndef FD_CLOEXEC
82 # define FD_CLOEXEC 1 /* well known from before there was a name */
88 (fcntl_int)(fcntl((fd), F_GETFD) | FD_CLOEXEC)))
104 int cloexec; /* orig had FD_CLOEXEC set (into always does) */
316 cloexec &= FD_CLOEXEC;
352 (void)fcntl(i, F_SETFD, (fcntl_int) FD_CLOEXEC);
488 (void)fcntl(f, F_SETFD, (fcntl_int) FD_CLOEXEC);
648 (fcntl_int)(fcntl(newfd, F_GETFD) | FD_CLOEXEC));
763 (void)fcntl(fd, F_SETFD, (fcntl_int) FD_CLOEXEC);
1001 if (c & FD_CLOEXEC)
1079 cloexec = FD_CLOEXEC;