Searched refs:cend (Results 1 – 1 of 1) sorted by relevance
610 UCHAR cend = *p++; in FCT() local631 if (cend == L_('[') && *p == L_('.')) in FCT()661 cend = startp[1]; in FCT()726 cend = wextra[1 + wextra[0]]; in FCT()731 cend = *((int32_t *) &extra[idx]); in FCT()736 cend = startp[1]; in FCT()745 if (!(flags & FNM_NOESCAPE) && cend == L_('\\')) in FCT()746 cend = *p++; in FCT()747 if (cend == L_('\0')) in FCT()749 cend = FOLD (cend); in FCT()[all …]