Searched refs:F_DUPFD_CLOEXEC (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| D | Fcntl.h | 21 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
|
| /freebsd-12-stable/sys/sys/ |
| D | fcntl.h | 255 #define F_DUPFD_CLOEXEC 17 /* Like F_DUPFD, but FD_CLOEXEC is set */ macro
|
| /freebsd-12-stable/tests/sys/file/ |
| D | dup_test.c | 252 if ((fd2 = fcntl(fd1, F_DUPFD_CLOEXEC, 10)) < 0) in main()
|
| /freebsd-12-stable/bin/sh/ |
| D | redir.c | 146 if ((i = fcntl(fd, F_DUPFD_CLOEXEC, 10)) == -1) { in redirect()
|
| D | input.c | 367 fd2 = fcntl(fd, F_DUPFD_CLOEXEC, 10); in setinputfile()
|
| D | jobs.c | 192 (ttyfd = fcntl(i, F_DUPFD_CLOEXEC, 10)) < 0) { in setjobctl() 202 if ((i = fcntl(ttyfd, F_DUPFD_CLOEXEC, 10)) < 0) { in setjobctl()
|
| /freebsd-12-stable/sys/contrib/libnv/ |
| D | nvpair.c | 1279 value = fcntl(value, F_DUPFD_CLOEXEC, 0); in nvpair_create_descriptor() 1515 fds[ii] = fcntl(value[ii], F_DUPFD_CLOEXEC, 0); in nvpair_create_descriptor_array() 2028 fd = fcntl(value, F_DUPFD_CLOEXEC, 0); in nvpair_append_descriptor_array()
|
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_read_disk_posix.c | 2072 #ifdef F_DUPFD_CLOEXEC in tree_dup() 2076 new_fd = fcntl(fd, F_DUPFD_CLOEXEC, 0); in tree_dup()
|
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_file.c | 1372 return (kern_fcntl(td, args->fd, F_DUPFD_CLOEXEC, args->arg)); in fcntl_common()
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_descrip.c | 510 case F_DUPFD_CLOEXEC: in kern_fcntl()
|
| /freebsd-12-stable/libexec/rtld-elf/ |
| D | rtld.c | 2531 fd = fcntl(fd_u, F_DUPFD_CLOEXEC, 0); in load_object()
|