group2            681 maint/gnulib/lib/argp-help.c group_cmp (int group1, int group2)
group2            683 maint/gnulib/lib/argp-help.c   if ((group1 < 0 && group2 < 0) || (group1 >= 0 && group2 >= 0))
group2            684 maint/gnulib/lib/argp-help.c     return group1 - group2;
group2            688 maint/gnulib/lib/argp-help.c     return group2 - group1;
group2            814 maint/gnulib/lib/argp-help.c   int group2 = (entry2->cluster
group2            817 maint/gnulib/lib/argp-help.c   int cmp = group_cmp (group1, group2);
group2            284 maint/gnulib/tests/test-quotearg-simple.c           compare_strings (use_quotearg, &results_g[i].group2,
group2            287 maint/gnulib/tests/test-quotearg-simple.c             compare_strings (use_quote_double_quotes, &results_g[i].group2,
group2            297 maint/gnulib/tests/test-quotearg-simple.c   compare_strings (use_quotearg, &flag_results[0].group2, ascii_only);
group2            304 maint/gnulib/tests/test-quotearg-simple.c   compare_strings (use_quotearg, &flag_results[1].group2, ascii_only);
group2            305 maint/gnulib/tests/test-quotearg-simple.c   compare_strings (use_quote_double_quotes, &flag_results[1].group2,
group2            312 maint/gnulib/tests/test-quotearg-simple.c   compare_strings (use_quotearg, &flag_results[2].group2, ascii_only);
group2            313 maint/gnulib/tests/test-quotearg-simple.c   compare_strings (use_quote_double_quotes, &flag_results[2].group2,
group2            325 maint/gnulib/tests/test-quotearg-simple.c       compare_strings (use_quotearg, &custom_results[i].group2, ascii_only);
group2             88 maint/gnulib/tests/test-quotearg.c         compare_strings (use_quotearg, &locale_results[0].group2, false);
group2             93 maint/gnulib/tests/test-quotearg.c         compare_strings (use_quotearg, &locale_results[1].group2, false);
group2             34 maint/gnulib/tests/test-quotearg.h   struct result_strings group2; /* Via quotearg{,_mem}.  */