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

/illumos-gate/usr/src/tools/protocmp/
H A Dexception_list.c90 read_in_exceptions(const char *exception_file, int verbose) argument
96 exception_file = exception_file ? exception_file : EXCEPTION_FILE;
100 exception_file);
103 if ((except_fp = fopen(exception_file, "r")) == NULL) {
104 perror(exception_file);

Completed in 58 milliseconds