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

/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c390 FILE *imaconf; local
427 if ((imaconf = fopen(imaConfFilePath, "r")) == NULL) {
432 while ((imaconf != NULL) &&
433 (fgets(fullline, sizeof (fullline), imaconf))) {

Completed in 74 milliseconds