Searched refs:O_CLOFORK (Results 1 – 3 of 3) sorted by relevance
174 #define O_CLOFORK 0x08000000 /* implicitly set FD_CLOFORK */ macro
291 return open1(ctx, &nd, uap->flags | O_CLOFORK, &va, in guarded_open_np()367 return open1(ctx, &nd, uap->flags | O_CLOFORK, &va, in guarded_open_dprotected_np()
4203 if (flags & O_CLOFORK) { in open1()