Searched refs:lastoffset (Results 1 – 1 of 1) sorted by relevance
854 off64_t lastoffset; in add_locale() local998 for (cnt = 0, lastoffset = 0; cnt < __LC_LAST; ++cnt) in add_locale()1013 if (cnt == LC_ALL && lastoffset != lastpos in add_locale()1043 lastoffset = lastpos + data[cnt].size; in add_locale()1069 lastoffset = file_offsets[LC_ALL]; in add_locale()1073 file_offsets[cnt] = lastoffset; in add_locale()1074 lastoffset += (data[cnt].size + 15) & -16; in add_locale()