Home
last modified time | relevance | path

Searched refs: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; in main() local
742 if (n_proto_refs >= MAX_PROTO_REFS) { in main()
748 proto_refs[n_proto_refs++] = optarg; in main()
758 if (argc == optind || n_proto_refs == 0) { in main()
787 for (i = 0; i < n_proto_refs; i++) { in main()