Searched refs:__map (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/include/
H A Drunetype.h51 __rune_t __map; /* What first maps to in maps */ member in struct:__anon5612
/freebsd-10-stable/lib/libc/locale/
H A Dtolower.c65 return (re->__map + c - re->__min);
H A Dtoupper.c66 return (re->__map + c - re->__min);
H A Dnextwctype.c85 } else if (re->__map & wct)
94 } else if (re->__map & wct)
H A Drunetype.c66 return(re->__map);
H A Drune.c238 rr[x].__map = frr[x].map;
239 if (rr[x].__map == 0) {
256 rr[x].__map = frr[x].map;
264 rr[x].__map = frr[x].map;

Completed in 116 milliseconds