Searched refs:getdents (Results 1 – 25 of 76) sorted by relevance
1234
/external/autotest/client/tests/ltp/patches/ |
D | getdents.patch | 4 Subject: [PATCH] getdents: rewrite syscall handling completely 17 testcases/kernel/syscalls/getdents/getdents.h | 73 +++++++++++++++++------ 18 testcases/kernel/syscalls/getdents/getdents01.c | 20 +----- 19 testcases/kernel/syscalls/getdents/getdents02.c | 27 +-------- 20 testcases/kernel/syscalls/getdents/getdents03.c | 27 +-------- 21 testcases/kernel/syscalls/getdents/getdents04.c | 26 +------- 24 diff --git a/testcases/kernel/syscalls/getdents/getdents.h b/testcases/kernel/syscalls/getdents/get… 26 --- a/testcases/kernel/syscalls/getdents/getdents.h 27 +++ b/testcases/kernel/syscalls/getdents/getdents.h 73 +getdents(unsigned int fd, struct dirent *dirp, unsigned int count) [all …]
|
/external/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents02.c | 132 getdents(fd, &dirp, sizeof(dirp)); in test_ebadf() 148 getdents(fd, (void *)buf, sizeof(buf)); in test_einval() 166 getdents(fd, &dir, sizeof(dir)); in test_enotdir() 187 getdents(fd, &dir, sizeof(dir)); in test_enoent()
|
D | getdents.h | 38 getdents(unsigned int fd, struct linux_dirent *dirp, unsigned int size) in getdents() function
|
D | getdents01.c | 114 rval = getdents(fd, dirp, BUFSIZE); in main()
|
/external/adhd/seccomp/ |
D | cras-seccomp-amd64.policy | 21 getdents: 1
|
D | cras-seccomp-arm.policy | 62 getdents: 1
|
/external/strace/linux/aarch64/ |
D | syscallent.h | 59 [1065] = { 3, TD, SEN(getdents), "getdents" },
|
/external/strace/ |
D | dirent.c | 75 SYS_FUNC(getdents) in SYS_FUNC() argument
|
D | sys_func.h | 68 extern SYS_FUNC(getdents);
|
/external/ltp/include/lapi/syscalls/ |
D | ia64.in | 115 getdents 1144
|
D | sparc64.in | 157 getdents 174
|
D | x86_64.in | 79 getdents 78
|
D | i386.in | 140 getdents 141
|
D | s390.in | 102 getdents 141
|
D | powerpc.in | 140 getdents 141
|
D | s390x.in | 102 getdents 141
|
D | powerpc64.in | 140 getdents 141
|
D | sparc.in | 179 getdents 174
|
D | sh.in | 140 getdents 141
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_openbsd.go | 60 return getdents(fd, buf)
|
D | syscall_netbsd.go | 107 return getdents(fd, buf)
|
/external/strace/tests-mx32/ |
D | pure_executables.list | 80 getdents
|
/external/strace/tests/ |
D | pure_executables.list | 80 getdents
|
/external/strace/tests-m32/ |
D | pure_executables.list | 80 getdents
|
D | pure_executables.am | 81 getdents \
|
1234