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

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

Completed in 53 milliseconds