Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.c526 p_test->p_test_regex = p_re++; in run_compiles()
527 compile_re (p_test->pz_test_text, p_test->p_test_regex, 0, in run_compiles()
689 if (p_test->p_test_regex == 0)
693 if (regexec (p_test->p_test_regex, pz_data, 0, 0, 0) == 0)
H A Dfixlib.h145 regex_t *p_test_regex; member
/openbsd-src/gnu/gcc/fixincludes/
H A Dfixincl.c494 p_test->p_test_regex = p_re++; in run_compiles()
495 compile_re (p_test->pz_test_text, p_test->p_test_regex, 0, in run_compiles()
655 if (p_test->p_test_regex == 0) in egrep_test()
659 if (xregexec (p_test->p_test_regex, pz_data, 0, 0, 0) == 0) in egrep_test()
H A Dfixlib.h171 regex_t *p_test_regex; member