Home
last modified time | relevance | path

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

/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) target
H A DREADME.exception_lists38 The actual exception_list file used during a nightly build is generated during
45 exception_list.common
49 exception_list.teamware
50 exception_list.mercurial
54 exception_list.open
55 exception_list.closed
/illumos-gate/usr/src/tools/scripts/
H A Dcheckpaths.sh89 if [ -r $SRC/tools/findunref/exception_list ]; then
90 validate_paths -k ISUSED -r -e '^\*' $SRC/tools/findunref/exception_list
H A Dnightly1987 ${TOOLS}/findunref/exception_list 2>> $mail_msg_file | \
/illumos-gate/usr/src/tools/protocmp/
H A Dexception_list.c43 elem_list exception_list; variable
112 count += parse_exception_line(buf, &exception_list); in read_in_exceptions()
H A Dexception_list.h40 extern elem_list exception_list;
H A DMakefile28 exception_list.o arch.o depend.o
H A Dprotocmp.c430 find_elem(&exception_list, cur, in check_second_vs_first()
486 find_elem(&exception_list, cur, FOLLOW_LINK)) { in check_first_vs_second()
781 init_list(&exception_list, HASH_SIZE); in main()
H A Dprotodir.c245 if (find_elem(&exception_list, e, FOLLOW_LINK) == NULL) { in parse_proto_line()
341 if (find_elem(&exception_list, e, FOLLOW_LINK) == NULL) { in parse_proto_link()
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c432 static char *exception_list[] = { in is_exception() local
443 for (xlp = &exception_list[0]; *xlp != NULL; xlp++) { in is_exception()
/illumos-gate/usr/src/tools/
H A DREADME.tools144 $ findunref $INTELSRC $INTELSRC/tools/findunref/exception_list | \
146 $ findunref $SPARCSRC $SPARCSRC/tools/findunref/exception_list | \