Searched refs:O_NOCTTY (Results 1 – 4 of 4) sorted by relevance
56 master = posix_openpt(O_RDWR|O_NOCTTY); in openpty()
101 fd = open(name, O_RDONLY | O_NOCTTY); in zfs_project_load_projid()126 fd = open(name, O_RDONLY | O_NOCTTY); in zfs_project_handle_one()
112 #define O_NOCTTY 0x8000 /* don't assign controlling terminal */ macro
848 if (uap->flags & ~(O_RDWR|O_NOCTTY|O_CLOEXEC)) in sys_posix_openpt()