stat               10 defs.h         struct stat;
stat               34 defs.h         int             filestat(struct file*, struct stat*);
stat               53 defs.h         void            stati(struct inode*, struct stat*);
stat               84 file.c         filestat(struct file *f, struct stat *st)
stat              440 fs.c           stati(struct inode *ip, struct stat *st)
stat               31 ls.c             struct stat st;
stat               62 ls.c                 if(stat(buf, &st) < 0){
stat              110 sysfile.c        struct stat *st;
stat               71 ulib.c         stat(const char *n, struct stat *st)
stat                1 user.h         struct stat;
stat               17 user.h         int fstat(int fd, struct stat*);
stat               28 user.h         int stat(const char*, struct stat*);