Searched refs:linux_dirent64 (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents.h | 48 struct linux_dirent64 { struct 61 getdents64(unsigned int fd, struct linux_dirent64 *dirp64, unsigned int size) in getdents64() argument
|
D | getdents02.c | 126 struct linux_dirent64 dirp64; in test_ebadf() 158 struct linux_dirent64 dir64; in test_enotdir() 176 struct linux_dirent64 dir64; in test_enoent()
|
D | getdents01.c | 87 struct linux_dirent64 *dirp64; in main()
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-11-13-inlineasm-3.ll | 7 %struct.linux_dirent64 = type { i64, i64, i16, i8, [0 x i8] } 9 define i32 @sys_getdents64(i32 %fd, %struct.linux_dirent64* %dirent, i32 %count) {
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2008-11-13-inlineasm-3.ll | 7 %struct.linux_dirent64 = type { i64, i64, i16, i8, [0 x i8] } 9 define i32 @sys_getdents64(i32 %fd, %struct.linux_dirent64* %dirent, i32 %count) {
|
/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 287 struct linux_dirent64 { struct 321 char buffer[sizeof(struct linux_dirent64)]; in _close_open_fds_safe() 324 (struct linux_dirent64 *)buffer, in _close_open_fds_safe() 326 struct linux_dirent64 *entry; in _close_open_fds_safe() 333 entry = (struct linux_dirent64 *)(buffer + offset); in _close_open_fds_safe()
|