Lines Matching refs:path2use
1061 char *path2use; in fsys() local
1083 path2use = real_path; in fsys()
1086 path2use = path; in fsys()
1088 pathlen = strlen(path2use); in fsys()
1119 term_char = path2use[fs_namelen]; in fsys()
1132 strncmp(fs_tab[i]->name, path2use, fs_namelen) == 0)) { in fsys()
1141 progerr(ERR_FSYS_FELLOUT, path2use); in fsys()
1156 char path2use[PATH_MAX]; in resolved_fsys() local
1158 (void) strcpy(path2use, path); in resolved_fsys()
1162 (void) strcpy(path2use, server_map(path2use, i)); in resolved_fsys()
1163 i = fsys(path2use); in resolved_fsys()