HomeSort by relevance Sort by last modified time
    Searched defs:off64_t (Results 1 - 4 of 4) sorted by null

  /external/strace/linux/
asm_stat.h 10 # undef off64_t macro
21 # define off64_t __kernel_off64_t macro
34 # undef off64_t macro
45 # define off64_t off64_t macro
  /external/f2fs-tools/lib/
libf2fs_io.c 58 typedef off_t off64_t; typedef
60 static inline off64_t lseek64(int fd, __u64 offset, int set)
73 if (lseek64(c.kd, (off64_t)offset, SEEK_SET) < 0)
173 if (lseek64(fd, (off64_t)offset, SEEK_SET) < 0)
212 if (lseek64(fd, (off64_t)offset, SEEK_SET) < 0)
226 if (lseek64(c.dump_fd, (off64_t)offset, SEEK_SET) < 0)
247 if (lseek64(fd, (off64_t)offset, SEEK_SET) < 0)
  /external/libevent/test/
regress_zlib.c 77 #ifndef off64_t
78 #define off64_t ev_int64_t macro
  /bionic/libc/include/sys/
types.h 103 typedef loff_t off64_t; typedef
107 typedef loff_t off64_t; typedef

Completed in 592 milliseconds