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

/illumos-gate/usr/src/tools/protocmp/
H A Dexception_list.c92 FILE *except_fp; local
103 if ((except_fp = fopen(exception_file, "r")) == NULL) {
107 while (fgets(buf, BUFSIZ, except_fp)) {

Completed in 73 milliseconds