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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c148 static int isctty(proc_t p, struct tty *tp);
1204 if (!isctty(p, tp)) {
1368 if (suser(kauth_cred_get(), NULL) && !isctty(p, tp)) {
3123 isctty(proc_t p, struct tty *tp) function

Completed in 70 milliseconds