two                51 maint/gnulib/tests/test-argv-iter.c   static char two[] = "2";
two                56 maint/gnulib/tests/test-argv-iter.c     {one, two, NULL},
two                57 maint/gnulib/tests/test-argv-iter.c     {one, two, three, NULL}
two                64 maint/gnulib/tests/test-libgmp.c   static mpz_t const two = MPZ_ROINIT_N ((mp_limb_t *) twobody, 1);
two                65 maint/gnulib/tests/test-libgmp.c   ASSERT (mpz_fits_slong_p (two));
two                66 maint/gnulib/tests/test-libgmp.c   ASSERT (mpz_get_si (two) == 2);
two                70 maint/gnulib/tests/test-libgmp.c   mpz_add (four, two, two);