Searched refs:resolvedname (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | auth2-hostbased.c | 164 const char *resolvedname, *ipaddr, *lookup, *reason; in hostbased_key_allowed() local 172 resolvedname = get_canonical_hostname(options.use_dns); in hostbased_key_allowed() 176 chost, resolvedname, ipaddr); in hostbased_key_allowed() 192 if (strcasecmp(resolvedname, chost) != 0) in hostbased_key_allowed() 195 chost, ipaddr, resolvedname); in hostbased_key_allowed() 196 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) { in hostbased_key_allowed() 199 __func__, cuser, resolvedname, ipaddr); in hostbased_key_allowed() 202 lookup = resolvedname; in hostbased_key_allowed()
|
D | sftp-server.c | 1153 char resolvedname[PATH_MAX]; in process_realpath() local 1166 if (realpath(path, resolvedname) == NULL) { in process_realpath() 1171 s.name = s.long_name = resolvedname; in process_realpath()
|