Lines Matching defs:spec
167 char name[PATH_MAX], *options = NULL, *spec;
367 spec = *argv++;
371 if (!getnfsargs(spec, nfsargsp))
383 getnfsargs(char *spec, struct nfs_args *nfsargsp)
396 if (strlcpy(nam, spec, sizeof(nam)) >= sizeof(nam)) {
400 if ((delimp = strchr(spec, '@')) != NULL) {
402 } else if ((delimp = strchr(spec, ':')) != NULL) {
403 hostp = spec;
404 spec = delimp + 1;
406 warnx("no <host>:<dirpath> or <dirpath>@<host> spec");
462 xdr_dir, spec, xdr_fh, &nfhret, try);
510 warnc(nfhret.stat, "can't access %s", spec);