Searched defs:off_t (Results 1 - 7 of 7) 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/tests/
H A Dstat.c49 # undef off_t macro
57 # define off_t __kernel_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
205 unsigned int st_pad3; /* st_size, off_t expansion */
/external/tcpdump/
H A Dtcpdump.c55 #define off_t long macro
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c281 typedef __off_t off_t; typedef

Completed in 284 milliseconds