Searched defs:off_t (Results 1 - 10 of 10) 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/expat/lib/
H A Dmacconfig.h47 #define off_t long macro
/external/expat/vms/
H A Dexpat_config.h16 #undef off_t macro
/external/e2fsprogs/include/nonunix/
H A Dunistd.h24 #define off_t _off_t macro
/external/kernel-headers/original/linux/
H A Dtypes.h26 typedef __kernel_off_t off_t; typedef
/external/oprofile/libpopt/
H A Dconfig.h316 #undef off_t macro
/external/tcpdump/
H A Dtcpdump.c55 #define off_t long macro
/external/strace/
H A Dfile.c151 # undef off_t macro
160 # define off_t __kernel_off_t macro
171 # undef off_t macro
180 # define off_t off_t macro
236 * Ugly hacks for systems that have typedef long long off_t
619 off_t offset;
823 int st_pad3; /* st_size, off_t expansion */
/external/libvpx/libvpx/
H A Dvpxenc.c45 /* MSVS doesn't define off_t, and uses _f{seek,tell}i64 */
46 typedef __int64 off_t; typedef
50 /* MinGW defines off_t as long
54 #define off_t off64_t macro
62 typedef long off_t; typedef
512 typedef off_t EbmlLoc;
531 off_t position_reference;
532 off_t seek_info_pos;
533 off_t segment_info_pos;
534 off_t track_po
[all...]
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c281 typedef __off_t off_t; typedef

Completed in 366 milliseconds