Home
last modified time | relevance | path

Searched refs:mapupper_ext_nranges (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/localedef/
H A Dctype.c307 uint32_t mapupper_ext_nranges; in dump_ctype() local
314 mapupper_ext_nranges = 0; in dump_ctype()
460 up[mapupper_ext_nranges-1].max = htote(wc); in dump_ctype()
463 mapupper_ext_nranges++; in dump_ctype()
464 up = realloc(up, sizeof (*up) * mapupper_ext_nranges); in dump_ctype()
465 up[mapupper_ext_nranges - 1].min = htote(wc); in dump_ctype()
466 up[mapupper_ext_nranges - 1].max = htote(wc); in dump_ctype()
467 up[mapupper_ext_nranges - 1].map = in dump_ctype()
475 rl.mapupper_ext_nranges = htote(mapupper_ext_nranges); in dump_ctype()
479 (wr_category(up, sizeof (*up) * mapupper_ext_nranges, f) < 0)) { in dump_ctype()
/freebsd/lib/libc/locale/
H A Drune.c118 variable = mapupper_ext_ranges + frl->mapupper_ext_nranges; in _Read_RuneMagi()
147 frl->mapupper_ext_nranges) * sizeof(_RuneEntry) + in _Read_RuneMagi()
165 rl->__mapupper_ext.__nranges = frl->mapupper_ext_nranges; in _Read_RuneMagi()
185 variable = mapupper_ext_ranges + frl->mapupper_ext_nranges; in _Read_RuneMagi()
H A Drunefile.h54 int32_t mapupper_ext_nranges; member