HomeSort by relevance Sort by last modified time
    Searched refs:sys_getdents (Results 1 - 6 of 6) sorted by null

  /external/strace/
m32_funcs.h 3 #undef sys_getdents macro
4 #define sys_getdents m32_sys_getdents macro
mx32_funcs.h 3 #undef sys_getdents macro
4 #define sys_getdents mx32_sys_getdents macro
  /external/google-breakpad/src/client/linux/minidump_writer/
directory_reader.h 67 const int n = sys_getdents(fd_, dent, sizeof(buf_));
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsysnum_openbsd_386.go 103 SYS_GETDENTS = 99 // { int sys_getdents(int fd, void *buf, size_t buflen); }
zsysnum_openbsd_amd64.go 105 SYS_GETDENTS = 99 // { int sys_getdents(int fd, void *buf, size_t buflen); }
zsysnum_openbsd_arm.go 105 SYS_GETDENTS = 99 // { int sys_getdents(int fd, void *buf, size_t buflen); }

Completed in 419 milliseconds