HomeSort by: relevance | last modified time | path
    Searched defs:noctty (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/compat/ultrix/
ultrix_pathname.c 155 int noctty; local in function:ultrix_sys_open
162 noctty = q & 0x8000;
175 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
  /src/bin/ps/
print.c 739 int noctty; local in function:tname
750 noctty = !(k->p_eflag & EPROC_CTTY) ? 1 : 0;
754 fmtlen = strlen(ttname) + noctty;
758 if (noctty)
  /src/sys/compat/sunos/
sunos_misc.c 692 int noctty; local in function:sunos_sys_open
697 noctty = smode & 0x8000;
711 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
  /src/sys/compat/sunos32/
sunos32_misc.c 923 int noctty; local in function:sunos32_sys_open
928 noctty = lf & 0x8000;
942 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {

Completed in 135 milliseconds