Lines Matching defs:path
386 gettext("Usage: nfs mount [-r] [-o opts] [server:]path dir\n"));
430 pr_err(gettext("nfs file system; use [host:]path\n"));
443 char *path;
466 if (strcmp(list[i].host, "nfs") == 0 && strncmp(list[i].path,
470 oldpath = strdup(list[i].path);
476 host = list[i].path+2;
477 path = strchr(host, '/');
479 if (path == NULL) {
486 *path = '\0';
505 if (sport != NULL && sport < path) {
511 path++;
512 if (*path == '\0')
513 path = ".";
517 path = list[i].path;
565 r = get_fh_via_pub(argp, host, path, url, use_pubfh,
591 URLparse(path);
595 * If the path portion of the URL didn't have
600 if (url == TRUE && *path != '/')
605 r = get_fh(argp, host, path, &vers,
611 * If there was no leading / and the path was
618 newpath = malloc(strlen(path)+2);
628 strcat(newpath, path);
634 path = newpath;
675 host, path);
693 FALSE, path, port, retry_error,
709 * nfs://host/path
711 * host:path
713 if (convert_special(&special, host, oldpath, path,
717 oldpath, host, path);
1888 * Continue the same search path in the
1940 char *path;
1950 path = malloc(strlen(fspath) + 2);
1951 if (path == NULL) {
1957 path[0] = (char)WNL_NATIVEPATH;
1958 (void) strcpy(&path[1], fspath);
1961 path = fspath;
1970 TRUE, path, port, NULL, FALSE);
1990 if (fspath != path)
1991 free(path);
1997 if (fspath != path)
1998 free(path);
2009 * get fhandle of remote path from server's mountd
2267 msg = "path name is too long";