Lines Matching refs:__old_dirent64
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);
106 v[c.cnt++] = (struct __old_dirent64 *) memcpy (vnew, d, dsize);