Home
last modified time | relevance | path

Searched refs:F_DUPFD_CLOEXEC (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
DFcntl.h21 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/freebsd-12-stable/sys/sys/
Dfcntl.h255 #define F_DUPFD_CLOEXEC 17 /* Like F_DUPFD, but FD_CLOEXEC is set */ macro
/freebsd-12-stable/tests/sys/file/
Ddup_test.c252 if ((fd2 = fcntl(fd1, F_DUPFD_CLOEXEC, 10)) < 0) in main()
/freebsd-12-stable/bin/sh/
Dredir.c146 if ((i = fcntl(fd, F_DUPFD_CLOEXEC, 10)) == -1) { in redirect()
Dinput.c367 fd2 = fcntl(fd, F_DUPFD_CLOEXEC, 10); in setinputfile()
Djobs.c192 (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/
Dnvpair.c1279 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/
Darchive_read_disk_posix.c2072 #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/
Dlinux_file.c1372 return (kern_fcntl(td, args->fd, F_DUPFD_CLOEXEC, args->arg)); in fcntl_common()
/freebsd-12-stable/sys/kern/
Dkern_descrip.c510 case F_DUPFD_CLOEXEC: in kern_fcntl()
/freebsd-12-stable/libexec/rtld-elf/
Drtld.c2531 fd = fcntl(fd_u, F_DUPFD_CLOEXEC, 0); in load_object()