Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dlocarchive.c941 size_t iloc; in add_locale() local
942 for (iloc = 0; iloc < GET (head->locrectab_used); ++iloc) in add_locale()
943 if (GET (locrecent[iloc].refs) != 0 in add_locale()
944 && (GET (locrecent[iloc].record[cnt].offset) in add_locale()
948 if (iloc != GET (head->locrectab_used) in add_locale()
949 && data[cnt].size == GET (locrecent[iloc].record[cnt].len) in add_locale()