Home
last modified time | relevance | path

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

/freebsd/include/protocols/
H A Dtalkd.h77 #define TTY_SIZE 16 macro
78 char r_tty[TTY_SIZE];/* callee's tty name */
/freebsd/usr.bin/talk/
H A Dget_names.c110 strlcpy(msg.r_tty, his_tty, TTY_SIZE); in get_names()