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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c877 char *inst_release_path; local
893 inst_release_path = (char *)malloc(len);
897 (void) snprintf(inst_release_path, len, "%s/%s", root_path,
900 if ((inst_fp = fopen(inst_release_path, "r")) != NULL) {
913 free(inst_release_path);

Completed in 60 milliseconds