pat_x             378 maint/gnulib/tests/test-regex.c   static char const pat_x[] = "x";
pat_x             379 maint/gnulib/tests/test-regex.c   s = re_compile_pattern (pat_x, sizeof pat_x - 1, &regex);
pat_x             381 maint/gnulib/tests/test-regex.c     report_error ("%s: %s", pat_x, s);
pat_x             389 maint/gnulib/tests/test-regex.c         report_error ("re_search '%s' on '%s' returned %d", pat_x, data, i);
pat_x             399 maint/gnulib/tests/test-regex.c   s = re_compile_pattern (pat_x, 1, &regex);
pat_x             401 maint/gnulib/tests/test-regex.c     report_error ("%s: %s", pat_x, s);
pat_x             408 maint/gnulib/tests/test-regex.c         report_error ("re_search '%s' on '%s' returned %d", pat_x, data, i);