Home
last modified time | relevance | path

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

/freebsd/libexec/talkd/
H A Dannounce.c64 char full_tty[32]; in announce() local
67 (void)snprintf(full_tty, sizeof(full_tty), in announce()
69 if (stat(full_tty, &stbuf) < 0 || (stbuf.st_mode&020) == 0) in announce()