Searched refs:term_chk (Results 1 – 1 of 1) sorted by relevance
| /src/usr.bin/write/ |
| H A D | write.c | 60 int term_chk(int, char *, int *, time_t *, int); 146 if (term_chk(devfd, mytty, &msgsok, &atime, 1)) in main() 162 if (term_chk(devfd, argv[1], &msgsok, &atime, 1)) in main() 228 if (term_chk(devfd, u->ut_line, &msgsok, &atime, 0)) in search_utmp() 262 term_chk(int devfd, char *tty, int *msgsokP, time_t *atimeP, int showerror) in term_chk() function
|