Searched refs:exception_list (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/tools/findunref/ |
H A D | Makefile | 37 EXCEPTION_LISTS= $(EXCEPTION_SRC:%=exception_list.%) 39 CLOBBERFILES += exception_list 43 all: $(PROG) exception_list 49 exception_list: $(EXCEPTION_LISTS) target
|
H A D | README.exception_lists | 38 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
|
/titanic_41/usr/src/tools/scripts/ |
H A D | checkpaths.sh | 111 if [ -r $SRC/tools/findunref/exception_list ]; then 112 validate_paths -k ISUSED -r -e '^\*' $SRC/tools/findunref/exception_list
|
H A D | nightly.sh | 2099 ${TOOLS}/findunref/exception_list 2>> $mail_msg_file | \
|
/titanic_41/usr/src/tools/protocmp/ |
H A D | exception_list.c | 41 elem_list exception_list; variable 109 count += parse_exception_line(buf, &exception_list); in read_in_exceptions()
|
H A D | exception_list.h | 40 extern elem_list exception_list;
|
H A D | Makefile | 28 exception_list.o arch.o depend.o
|
H A D | protocmp.c | 430 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 D | protodir.c | 245 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()
|
/titanic_41/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 492 static char *exception_list[] = { in is_exception() local 503 for (xlp = &exception_list[0]; *xlp != NULL; xlp++) { in is_exception()
|
/titanic_41/usr/src/tools/ |
H A D | README.tools | 189 $ findunref $INTELSRC $INTELSRC/tools/findunref/exception_list | \ 191 $ findunref $SPARCSRC $SPARCSRC/tools/findunref/exception_list | \
|
/titanic_41/ |
H A D | .gitignore | 8942 usr/src/tools/findunref/exception_list
|