Searched defs:off_t (Results 1 - 8 of 8) sorted by relevance

/external/bison/lib/
H A Dsys_types.in.h31 /* Override off_t if Large File Support is requested on native Windows. */
35 # define off_t __int64 macro
37 # define off_t long long int
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_linux.cc40 #define off_t __kernel_off_t macro
48 #undef off_t macro
/external/e2fsprogs/include/nonunix/
H A Dunistd.h24 #define off_t _off_t macro
/external/strace/
H A Dfile.c39 #undef off_t macro
47 #define off_t __kernel_off_t macro
58 #undef off_t macro
66 #define off_t off_t macro
196 unsigned int st_pad3; /* st_size, off_t expansion */
/external/strace/tests/
H A Dxstatx.c73 typedef off_t libc_off_t;
97 # undef off_t macro
107 # define off_t __kernel_off_t macro
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h111 typedef long off_t; typedef
/external/tcpdump/
H A Dtcpdump.c63 #define off_t long macro
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c281 typedef __off_t off_t; typedef

Completed in 407 milliseconds