Searched refs:p_test_regex (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | fixincl.c | 526 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 D | fixlib.h | 145 regex_t *p_test_regex; member
|
/openbsd-src/gnu/gcc/fixincludes/ |
H A D | fixincl.c | 494 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 D | fixlib.h | 171 regex_t *p_test_regex; member
|