Home
last modified time | relevance | path

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

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