Searched refs:F_DUPFD (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14-stable/contrib/ntp/libntp/ |
| HD | socket.c | 58 #if !defined(SYS_WINNT) && defined(F_DUPFD) in move_fd() 102 newfd = fcntl(fd, F_DUPFD, socket_boundary); in move_fd()
|
| /freebsd-14-stable/crypto/openssh/openbsd-compat/ |
| HD | bsd-pselect.c | 65 if ((r = fcntl(*fd, F_DUPFD, REEXEC_MIN_FREE_FD)) < 0 || in pselect_notify_setup_fd()
|
| /freebsd-14-stable/sys/sys/ |
| HD | fcntl.h | 241 #define F_DUPFD 0 /* duplicate file descriptor */ macro
|
| /freebsd-14-stable/sys/security/audit/ |
| HD | bsm_fcntl.c | 48 { BSM_F_DUPFD, F_DUPFD },
|
| /freebsd-14-stable/contrib/diff/src/ |
| HD | system.h | 106 # define dup2(f, t) (close (t), fcntl (f, F_DUPFD, t))
|
| /freebsd-14-stable/contrib/openbsm/libbsm/ |
| HD | bsm_fcntl.c | 45 { BSM_F_DUPFD, F_DUPFD },
|
| /freebsd-14-stable/tests/sys/file/ |
| HD | dup_test.c | 164 if ((fd2 = fcntl(fd1, F_DUPFD, 10)) < 0) in main()
|
| HD | path_test.c | 571 pathfd2 = fcntl(pathfd, F_DUPFD, 0); in ATF_TC_BODY()
|
| /freebsd-14-stable/lib/libc/rpc/ |
| HD | clnt_generic.c | 432 if ((nfd = _fcntl(fd, F_DUPFD, __rpc_minfd)) == -1) in __rpc_raise_fd()
|
| /freebsd-14-stable/contrib/capsicum-test/ |
| HD | fcntl.cc | 171 int newfd = fcntl(caps[0], F_DUPFD, 0); in TEST()
|
| /freebsd-14-stable/contrib/sendmail/libmilter/ |
| HD | listener.c | 880 dupfd = fcntl(connfd, F_DUPFD, 256);
|
| /freebsd-14-stable/contrib/ofed/librdmacm/ |
| HD | preload.c | 1079 case F_DUPFD: in fcntl()
|
| /freebsd-14-stable/contrib/bmake/ |
| HD | job.c | 580 fd = fcntl(pipe_fds[i], F_DUPFD, minfd); in JobCreatePipe()
|
| /freebsd-14-stable/sys/compat/linux/ |
| HD | linux_file.c | 1318 return (kern_fcntl(td, args->fd, F_DUPFD, args->arg)); in fcntl_common()
|
| /freebsd-14-stable/sys/kern/ |
| HD | kern_descrip.c | 505 case F_DUPFD: in kern_fcntl()
|