Home
last modified time | relevance | path

Searched refs:p_re (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.c488 regex_t *p_re = (regex_t *) xmalloc (REGEX_COUNT * sizeof (regex_t)); in run_compiles() local
492 memset ( (void*)p_re, '\0', REGEX_COUNT * sizeof (regex_t) ); in run_compiles()
526 p_test->p_test_regex = p_re++; in run_compiles()
/openbsd/gnu/gcc/fixincludes/
H A Dfixincl.c457 regex_t *p_re = XCNEWVEC (regex_t, REGEX_COUNT); in run_compiles() local
494 p_test->p_test_regex = p_re++; in run_compiles()