term_chk
if (term_chk(devfd, mytty, &msgsok, &atime, 1))
if (term_chk(devfd, argv[1], &msgsok, &atime, 1))
if (term_chk(devfd, u->ut_line, &msgsok, &atime, 0))
int term_chk(int, char *, int *, time_t *, int);