HomeSort by: relevance | last modified time | path
    Searched defs:full_tty (Results 1 - 1 of 1) sorted by relevancy

  /src/libexec/talkd/
announce.c 73 char full_tty[32]; local in function:announce
76 (void)snprintf(full_tty, sizeof(full_tty),
78 if (stat(full_tty, &stbuf) < 0 || (stbuf.st_mode&S_IWGRP) == 0)

Completed in 29 milliseconds