Home
last modified time | relevance | path

Searched refs:p_test_regex (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dfixincl.c438 p_test->p_test_regex = p_re++; in run_compiles()
439 compile_re (p_test->pz_test_text, p_test->p_test_regex, 0, in run_compiles()
619 if (p_test->p_test_regex == 0) in egrep_test()
623 if (xregexec (p_test->p_test_regex, pz_data, 0, 0, 0) == 0) in egrep_test()
H A Dfixlib.h173 regex_t *p_test_regex; member
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixincl.c438 p_test->p_test_regex = p_re++; in run_compiles()
439 compile_re (p_test->pz_test_text, p_test->p_test_regex, 0, in run_compiles()
619 if (p_test->p_test_regex == 0) in egrep_test()
623 if (xregexec (p_test->p_test_regex, pz_data, 0, 0, 0) == 0) in egrep_test()
H A Dfixlib.h173 regex_t *p_test_regex; member