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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3730 FILE *inst_file_fp = NULL; local
3776 if ((inst_file_fp = fopen(inst_file, "r")) == NULL) {
3812 while ((c = getc(inst_file_fp)) != EOF) {
3848 if (inst_file_fp != NULL) {
3849 if (fclose(inst_file_fp) == EOF) {

Completed in 63 milliseconds