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

/barrelfish-master/lib/libc/locale/
H A Dtolower.c63 return (re->__map + c - re->__min);
H A Dtoupper.c64 return (re->__map + c - re->__min);
H A Dnextwctype.c85 } else if (re->__map & wct)
94 } else if (re->__map & wct)
H A Drune.c198 rr[x].__map = frr[x].map;
199 if (rr[x].__map == 0) {
216 rr[x].__map = frr[x].map;
224 rr[x].__map = frr[x].map;
H A Drunetype.c66 return(re->__map);
/barrelfish-master/include/
H A Drunetype.h51 __rune_t __map; /* What first maps to in maps */ member in struct:__anon276

Completed in 88 milliseconds