Searched refs:FCLOEXEC (Results 1 – 3 of 3) sorted by relevance
119 if ((flags & ~(FCLOEXEC|FNONBLOCK)) != 0) { in pipe()198 if ((flags & FCLOEXEC) != 0) { in pipe()
232 if ((filemode & FCLOEXEC) != 0) { in copen()261 if ((filemode & FCLOEXEC) != 0) { in copen()
118 #define FCLOEXEC 0x800000 /* O_CLOEXEC = 0x800000 */ macro