Searched defs:XDir (Results 1 – 1 of 1) sorted by relevance
18 typedef struct XDir XDir; typedef24 struct XDir { struct25 char *name;26 char *uid;27 char *gid;28 char *symlink;29 ulong uidno; /* Numeric uid */30 ulong gidno; /* Numeric gid */32 ulong mode;33 ulong atime;[all …]