Searched refs:vis_user (Results 1 – 1 of 1) sorted by relevance
95 char *bptr, *lptr, *vis_user; in print_mesg() local116 vis_user = malloc(strlen(request->l_name) * 4 + 1); in print_mesg()117 strvis(vis_user, request->l_name, VIS_CSTYLE); in print_mesg()119 "talk: connection requested by %s@%s", vis_user, remote_machine); in print_mesg()124 vis_user, remote_machine); in print_mesg()