Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/posix/
Dregcomp.c347 int count2; in p_ere_exp() local
460 count2 = p_count(p); in p_ere_exp()
461 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
463 count2 = REGEX_INFINITY; in p_ere_exp()
465 count2 = count; in p_ere_exp()
466 repeat(p, pos, count, count2); in p_ere_exp()
547 int count2; in p_simp_re() local
635 count2 = p_count(p); in p_simp_re()
636 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
638 count2 = REGEX_INFINITY; in p_simp_re()
[all …]