Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dlocarchive.c240 struct locrecent *locrec; member
246 struct locrecent *la = ((const struct oldlocrecent *) a)->locrec; in oldlocrecentcmp()
247 struct locrecent *lb = ((const struct oldlocrecent *) b)->locrec; in oldlocrecentcmp()
480 oldlocrecarray[loccnt++].locrec in enlarge_archive()
493 struct locrecent *oldlocrec = oldlocrecarray[cnt].locrec; in enlarge_archive()
506 if (cnt > 0 && oldlocrecarray[cnt - 1].locrec == oldlocrec) in enlarge_archive()
1683 struct locrecent *locrec; in show_archive_content() local
1686 locrec = (struct locrecent *) ((char *) ah.addr in show_archive_content()
1689 if (GET (locrec->record[LC_ALL].offset) != 0 in show_archive_content()
1691 || (GET (locrec->record[idx].offset) in show_archive_content()
[all …]
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()
/glibc-2.36/locale/
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()