Searched refs:O_CLOEXEC (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddup.c55 * The only valid flag is O_CLOEXEC.
57 if (flags & ~O_CLOEXEC) {
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsignalfd.c39 oflags |= O_CLOEXEC;
H A Deventfd.c38 oflags |= O_CLOEXEC;
H A Dtimerfd.c37 oflags |= O_CLOEXEC;
H A Depoll.c99 oflags |= O_CLOEXEC;
/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_endopen.c101 /* Subsequent to a mode flag, 'e' indicates O_CLOEXEC */
102 oflag = oflag | O_CLOEXEC;
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzlib.c102 #ifdef O_CLOEXEC
147 #ifdef O_CLOEXEC
230 #ifdef O_CLOEXEC
231 (cloexec ? O_CLOEXEC : 0) |
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h88 #define O_CLOEXEC 0x800000 /* set the close-on-exec flag */ macro
124 #define F_DUP2FD_CLOEXEC 36 /* Like F_DUP2FD with O_CLOEXEC set */
126 #define F_DUPFD_CLOEXEC 37 /* Like F_DUPFD with O_CLOEXEC set */
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h129 #define O_CLOEXEC 0x00100000 macro
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c207 O_RDONLY | O_NDELAY | O_LARGEFILE | O_CLOEXEC, 0)) < 0) {
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c1934 |O_CLOEXEC|FXATTRDIROPEN)
1992 if (arg & O_CLOEXEC)
1993 (void) strlcat(str, "|O_CLOEXEC", sizeof (pri->code_buf));
H A Dprint.c383 case O_CLOEXEC:
384 s = "O_CLOEXEC";
389 case O_CLOEXEC|O_NONBLOCK:
390 s = "O_CLOEXEC|O_NONBLOCK";

Completed in 77 milliseconds