Lines Matching refs:archive_stat
81 static struct __stat64_t64 archive_stat; /* stat of archive when header mapped. */ variable
210 if (__fstat64_time64 (fd, &archive_stat) == -1) in _nl_load_locale_from_archive()
224 mapsize = (sizeof (void *) > 4 ? archive_stat.st_size in _nl_load_locale_from_archive()
225 : MIN (archive_stat.st_size, ARCHIVE_MAPPING_WINDOW)); in _nl_load_locale_from_archive()
238 if (sizeof (void *) > 4 || headsize > archive_stat.st_size) in _nl_load_locale_from_archive()
251 if (sizeof (void *) > 4 || mapsize >= archive_stat.st_size) in _nl_load_locale_from_archive()
310 assert (headmap.len == archive_stat.st_size); in _nl_load_locale_from_archive()
382 if (to > (size_t) archive_stat.st_size) in _nl_load_locale_from_archive()
409 || st.st_size != archive_stat.st_size in _nl_load_locale_from_archive()
410 || st.st_mtime != archive_stat.st_mtime in _nl_load_locale_from_archive()
411 || st.st_dev != archive_stat.st_dev in _nl_load_locale_from_archive()
412 || st.st_ino != archive_stat.st_ino) in _nl_load_locale_from_archive()