Lines Matching refs:path2use
1054 char *path2use; in fsys() local
1076 path2use = real_path; in fsys()
1079 path2use = path; in fsys()
1081 pathlen = strlen(path2use); in fsys()
1112 term_char = path2use[fs_namelen]; in fsys()
1125 strncmp(fs_tab[i]->name, path2use, fs_namelen) == 0)) { in fsys()
1134 progerr(ERR_FSYS_FELLOUT, path2use); in fsys()
1149 char path2use[PATH_MAX]; in resolved_fsys() local
1151 (void) strcpy(path2use, path); in resolved_fsys()
1155 (void) strcpy(path2use, server_map(path2use, i)); in resolved_fsys()
1156 i = fsys(path2use); in resolved_fsys()