Home
last modified time | relevance | path

Searched refs:O_CLOEXEC (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Ddup.c57 if (flags & ~O_CLOEXEC) { in dup3()
/titanic_41/usr/src/lib/libc/port/stdio/
H A D_endopen.c102 oflag = oflag | O_CLOEXEC; in _endopen()
/titanic_41/usr/src/test/libc-tests/cfg/symbols/
H A Dfcntl_h.cfg33 value | O_CLOEXEC | int | fcntl.h | POSIX+ SUS+
/titanic_41/usr/src/uts/common/sys/
H A Dfcntl.h87 #define O_CLOEXEC 0x800000 /* set the close-on-exec flag */ macro
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c1924 |O_CLOEXEC|FXATTRDIROPEN)
1982 if (arg & O_CLOEXEC) in openarg()
H A Dprint.c382 case O_CLOEXEC: in prt_pip()
388 case O_CLOEXEC|O_NONBLOCK: in prt_pip()