Searched defs:save_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Ddofinal.c61 char *save_path = NULL; local
87 save_path = check_db_entry(vfpo, &entry, rmflag, myclass,
91 if (save_path != NULL) {
92 entry.cf_ent.path = save_path;
93 save_path = NULL;
108 char *save_path = NULL; local
165 /* save_path is the cmd line path */
166 save_path = entry->cf_ent.path;
196 entry->cf_ent.path = save_path;
226 entry->cf_ent.path = save_path;
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c1128 char *save_path = NULL; local
1182 save_path = ept->path;
1267 ept->path = save_path;

Completed in 963 milliseconds