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

/freebsd-11.0-release/usr.bin/write/
H A Dwrite.c69 int term_chk(char *, int *, time_t *, int);
102 if (term_chk(mytty, &msgsok, &atime, 1))
120 if (term_chk(argv[1], &msgsok, &atime, 1))
188 if (term_chk(u->ut_line, &msgsok, &atime, 0))
218 * term_chk - check that a terminal exists, and get the message bit
222 term_chk(char *tty, int *msgsokP, time_t *atimeP, int showerror) function

Completed in 98 milliseconds