Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h242 #define F_DUPFD_CLOEXEC 17 /* Like F_DUPFD, but FD_CLOEXEC is set */ macro
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfcntl86 #define F_dupfd_cloexec F_DUPFD_CLOEXEC
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfcntl86 #define F_dupfd_cloexec F_DUPFD_CLOEXEC
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfcntl86 #define F_dupfd_cloexec F_DUPFD_CLOEXEC
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfcntl86 #define F_dupfd_cloexec F_DUPFD_CLOEXEC
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h132 #define F_DUPFD_CLOEXEC 37 /* Like F_DUPFD with O_CLOEXEC set */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfcntl.c222 #ifdef F_DUPFD_CLOEXEC in main()
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c149 case F_DUPFD_CLOEXEC: in fcntl()
178 if (cmd == F_DUPFD_CLOEXEC) { in fcntl()