/src/include/protocols/ |
talkd.h | 81 char r_tty[TTY_SIZE]; /* callee's tty name */ member in struct:__anon138a293a0108
|
/src/usr.bin/talk/ |
get_names.c | 121 strncpy(msg.r_tty, his_tty, TTY_SIZE); 122 msg.r_tty[TTY_SIZE - 1] = '\0';
|
/src/libexec/talkd/ |
talkd.c | 129 mp->r_tty[sizeof(mp->r_tty) - 1] = '\0';
|
print.c | 84 "%s: %s: id %"PRIu32", l_user %s, r_user %s, r_tty %s", 85 cp, tp, mp->id_num, mp->l_name, mp->r_name, mp->r_tty);
|
announce.c | 77 "%s%s", _PATH_DEV, request->r_tty); 80 return (print_mesg(request->r_tty, request, remote_machine));
|
process.c | 148 result = find_user(mp->r_name, mp->r_tty, sizeof(mp->r_tty));
|