Home
last modified time | relevance | path

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

/openbsd/usr.sbin/amd/amd/
H A Dnfs_ops.c395 char *xmtab; in nfs_match() local
409 xmtab = xmalloc(strlen(fo->opt_rhost) + strlen(fo->opt_rfs) + 2); in nfs_match()
410 snprintf(xmtab, strlen(fo->opt_rhost) + strlen(fo->opt_rfs) + 2, in nfs_match()
417 return xmtab; in nfs_match()
H A Dnfsx_ops.c68 char *xmtab; in nfsx_match() local
122 xmtab = str3cat((char *) 0, fo->opt_rhost, ":", fo->opt_rfs); in nfsx_match()
128 return xmtab; in nfsx_match()