Searched defs:FD_CLOEXEC (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h211 #define FD_CLOEXEC 1 /* close on exec flag */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h119 #define FD_CLOEXEC 1 /* posix */ macro
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibevchannel.c176 (void) fcntl(EV_FD(scp), F_SETFD, FD_CLOEXEC); local
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h242 #define F_DUPFD_CLOEXEC 17 /* Like F_DUPFD, but FD_CLOEXEC is set */
245 #define F_DUP2FD_CLOEXEC 18 /* Like F_DUP2FD, but FD_CLOEXEC is set */
249 #define FD_CLOEXEC 1 /* close-on-exec flag */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c843 (void) fcntl(fileno(fp), F_SETFD, FD_CLOEXEC); local
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h339 #define FD_CLOEXEC 1 /* close on exec flag */ macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2707 # ifndef FD_CLOEXEC
2708 # define FD_CLOEXEC 1 macro
2709 # endif /* ! FD_CLOEXEC */
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h598 # ifndef FD_CLOEXEC
599 # define FD_CLOEXEC 1 macro
600 # endif /*FD_CLOEXEC*/
601 # define SETCLOEXEC(fd) ((void)fcntl((fd),F_SETFD,FD_CLOEXEC))

Completed in 87 milliseconds