HomeSort by: relevance | last modified time | path
    Searched defs:wctypes (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/regex/
regcomp.c 232 } wctypes[] = { variable in typeref:typename:const struct __anon4373a7440108[]
252 for (size_t i = 0; i < __arraycount(wctypes); i++) {
253 if (strcmp(wctypes[i].name, str) == 0)
264 return (*wctypes[ct - 1].func)(c);

Completed in 12 milliseconds