Searched refs:locrec (Results 1 – 3 of 3) sorted by relevance
240 struct locrecent *locrec; member480 oldlocrecarray[loccnt++].locrec in enlarge_archive()1683 struct locrecent *locrec; in show_archive_content() local1691 || (GET (locrec->record[idx].offset) in show_archive_content()1693 || ((GET (locrec->record[idx].offset) in show_archive_content()1694 + GET (locrec->record[idx].len)) in show_archive_content()1696 + GET (locrec->record[LC_ALL].len)))) in show_archive_content()1713 struct locrecent *locrec; in show_archive_content() local1726 >= GET (locrec->record[LC_ALL].offset)) in show_archive_content()1736 GET (locrec->record[idx].len), in show_archive_content()[all …]
695 struct locrecent *locrec; in write_archive_locales() local705 locrec = (struct locrecent *) (addr + names[cnt].locrec_offset); in write_archive_locales()708 + locrec->record[LC_IDENTIFICATION].offset, in write_archive_locales()709 locrec->record[LC_IDENTIFICATION].len); in write_archive_locales()711 print_LC_CTYPE (addr + locrec->record[LC_CTYPE].offset, in write_archive_locales()712 locrec->record[LC_CTYPE].len); in write_archive_locales()
144 struct locrecent *locrec; in _nl_load_locale_from_archive() local305 locrec = (struct locrecent *) (headmap.ptr + namehashtab[idx].locrec_offset); in _nl_load_locale_from_archive()314 if (locrec->record[cnt].offset + locrec->record[cnt].len in _nl_load_locale_from_archive()318 results[cnt].addr = headmap.ptr + locrec->record[cnt].offset; in _nl_load_locale_from_archive()319 results[cnt].len = locrec->record[cnt].len; in _nl_load_locale_from_archive()328 ranges[nranges].from = locrec->record[cnt].offset; in _nl_load_locale_from_archive()329 ranges[nranges].len = locrec->record[cnt].len; in _nl_load_locale_from_archive()
Completed in 11 milliseconds