Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c451 if ((second_list.type == PROTODIR_LIST) && in check_second_vs_first()
453 (first_list.type != PROTODIR_LIST)) { in check_second_vs_first()
510 if (!e && (first_list.type == PROTODIR_LIST) && in check_first_vs_second()
512 (second_list.type != PROTODIR_LIST)) { in check_first_vs_second()
520 if (!e && (first_list.type != PROTODIR_LIST) && in check_first_vs_second()
522 (second_list.type == PROTODIR_LIST)) { in check_first_vs_second()
H A Dlist.h51 #define PROTODIR_LIST 2 macro
H A Dprotodir.c708 list->type = PROTODIR_LIST; in read_in_protodir()