Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c203 char l_username[((NAME_SIZE - 1) * 4) + 1]; in print_mesg() local
232 l_username[k++] = 'M'; in print_mesg()
233 l_username[k++] = '-'; in print_mesg()
237 l_username[k++] = '^'; in print_mesg()
241 l_username[k++] = c; in print_mesg()
243 l_username[k++] = request->l_name[j]; in print_mesg()
246 l_username[k] = '\0'; in print_mesg()
249 "talk: connection requested by %s@%s.", l_username, remote_machine); in print_mesg()
256 l_username, remote_machine); in print_mesg()