Searched refs:ruser (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/ |
D | upap.c | 378 char *ruser, *rpasswd; local 413 ruser = (char *) inp; 425 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, 448 slprintf(rhostname, sizeof(rhostname), "%.*v", ruserlen, ruser); 453 auth_peer_success(u->us_unit, PPP_PAP, 0, ruser, ruserlen);
|
/external/openssh/ |
D | readconf.c | 580 const char *ruser; in match_cfg_line() local 590 ruser = options->user == NULL ? pw->pw_name : options->user; in match_cfg_line() 657 criteria = xstrdup(ruser); in match_cfg_line() 658 r = match_pattern_list(ruser, arg, 0) == 1; in match_cfg_line() 677 portstr, ruser); in match_cfg_line() 687 "r", ruser, in match_cfg_line()
|