Searched refs:isctype_l (Results 1 – 1 of 1) sorted by relevance
44 isctype_l(int c, int mask, locale_t loc) in isctype_l() function50 (isascii(c) ? (__ctype_mask[c] & (mask)) : isctype_l(c, mask, loc))