Home
last modified time | relevance | path

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

/freebsd-13.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 Dtolower.c65 return (re->__map + c - re->__min); in ___tolower_l()
H A Dtoupper.c66 return (re->__map + c - re->__min); in ___toupper_l()
H A Drunetype.c68 return(re->__map); in ___runetype_l()
/freebsd-13.1/include/
H A Drunetype.h53 __rune_t __map; /* What first maps to in maps */ member
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Ddeque958 typedef __split_buffer<pointer, __pointer_allocator> __map;
1034 __map __map_;
1121 for (typename __map::const_iterator __i = __map_.begin(), __e = __map_.end();
1191 typename __map::iterator __i = __map_.begin();
1192 typename __map::iterator __e = __map_.end();