noctty 175 compat/ibcs2/ibcs2_fcntl.c int noctty = SCARG(uap, flags) & IBCS2_O_NOCTTY; noctty 186 compat/ibcs2/ibcs2_fcntl.c if (!ret && !noctty && SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) { noctty 678 compat/sunos/sunos_misc.c int noctty; noctty 686 compat/sunos/sunos_misc.c noctty = l & 0x8000; noctty 696 compat/sunos/sunos_misc.c if (!ret && !noctty && SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) { noctty 164 compat/ultrix/ultrix_pathname.c int noctty; noctty 172 compat/ultrix/ultrix_pathname.c noctty = l & 0x8000; noctty 182 compat/ultrix/ultrix_pathname.c if (!ret && !noctty && SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) {