HomeSort by: relevance | last modified time | path
    Searched defs:vis_user (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/talkd/
announce.c 103 char *bptr, *lptr, vis_user[sizeof(request->l_name) * 4]; local in function:print_mesg
122 if (strlen(request->l_name) + 1 > sizeof(vis_user) / 4)
124 strvis(vis_user, request->l_name, VIS_CSTYLE);
126 "talk: connection requested by %s@%s.", vis_user, remote_machine);
131 "talk: respond with: talk %s@%s", vis_user, remote_machine);
announce.c 103 char *bptr, *lptr, vis_user[sizeof(request->l_name) * 4]; local in function:print_mesg
122 if (strlen(request->l_name) + 1 > sizeof(vis_user) / 4)
124 strvis(vis_user, request->l_name, VIS_CSTYLE);
126 "talk: connection requested by %s@%s.", vis_user, remote_machine);
131 "talk: respond with: talk %s@%s", vis_user, remote_machine);

Completed in 23 milliseconds