Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/
HDFcntl.h22 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/NextBSD/sys/sys/
HDfcntl.h243 #define F_DUPFD_CLOEXEC 17 /* Like F_DUPFD, but FD_CLOEXEC is set */ macro
/NextBSD/tests/sys/file/
HDdup_test.c252 if ((fd2 = fcntl(fd1, F_DUPFD_CLOEXEC, 10)) < 0) in main()
/NextBSD/bin/sh/
HDredir.c135 if ((i = fcntl(fd, F_DUPFD_CLOEXEC, 10)) == -1) { in redirect()
HDinput.c374 fd2 = fcntl(fd, F_DUPFD_CLOEXEC, 10); in setinputfile()
HDjobs.c154 (ttyfd = fcntl(i, F_DUPFD_CLOEXEC, 10)) < 0) { in setjobctl()
164 if ((i = fcntl(ttyfd, F_DUPFD_CLOEXEC, 10)) < 0) { in setjobctl()
/NextBSD/sys/contrib/libnv/
HDnvpair.c1258 value = fcntl(value, F_DUPFD_CLOEXEC, 0); in nvpair_create_descriptor()
1494 fds[ii] = fcntl(value[ii], F_DUPFD_CLOEXEC, 0); in nvpair_create_descriptor_array()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessPOSIX.cpp217 int stdio = fcntl(terminal, F_DUPFD_CLOEXEC, 0); in DoLaunch()
/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_disk_posix.c1972 #ifdef F_DUPFD_CLOEXEC in tree_dup()
1976 new_fd = fcntl(fd, F_DUPFD_CLOEXEC); in tree_dup()
/NextBSD/lib/libxpc/
HDsubr_nvpair.c1073 value = fcntl(value, F_DUPFD_CLOEXEC, 0); in nvpair_createv_descriptor()
/NextBSD/sys/compat/linux/
HDlinux_file.c1394 return (kern_fcntl(td, args->fd, F_DUPFD_CLOEXEC, args->arg)); in fcntl_common()
/NextBSD/usr.bin/truss/
HDsyscalls.c584 X(F_READAHEAD) X(F_RDAHEAD) X(F_DUPFD_CLOEXEC) X(F_DUP2FD_CLOEXEC)
/NextBSD/sys/kern/
HDkern_descrip.c504 case F_DUPFD_CLOEXEC: in kern_fcntl()
/NextBSD/libexec/rtld-elf/
HDrtld.c2208 fd = fcntl(fd_u, F_DUPFD_CLOEXEC, 0); in load_object()