Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/posix/
Dregcomp.c83 static int p_count(struct parse *p);
457 count = p_count(p); in p_ere_exp()
460 count2 = p_count(p); in p_ere_exp()
632 count = p_count(p); in p_simp_re()
635 count2 = p_count(p); in p_simp_re()
659 p_count(struct parse *p) in p_count() function