Searched defs:stat64 (Results 1 – 7 of 7) sorted by relevance
89 struct stat64 { struct90 dev_t st_dev;91 ino_t st_ino;92 mode_t st_mode;93 nlink_t st_nlink;94 uid_t st_uid;95 gid_t st_gid;96 dev_t st_rdev;97 off_t st_size;98 timestruc_t st_atim;[all …]
113 int (*fn)(const char *, const struct stat64 *, int), in lf_lftw()131 int (*fn)(const char *, const struct stat64 *, int), in lf_xftw()
84 extern int stat64(const char* path, struct stat64* st) in stat64() function
44 stat64(const char *name, struct stat64 *sb) in stat64() function
439 stat64(char *name, struct stat64 *sb) in stat64() function
354 struct stat64 stat64; in _aiorw() local
78 #define stat64 stat macro