Searched refs:__old_dirent64 (Results 1 – 9 of 9) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | olddirent.h | 23 struct __old_dirent64 struct 33 extern struct __old_dirent64 *__old_readdir64 (DIR *__dirp); argument 35 extern int __old_readdir64_r (DIR *__dirp, struct __old_dirent64 *__entry, 36 struct __old_dirent64 **__result); 40 struct __old_dirent64 *** __namelist, 41 int (*__selector) (const struct __old_dirent64 *), 42 int (*__cmp) (const struct __old_dirent64 **, 43 const struct __old_dirent64 **));
|
A D | scandir64.c | 42 __old_scandir64 (const char *dir, struct __old_dirent64 ***namelist, 43 int (*select) (const struct __old_dirent64 *), 44 int (*cmp) (const struct __old_dirent64 **, 45 const struct __old_dirent64 **)) 48 struct __old_dirent64 **v = NULL; 51 struct __old_dirent64 *d; 80 struct __old_dirent64 *vnew; 88 struct __old_dirent64 **new; 93 new = (struct __old_dirent64 **) realloc (v, 102 vnew = (struct __old_dirent64 *) malloc (dsize); [all …]
|
A D | tst-readdir64-compat.c | 29 struct __old_dirent64 struct 38 typedef struct __old_dirent64 *(*compat_readdir64_type) (DIR *); argument 40 struct __old_dirent64 *compat_readdir64 (DIR *); 64 struct __old_dirent64 *entry_test = compat_readdir64 (dir_test); in do_test()
|
A D | getdents64.c | 70 _Static_assert (offsetof (struct __old_dirent64, d_name) 73 _Static_assert (__alignof__ (struct __old_dirent64) 107 struct __old_dirent64 result; 115 size_t result_name_offset = offsetof (struct __old_dirent64, d_name);
|
A D | readdir64_r.c | 135 __old_readdir64_r (DIR *dirp, struct __old_dirent64 *entry, 136 struct __old_dirent64 **result) 138 struct __old_dirent64 *dp; 179 dp = (struct __old_dirent64 *) &dirp->data[dirp->offset]; 187 if (reclen > offsetof (struct __old_dirent64, d_name) + NAME_MAX + 1) 194 reclen = offsetof (struct __old_dirent64, d_name) + namelen + 1;
|
A D | alphasort64.c | 40 __old_alphasort64 (const struct __old_dirent64 **a, 41 const struct __old_dirent64 **b)
|
A D | versionsort64.c | 40 __old_versionsort64 (const struct __old_dirent64 **a, 41 const struct __old_dirent64 **b)
|
A D | oldglob.c | 17 #define dirent __old_dirent64 19 ((struct __old_dirent64 *) (pglob)->gl_readdir (stream))
|
A D | readdir64.c | 108 struct __old_dirent64 * 111 struct __old_dirent64 *dp; 150 dp = (struct __old_dirent64 *) &dirp->data[dirp->offset];
|
Completed in 7 milliseconds