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

/freebsd-13-stable/libexec/talkd/
H A Dannounce.c72 char full_tty[32]; local
75 (void)snprintf(full_tty, sizeof(full_tty),
77 if (stat(full_tty, &stbuf) < 0 || (stbuf.st_mode&020) == 0)

Completed in 156 milliseconds