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.c203 char l_username[((NAME_SIZE - 1) * 4) + 1]; local
232 l_username[k++] = 'M';
233 l_username[k++] = '-';
237 l_username[k++] = '^';
241 l_username[k++] = c;
243 l_username[k++] = request->l_name[j];
246 l_username[k] = '\0';
249 "talk: connection requested by %s@%s.", l_username, remote_machine);
256 l_username, remote_machine);

Completed in 55 milliseconds