Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/locale/
H A Drune.c192 rr[x].__map = frr[x].map; in _Read_RuneMagi()
193 if (rr[x].__map == 0) { in _Read_RuneMagi()
210 rr[x].__map = frr[x].map; in _Read_RuneMagi()
218 rr[x].__map = frr[x].map; in _Read_RuneMagi()
H A Dnextwctype.c88 } else if (re->__map & wct) in nextwctype_l()
97 } else if (re->__map & wct) in nextwctype_l()
H A Drunetype.h103 __rune_t __map; /* What first maps to in maps */ member
H A Drunetype.c58 return (re->__map); in __runetype()
H A Dtowlower.c65 return (re->__map + c - re->__min); in change_case_ext()