Home | History | Annotate | Download | only in dist

Lines Matching refs:FD_CLOEXEC

25195 #ifdef FD_CLOEXEC
25196 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
25502 #ifdef FD_CLOEXEC
25503 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);