Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-agent.c433 const char **hostnamep) in permitted_by_dest_constraints() argument
438 if (hostnamep != NULL) in permitted_by_dest_constraints()
439 *hostnamep = NULL; in permitted_by_dest_constraints()
469 if (hostnamep != NULL) in permitted_by_dest_constraints()
470 *hostnamep = d->to.hostname; in permitted_by_dest_constraints()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c795 nfs_mount_parse_from(struct vfsoptlist *opts, char **hostnamep, in nfs_mount_parse_from() argument
879 *hostnamep = strdup(nam, M_NEWNFSMNT); in nfs_mount_parse_from()