Home
last modified time | relevance | path

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

/locale/programs/
A Dlocarchive.c1004 off64_t lastpos; in add_locale() local
1007 lastpos = lseek64 (ah->fd, 0, SEEK_END); in add_locale()
1008 if (lastpos == (off64_t) -1) in add_locale()
1013 if (cnt == LC_ALL && lastoffset != lastpos in add_locale()
1018 size_t sz = pagesz - (lastpos & (pagesz - 1)); in add_locale()
1026 lastpos += sz; in add_locale()
1030 if ((lastpos & 15) != 0) in add_locale()
1035 != 16 - (lastpos & 15)) in add_locale()
1038 lastpos += 16 - (lastpos & 15); in add_locale()
1042 file_offsets[cnt] = lastpos; in add_locale()
[all …]

Completed in 6 milliseconds