Searched defs:getdents (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | dirent.c | 75 SYS_FUNC(getdents) in SYS_FUNC() argument
|
/external/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents.h | 38 getdents(unsigned int fd, struct linux_dirent *dirp, unsigned int size) in getdents() function
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zsyscall_netbsd_arm.go | 392 func getdents(fd int, buf []byte) (n int, err error) { func
|
D | zsyscall_netbsd_amd64.go | 392 func getdents(fd int, buf []byte) (n int, err error) { func
|
D | zsyscall_netbsd_386.go | 392 func getdents(fd int, buf []byte) (n int, err error) { func
|
D | zsyscall_openbsd_386.go | 390 func getdents(fd int, buf []byte) (n int, err error) { func
|
D | zsyscall_openbsd_amd64.go | 390 func getdents(fd int, buf []byte) (n int, err error) { func
|
D | zsyscall_openbsd_arm.go | 390 func getdents(fd int, buf []byte) (n int, err error) { func
|