Home
last modified time | relevance | path

Searched refs:FCLOEXEC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dpipe.c119 if ((flags & ~(FCLOEXEC|FNONBLOCK)) != 0) { in pipe()
198 if ((flags & FCLOEXEC) != 0) { in pipe()
H A Dopen.c233 if ((filemode & FCLOEXEC) != 0) { in copen()
262 if ((filemode & FCLOEXEC) != 0) { in copen()
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h120 #define FCLOEXEC 0x800000 /* O_CLOEXEC = 0x800000 */ macro