Searched refs:resolvedname (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | auth2-hostbased.c | 175 const char *resolvedname, *ipaddr, *lookup, *reason; in hostbased_key_allowed() local 183 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns); in hostbased_key_allowed() 187 chost, resolvedname, ipaddr); in hostbased_key_allowed() 202 if (strcasecmp(resolvedname, chost) != 0) in hostbased_key_allowed() 205 chost, ipaddr, resolvedname); in hostbased_key_allowed() 206 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) { in hostbased_key_allowed() 209 cuser, resolvedname, ipaddr); in hostbased_key_allowed() 212 lookup = resolvedname; in hostbased_key_allowed()
|
| H A D | sftp-server.c | 1227 char resolvedname[PATH_MAX]; in process_realpath() local 1240 if (sftp_realpath(path, resolvedname) == NULL) { in process_realpath() 1245 s.name = s.long_name = resolvedname; in process_realpath() 1526 char cwd[PATH_MAX], resolvedname[PATH_MAX]; in process_extended_expand() local 1571 if (sftp_realpath(path, resolvedname) == NULL) { in process_extended_expand() 1576 s.name = s.long_name = resolvedname; in process_extended_expand()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_exec.c | 1020 pathexec(struct proc *p, const char *resolvedname) in pathexec() 1025 if (resolvedname == NULL) { in pathexec() 1027 resolvedname = "/"; in pathexec() 1029 cmdname = strrchr(resolvedname, '/') + 1; in pathexec() 1031 KASSERTMSG(resolvedname[0] == '/', "bad resolvedname `%s'", in pathexec() 1032 resolvedname); in pathexec() 1037 p->p_path = kmem_strdupsize(resolvedname, NULL, KM_SLEEP); in pathexec() 1019 pathexec(struct proc * p,const char * resolvedname) pathexec() argument
|
| /netbsd-src/usr.bin/config/ |
| H A D | main.c | 420 char resolvedname[MAXPATHLEN]; in main() local 422 if (realpath(conffile, resolvedname) == NULL) in main() 428 printf("include \"%s\"\n", resolvedname); in main()
|