Searched refs:FNM_CASEFOLD (Results 1 – 2 of 2) sorted by relevance
56 #define FNM_CASEFOLD 0x10 /* Case insensitive search. */ macro57 #define FNM_IGNORECASE FNM_CASEFOLD
152 const int nocase = !!(flags & FNM_CASEFOLD); in fnmatch_ch()