Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dtty.h231 #define isctty(pr, tp) \ macro
236 (isctty((pr), (tp)) && (pr)->ps_pgrp != (tp)->t_pgrp)
/openbsd/sys/kern/
H A Dtty.c837 if (!isctty(pr, tp) && suser(p)) in ttioctl()
842 if (!isctty(pr, tp) && suser(p)) in ttioctl()
847 if (!isctty(pr, tp)) in ttioctl()
993 if (!isctty(pr, tp)) in ttioctl()
1013 if (!isctty(pr, tp)) in ttioctl()