Searched refs:O_NOCTTY (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libsyscall/wrappers/legacy/
H A Dopen.c37 * tty, so we always pass O_NOCTTY.
51 return(__open_nocancel(path, flags | O_NOCTTY, mode));
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h158 #define O_NOCTTY 0x20000 /* don't assign controlling terminal */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c3006 (flags & O_NOCTTY)) {

Completed in 84 milliseconds