Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c200 char l_username[((NAME_SIZE - 1) * 4) + 1]; in print_mesg() local
229 l_username[k++] = 'M'; in print_mesg()
230 l_username[k++] = '-'; in print_mesg()
234 l_username[k++] = '^'; in print_mesg()
238 l_username[k++] = c; in print_mesg()
240 l_username[k++] = request->l_name[j]; in print_mesg()
243 l_username[k] = '\0'; in print_mesg()
246 "talk: connection requested by %s@%s.", l_username, remote_machine); in print_mesg()
253 l_username, remote_machine); in print_mesg()