Home
last modified time | relevance | path

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

/glibc-2.36/locale/
Dloadarchive.c81 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()
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.238952 (archive_stat): Modified.