Home
last modified time | relevance | path

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

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