Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/protocmp/
H A Dexception_list.h30 #define EXCEPTION_FILE "/opt/onbld/etc/exception_list" macro
32 #define EXCEPTION_FILE "/opt/onbld/etc/exception_list_i386" macro
34 #define EXCEPTION_FILE "/opt/onbld/etc/exception_list_ppc" macro
H A Dexception_list.c99 exception_file = exception_file ? exception_file : EXCEPTION_FILE; in read_in_exceptions()