Home
last modified time | relevance | path

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

/openbsd/src/include/protocols/
Dtalkd.h76 #define TTY_SIZE 16 macro
77 char r_tty[TTY_SIZE]; /* callee's tty name */
/openbsd/src/usr.bin/talk/
Dget_names.c128 strncpy(msg.r_tty, his_tty, TTY_SIZE); in get_names()
129 msg.r_tty[TTY_SIZE - 1] = '\0'; in get_names()