Searched refs:maxread (Results 1 – 3 of 3) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | readdir64_r.c | 46 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 D | readdir64.c | 48 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 D | readdir.c | 39 size_t maxread = dirp->allocation; in __readdir_unlocked() local 42 bytes = __getdents (dirp->fd, dirp->data, maxread); in __readdir_unlocked()
|
Completed in 4 milliseconds