Home
last modified time | relevance | path

Searched refs:isctype_l (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libc/port/locale/
H A Disdigit.c44 isctype_l(int c, int mask, locale_t loc) in isctype_l() function
50 (isascii(c) ? (__ctype_mask[c] & (mask)) : isctype_l(c, mask, loc))