Home
last modified time | relevance | path

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

/locale/programs/
A Dlocarchive.c240 struct locrecent *locrec; member
480 oldlocrecarray[loccnt++].locrec in enlarge_archive()
1683 struct locrecent *locrec; in show_archive_content() local
1691 || (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() local
1726 >= GET (locrec->record[LC_ALL].offset)) in show_archive_content()
1736 GET (locrec->record[idx].len), in show_archive_content()
[all …]
A Dlocale.c695 struct locrecent *locrec; in write_archive_locales() local
705 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()
/locale/
A Dloadarchive.c144 struct locrecent *locrec; in _nl_load_locale_from_archive() local
305 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