Searched refs:path2use (Results 1 – 1 of 1) sorted by relevance
1061 char *path2use; in fsys() local1083 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() local1158 (void) strcpy(path2use, path); in resolved_fsys()1162 (void) strcpy(path2use, server_map(path2use, i)); in resolved_fsys()[all …]