Searched refs:inst_fp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c880 FILE *inst_fp; local
900 if ((inst_fp = fopen(inst_release_path, "r")) != NULL) {
901 while (value = fpkgparam(inst_fp, key)) {
911 (void) fclose(inst_fp);

Completed in 257 milliseconds