Searched defs:stat64 (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dstat.h30 /* This matches struct stat64 in glibc2.1, hence the absolutely
33 struct stat64 { struct
/external/kernel-headers/original/asm-arm/
H A Dstat.h51 /* This matches struct stat64 in glibc2.1, hence the absolutely
56 struct stat64 { struct
/external/strace/
H A Dfile.c159 # ifdef HPPA /* asm-parisc/stat.h defines stat64 */
160 # undef stat64 macro
163 # define stat64 libc_stat64 macro
166 # undef stat64 macro
172 # define stat64 hpux_stat64 macro
206 #define stat64 stat macro
945 struct stat64 statbuf;

Completed in 95 milliseconds