Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dreaddir64_r.c46 size_t maxread = dirp->allocation; in __readdir64_r() local
49 maxread = dirp->allocation; in __readdir64_r()
51 bytes = __getdents64 (dirp->fd, dirp->data, maxread); in __readdir64_r()
151 size_t maxread = dirp->allocation;
154 maxread = dirp->allocation;
156 bytes = __old_getdents64 (dirp->fd, dirp->data, maxread);
A Dreaddir64.c48 size_t maxread = dirp->allocation; in __readdir64() local
51 bytes = __getdents64 (dirp->fd, dirp->data, maxread); in __readdir64()
126 size_t maxread = dirp->allocation;
129 bytes = __old_getdents64 (dirp->fd, dirp->data, maxread);
A Dreaddir.c39 size_t maxread = dirp->allocation; in __readdir_unlocked() local
42 bytes = __getdents (dirp->fd, dirp->data, maxread); in __readdir_unlocked()

Completed in 4 milliseconds