Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/posix/
Dregcomp.c110 static int samesets(struct re_guts *g, int c1, int c2);
1430 samesets(struct re_guts *g, int c1, int c2) in samesets() function
1465 if (cats[c2] == 0 && samesets(g, c, c2)) in categorize()