Searched refs:TTY_SIZE (Results 1 – 4 of 4) sorted by relevance
52 #define TTY_SIZE 16 macro93 char r_tty[TTY_SIZE];
158 strncpy(msg.r_tty, rem_tty, TTY_SIZE);159 msg.r_tty[TTY_SIZE - 1] = '\0';
61 #define TTY_SIZE 16 macro109 char r_tty[TTY_SIZE];
222 (void) strlcpy(tty, ubuf->ut_line, TTY_SIZE); in find_user()