Home
last modified time | relevance | path

Searched refs:path2use (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c1054 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()
[all …]