Searched refs:__getdents64 (Results 1 – 7 of 7) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | getdents64.c | 26 __getdents64 (int fd, void *buf, size_t nbytes) in __getdents64() function 34 libc_hidden_def (__getdents64) 35 weak_alias (__getdents64, getdents64) 38 strong_alias (__getdents64, __getdents)
|
A D | getdirentries64.c | 29 ssize_t result = __getdents64 (fd, buf, nbytes); in getdirentries64()
|
A D | malloc-hugepages.c | 157 # define __getdents64 getdents64 in __malloc_hugepage_config() macro 159 ssize_t ret = __getdents64 (dirfd, buffer, sizeof (buffer)); in __malloc_hugepage_config()
|
A D | closefrom_fallback.c | 59 ssize_t ret = __getdents64 (dirfd, buffer, sizeof (buffer)); in __closefrom_fallback()
|
A D | readdir64.c | 51 bytes = __getdents64 (dirp->fd, dirp->data, maxread); in __readdir64()
|
A D | readdir64_r.c | 51 bytes = __getdents64 (dirp->fd, dirp->data, maxread); in __readdir64_r()
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | getdents64.c | 30 __getdents64 (int fd, void *buf, size_t nbytes) in __getdents64() function 137 libc_hidden_def (__getdents64) 138 weak_alias (__getdents64, getdents64) 141 strong_alias (__getdents64, __getdents)
|
Completed in 7 milliseconds