Lines Matching defs:path2use
1054 char *path2use;
1076 path2use = real_path;
1079 path2use = path;
1081 pathlen = strlen(path2use);
1091 * the end of a token in path2use (ie: '/' or NULL) then it does a
1112 term_char = path2use[fs_namelen];
1125 strncmp(fs_tab[i]->name, path2use, fs_namelen) == 0)) {
1134 progerr(ERR_FSYS_FELLOUT, path2use);
1149 char path2use[PATH_MAX];
1151 (void) strcpy(path2use, path);
1155 (void) strcpy(path2use, server_map(path2use, i));
1156 i = fsys(path2use);