Searched refs:exception_list (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Dexception_list.h30 #define EXCEPTION_FILE "/opt/onbld/etc/exception_list"
40 extern elem_list exception_list;
H A Dexception_list.c34 #include "exception_list.h"
41 elem_list exception_list; variable
109 count += parse_exception_line(buf, &exception_list);
H A DMakefile28 exception_list.o arch.o depend.o
H A Dprotocmp.c43 #include "exception_list.h"
430 find_elem(&exception_list, cur,
486 find_elem(&exception_list, cur, FOLLOW_LINK)) {
781 init_list(&exception_list, HASH_SIZE);
H A Dprotodir.c39 #include "exception_list.h"
245 if (find_elem(&exception_list, e, FOLLOW_LINK) == NULL) {
341 if (find_elem(&exception_list, e, FOLLOW_LINK) == NULL) {
/illumos-gate/usr/src/tools/findunref/
H A DMakefile37 EXCEPTION_LISTS= $(EXCEPTION_SRC:%=exception_list.%)
39 CLOBBERFILES += exception_list
43 all: $(PROG) exception_list
49 exception_list: $(EXCEPTION_LISTS)
/illumos-gate/usr/src/tools/scripts/
H A Dcheckpaths.sh99 # Two entries in the findunref exception_list deal with things created
108 # The exception_list is generated from whichever input files are appropriate
111 if [ -r $SRC/tools/findunref/exception_list ]; then
112 validate_paths -k ISUSED -r -e '^\*' $SRC/tools/findunref/exception_list
H A Dnightly.sh2100 ${TOOLS}/findunref/exception_list 2>> $mail_msg_file | \
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c492 static char *exception_list[] = { local
503 for (xlp = &exception_list[0]; *xlp != NULL; xlp++) {

Completed in 250 milliseconds