HomeSort by relevance Sort by last modified time
    Searched refs:getdents64 (Results 1 - 25 of 38) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/getdents/
getdents.h 52 getdents64(unsigned int fd, struct linux_dirent64 *dirp64, unsigned int size) function
getdents02.c 70 /* -l long option. Tests getdents64 */
77 printf(" -l Test the getdents64 system call\n");
130 getdents64(fd, &dirp64, sizeof(dirp64));
146 getdents64(fd, (void *)buf, sizeof(buf));
164 getdents64(fd, &dir64, sizeof(dir64));
185 getdents64(fd, &dir64, sizeof(dir64));
getdents01.c 45 /* -l long option. Tests getdents64 */
52 printf(" -l Test the getdents64 system call\n");
112 rval = getdents64(fd, dirp64, BUFSIZE);
  /external/strace/
dirent64.c 40 SYS_FUNC(getdents64)
sys_func.h 69 extern SYS_FUNC(getdents64);
  /external/valgrind/include/
pub_tool_libcfile.h 97 extern Int VG_(getdents64)( Int fd, struct vki_dirent64 *dirp, UInt count );
  /external/valgrind/memcheck/tests/x86-solaris/
scalar.stderr.exp 93 Syscall param getdents64(fd) contains uninitialised byte(s)
96 Syscall param getdents64(dirp) contains uninitialised byte(s)
99 Syscall param getdents64(count) contains uninitialised byte(s)
102 Syscall param getdents64(dirp) points to unaddressable byte(s)
  /external/strace/linux/32/
syscallent.h 65 [ 61] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/64/
syscallent.h 62 [ 61] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/avr32/
syscallent.h 203 [174] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/hppa/
syscallent.h 207 [201] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/x86_64/
syscallent.h 218 [217] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/xtensa/
syscallent.h 56 [ 60] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/arm/
syscallent.h 247 [217] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/i386/
syscallent.h 250 [220] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/ia64/
syscallent.h 235 [1214] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/m68k/
syscallent.h 249 [220] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/mips/
syscallent-n32.h 302 [6299] = { 3, TD, SEN(getdents64), "getdents64" },
syscallent-n64.h 311 [5308] = { 3, TD, SEN(getdents64), "getdents64" },
syscallent-o32.h 223 [4219] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/powerpc/
syscallent.h 232 [202] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/powerpc64/
syscallent.h 227 [202] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/s390/
syscallent.h 252 [220] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/s390x/
syscallent.h 236 [220] = { 3, TD, SEN(getdents64), "getdents64" },
  /external/strace/linux/sh/
syscallent.h 251 [220] = { 3, TD, SEN(getdents64), "getdents64" },

Completed in 468 milliseconds

1 2