Searched refs:dirent64 (Results 1 – 10 of 10) sorted by relevance
76 return sizeof(struct dirent64); in tst_dirp_size()96 return ((struct dirent64 *)dirp)->d_name; in tst_dirp_name()116 return ((struct dirent64 *)dirp)->d_reclen; in tst_dirp_reclen()
78 struct dirent64 ret_dir64;88 static struct dirent64 *(*real_readdir64)(DIR *dir) = 0;89 static int (*real_readdir64_r)(DIR *dir, struct dirent64 *entry,90 struct dirent64 **result) = 0;206 struct dirent64 *d; in cache_dirstruct()366 struct dirent64 *readdir64(DIR *dir) in readdir64()389 struct dirent64 *__restrict entry, in readdir64_r()390 struct dirent64 **__restrict result) in readdir64_r()
56 #define dirent64 dirent macro
60 #define dirent64 dirent macro
551 PUBLIC struct dirent64 *556 struct dirent64 *ent = NULL; in readdir64()559 static struct dirent64 render_node_dirent = { 0 }; in readdir64()
50 # define dirent dirent64