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

/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c687 int n_proto_refs = 0; local
742 if (n_proto_refs >= MAX_PROTO_REFS) {
748 proto_refs[n_proto_refs++] = optarg;
758 if (argc == optind || n_proto_refs == 0) {
787 for (i = 0; i < n_proto_refs; i++) {

Completed in 68 milliseconds