Home
last modified time | relevance | path

Searched refs:isctty (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dtty.c138 static bool isctty(proc_t p, struct tty *tp);
1156 if (!isctty(p, tp)) { in ttioctl_locked()
1325 if (suser(kauth_cred_get(), NULL) && !isctty(p, tp)) { in ttioctl_locked()
3247 isctty(proc_t p, struct tty *tp) in isctty() function