Searched defs:stat_portable (Results 1 – 4 of 4) sorted by relevance
24 struct stat_portable { struct25 unsigned long long st_dev;26 unsigned char __pad0[4];28 unsigned long __st_ino;29 unsigned int st_mode;30 unsigned int st_nlink;32 unsigned long st_uid;33 unsigned long st_gid;35 unsigned long long st_rdev;36 unsigned char __pad3[4];[all …]
20 int stat_portable(const char *path, struct stat_portable *s) in stat_portable() function