taglinefilesource code
O_NOCTTY413fs/open.cf->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);
O_NOCTTY1167kernel/chr_drv/tty_io.cnoctty = filp->f_flags & O_NOCTTY;