Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dssh-agent.c344 const char **hostnamep) in permitted_by_dest_constraints() argument
349 if (hostnamep != NULL) in permitted_by_dest_constraints()
350 *hostnamep = NULL; in permitted_by_dest_constraints()
380 if (hostnamep != NULL) in permitted_by_dest_constraints()
381 *hostnamep = d->to.hostname; in permitted_by_dest_constraints()
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clvfsops.c750 nfs_mount_parse_from(struct vfsoptlist *opts, char **hostnamep, in nfs_mount_parse_from() argument
834 *hostnamep = strdup(nam, M_NEWNFSMNT); in nfs_mount_parse_from()