Home | Sort by: relevance | last modified time | path |
/src/lib/libc/string/ | |
wcscasecmp.c | 32 int lc1 = 0; local in function:__weak_alias 40 lc1 = towlower_l(*s1, loc); 43 diff = lc1 - lc2; 47 if (!lc1) |
wcsncasecmp.c | 32 int lc1 = 0; local in function:__weak_alias 40 lc1 = towlower_l(*s1, loc); 43 diff = lc1 - lc2; 47 if (!lc1) |