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

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

Completed in 177 milliseconds