Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dlocfile.c401 struct stat64 other_stat; in siblings_uncached() local
416 if (lstat64 (other_path, &other_stat) >= 0 in siblings_uncached()
417 && S_ISDIR (other_stat.st_mode) in siblings_uncached()
418 && other_stat.st_uid == output_stat.st_uid in siblings_uncached()
419 && other_stat.st_gid == output_stat.st_gid in siblings_uncached()
420 && other_stat.st_mode == output_stat.st_mode in siblings_uncached()
421 && other_stat.st_dev == output_stat.st_dev) in siblings_uncached()