Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dlocfile.c398 struct dirent64 *other_dentry; in siblings_uncached() local
403 other_dentry = readdir64 (dirp); in siblings_uncached()
404 if (other_dentry == NULL) in siblings_uncached()
407 other_name = other_dentry->d_name; in siblings_uncached()
/glibc-2.36/ChangeLog.old/
DChangeLog.1412178 dirent64 instead of struct dirent for other_dentry. Call