Searched refs:F_SETFD (Results 26 - 50 of 76) sorted by relevance

1234

/openbsd-current/bin/ksh/
H A Dio.c272 fcntl(nfd, F_SETFD, FD_CLOEXEC);
H A Dshf.c127 fcntl(fd, F_SETFD, FD_CLOEXEC);
174 fcntl(fd, F_SETFD, FD_CLOEXEC);
H A Dc_sh.c842 fcntl(i, F_SETFD, FD_CLOEXEC);
/openbsd-current/lib/libcrypto/arc4random/
H A Dgetentropy_solaris.c174 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
H A Dgetentropy_hpux.c148 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
H A Dgetentropy_aix.c144 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
H A Dgetentropy_linux.c222 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
H A Dgetentropy_osx.c168 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
/openbsd-current/usr.sbin/ldapd/
H A Dldapd.c429 } else if (fcntl(fd, F_SETFD, 0) == -1)
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DSocket.cpp356 if (flags != -1 && ::fcntl(fd, F_SETFD, flags | FD_CLOEXEC) != -1)
/openbsd-current/usr.sbin/radiusd/
H A Dradiusd_bsdauth.c416 } else if (fcntl(fd, F_SETFD, 0) == -1)
/openbsd-current/usr.sbin/bgplgd/
H A Dslowcgi.c1019 fcntl(s_in[0], F_SETFD, FD_CLOEXEC);
1020 fcntl(s_out[0], F_SETFD, FD_CLOEXEC);
1021 fcntl(s_err[0], F_SETFD, FD_CLOEXEC);
/openbsd-current/usr.sbin/slowcgi/
H A Dslowcgi.c965 fcntl(s_in[0], F_SETFD, FD_CLOEXEC);
966 fcntl(s_out[0], F_SETFD, FD_CLOEXEC);
967 fcntl(s_err[0], F_SETFD, FD_CLOEXEC);
/openbsd-current/gnu/lib/libiberty/src/
H A Dpex-unix.c518 if (fcntl (fd, F_SETFD, FD_CLOEXEC) < 0)
/openbsd-current/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp210 ::fcntl(connection_fd, F_SETFD, FD_CLOEXEC);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp371 res = fcntl(fd, F_SETFD, FD_CLOEXEC);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t46 F_SETFD F_SETFL F_SETLK F_SETLKW F_UNLCK F_WRLCK HUGE_VAL
/openbsd-current/usr.bin/ssh/
H A Dsshd-session.c1115 fcntl(sock_out, F_SETFD, FD_CLOEXEC);
1116 fcntl(sock_in, F_SETFD, FD_CLOEXEC);
H A Dauthfd.c102 if (fcntl(sock, F_SETFD, FD_CLOEXEC) == -1 ||
/openbsd-current/gnu/usr.bin/perl/
H A Ddoio.c67 #if defined(HAS_FCNTL) && defined(F_SETFD) && defined(FD_CLOEXEC)
68 (void) fcntl(fd, F_SETFD, FD_CLOEXEC);
76 #if defined(HAS_FCNTL) && defined(F_SETFD) && defined(FD_CLOEXEC)
77 (void) fcntl(fd, F_SETFD, 0);
113 #if defined(HAS_FCNTL) && defined(F_SETFD) && defined(FD_CLOEXEC) && \
/openbsd-current/usr.sbin/eigrpd/
H A Deigrpd.c335 } else if (fcntl(fd, F_SETFD, 0) == -1)
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py254 fcntl.fcntl(exec_err_pipe_write, fcntl.F_SETFD, fcntl.FD_CLOEXEC)
/openbsd-current/usr.sbin/rad/
H A Drad.c347 } else if (fcntl(fd, F_SETFD, 0) == -1)
/openbsd-current/gnu/usr.bin/perl/os2/
H A Dos2.c1101 fcntl(new_stderr, F_SETFD, FD_CLOEXEC);
1342 fcntl(2, F_SETFD, fl_stderr);
1617 fcntl(p[this], F_SETFD, FD_CLOEXEC);
1619 fcntl(newfd, F_SETFD, FD_CLOEXEC);
1629 fcntl(*mode == 'r', F_SETFD, fh_fl);
1631 fcntl(*mode == 'r', F_SETFD, fh_fl);
/openbsd-current/sbin/unwind/
H A Dunwind.c361 } else if (fcntl(fd, F_SETFD, 0) == -1)

Completed in 241 milliseconds

1234