Home
last modified time | relevance | path

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

/xnu-8792.41.9/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()
3252 isctty(proc_t p, struct tty *tp) in isctty() function