Searched refs:FCLOFORK (Results 1 – 3 of 3) sorted by relevance
119 if ((flags & ~(FCLOEXEC|FNONBLOCK|FCLOFORK)) != 0) { in pipe()203 if ((flags & FCLOFORK) != 0) { in pipe()
237 if ((filemode & FCLOFORK) != 0) { in copen()270 if ((filemode & FCLOFORK) != 0) { in copen()
123 #define FCLOFORK 0x4000000 /* O_CLOFORK = 0x4000000 */ macro