Home
last modified time | relevance | path

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

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