Searched refs:nocase (Results 1 – 1 of 1) sorted by relevance
147 const int nocase = !!(flags & FNM_CASEFOLD); in fnmatch_ch() local187 switch (classmatch(*pattern, **string, nocase, pattern)) { in fnmatch_ch()222 else if (nocase && in fnmatch_ch()239 else if (nocase && (isupper((unsigned char)**string) || in fnmatch_ch()266 else if (nocase && (isupper((unsigned char)**string) || in fnmatch_ch()