Home
last modified time | relevance | path

Searched refs:except_fp (Results 1 – 1 of 1) sorted by relevance

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