Home | Sort by: relevance | last modified time | path |
/src/lib/libcompat/4.3/ | |
regex.c | 61 static regexp *re_regexp; variable in typeref:typename:regexp * 71 if (re_regexp) 72 free(re_regexp); 76 re_regexp = regcomp(s); 88 rc = regexec(re_regexp, s); |
regex.c | 61 static regexp *re_regexp; variable in typeref:typename:regexp * 71 if (re_regexp) 72 free(re_regexp); 76 re_regexp = regcomp(s); 88 rc = regexec(re_regexp, s); |