Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/locale/
H A Drunetype.h152 typedef struct _WCTypeEntry { struct
155 } _WCTypeEntry; argument
H A Dwctype.c43 static struct _WCTypeEntry wctype_entries[_WCTYPE_NINDEXES] =
H A Diswctype.c215 return (__isctype_w(c, ((_WCTypeEntry *)charclass)->te_mask)); in iswctype()
H A Diswctype_l.c203 return __isctype_wl(c, ((_WCTypeEntry *)charclass)->te_mask, locale); in iswctype_l()