Home
last modified time | relevance | path

Searched refs:hostnamep (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/rpc.statd/
H A Dstatd.c238 change_host(char *hostnamep, HostInfo *hp) in change_host() argument
245 strncpy(hostname, hostnamep, MAXHOSTNAMELEN + 1); in change_host()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh-agent.c409 const char **hostnamep) in permitted_by_dest_constraints() argument
414 if (hostnamep != NULL) in permitted_by_dest_constraints()
415 *hostnamep = NULL; in permitted_by_dest_constraints()
445 if (hostnamep != NULL) in permitted_by_dest_constraints()
446 *hostnamep = d->to.hostname; in permitted_by_dest_constraints()
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clvfsops.c752 nfs_mount_parse_from(struct vfsoptlist *opts, char **hostnamep, in nfs_mount_parse_from() argument
833 *hostnamep = strdup(nam, M_NEWNFSMNT); in nfs_mount_parse_from()