Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dctl.h50 #define TTY_SIZE 16 macro
91 char r_tty[TTY_SIZE];
H A Dget_names.c154 strncpy(msg.r_tty, rem_tty, TTY_SIZE);
155 msg.r_tty[TTY_SIZE - 1] = '\0';
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dctl.h59 #define TTY_SIZE 16 macro
107 char r_tty[TTY_SIZE];
H A Dprocess.c219 (void) strlcpy(tty, ubuf->ut_line, TTY_SIZE); in find_user()