Searched defs:MAX_PROTO_REFS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c46 #define MAX_PROTO_REFS 5 macro
689 char *proto_refs[MAX_PROTO_REFS];
742 if (n_proto_refs >= MAX_PROTO_REFS) {
746 MAX_PROTO_REFS);

Completed in 55 milliseconds