Searched refs:__getdents (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/sysdeps/linux/common/ |
A D | getdents.c | 47 ssize_t __getdents (int fd, char *buf, size_t nbytes) attribute_hidden; 56 ssize_t __getdents (int fd, char *buf, size_t nbytes) in _syscall3() 85 ssize_t __getdents (int fd, char *buf, size_t nbytes) 142 extern __typeof(__getdents) __getdents64 /* attribute_hidden*/; 143 ssize_t __getdents (int fd, char *buf, size_t nbytes) 171 attribute_hidden strong_alias(__getdents,__getdents64)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | getdents.c | 48 ssize_t __getdents (int fd, char *buf, size_t nbytes) in _syscall3() 84 ssize_t __getdents (int fd, char *buf, size_t nbytes) 163 ssize_t __getdents (int fd, char *buf, size_t nbytes) 191 strong_alias(__getdents,__getdents64)
|
A D | getdents64.c | 97 strong_alias(__getdents64,__getdents)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | dirent.h | 372 extern __ssize_t __getdents(int fd, char *buf, size_t count) attribute_hidden; 375 extern __ssize_t __getdents(int fd, char *buf, size_t count); 377 extern __ssize_t __getdents(int fd, char *buf, size_t count) attribute_hidden;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/dirent/ |
A D | readdir.c | 16 # define __GETDENTS __getdents
|
A D | readdir_r.c | 17 # define __GETDENTS __getdents
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | file.cc | 404 extern "C" ssize_t __getdents(int, char *, size_t); 405 L4_STRONG_ALIAS(__getdents64,__getdents) in L4_STRONG_ALIAS() argument
|
Completed in 11 milliseconds