Home | Sort by: relevance | last modified time | path |
/src/lib/libc/regex/ | |
utils.h | 58 extern wctype_t __regex_wctype(const char *); 60 #define wctype(s) __regex_wctype(s) |
regcomp.c | 250 __regex_wctype(const char *str) function in typeref:typename:wctype_t |