Home
last modified time | relevance | path

Searched refs:__getdents (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/sysdeps/linux/common/
A Dgetdents.c47 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 Dgetdents.c48 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 Dgetdents64.c97 strong_alias(__getdents64,__getdents)
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Ddirent.h372 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 Dreaddir.c16 # define __GETDENTS __getdents
A Dreaddir_r.c17 # define __GETDENTS __getdents
/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc404 extern "C" ssize_t __getdents(int, char *, size_t);
405 L4_STRONG_ALIAS(__getdents64,__getdents) in L4_STRONG_ALIAS() argument

Completed in 11 milliseconds