Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/locale/
H A Drune.c199 rr[x].__map = frr[x].map; in _Read_RuneMagi()
200 if (rr[x].__map == 0) { in _Read_RuneMagi()
217 rr[x].__map = frr[x].map; in _Read_RuneMagi()
225 rr[x].__map = frr[x].map; in _Read_RuneMagi()
H A Dnextwctype.c87 } else if (re->__map & wct) in nextwctype_l()
96 } else if (re->__map & wct) in nextwctype_l()
H A Dtoupper.c66 return (re->__map + c - re->__min); in ___toupper_l()
H A Dtolower.c65 return (re->__map + c - re->__min); in ___tolower_l()
H A Drunetype.c68 return(re->__map); in ___runetype_l()
/freebsd-12.1/include/
H A Drunetype.h53 __rune_t __map; /* What first maps to in maps */ member
/freebsd-12.1/contrib/libc++/include/
H A Ddeque953 typedef __split_buffer<pointer, __pointer_allocator> __map;
961 __map __map_;
1048 for (typename __map::const_iterator __i = __map_.begin(), __e = __map_.end();
1118 typename __map::iterator __i = __map_.begin();
1119 typename __map::iterator __e = __map_.end();