Searched defs:fstat64 (Results 1 – 14 of 14) sorted by relevance
4 .global fstat64 symbol9 fstat64: label
23 #define fstat64 fstat macro
33 #define fstat64 fstat macro
22 #define fstat64 fstat macro
45 #define fstat64 fstat macro
103 #define fstat64 fstat macro
160 #define fstat64 fstat macro
491 PUBLIC int fstat64(int fd, struct stat64* stat_buf) in fstat64() function
90 #define fstat64 fstat macro
1700 pub fn fstat64(fildes: ::c_int, buf: *mut stat64) -> ::c_int; in fstat64() function