Searched defs:afile (Results 1 – 4 of 4) sorted by relevance
46 struct afile { struct47 char ftype; /* file type, e.g. 'd', 'c', 'f' */48 ino_t fnum; /* inode number of file */49 short fflags; /* mode&~S_IFMT, perhaps ISARG */50 nlink_t fnl; /* number of links */51 uid_t fuid; /* owner id */52 gid_t fgid; /* group id */53 off_t fsize; /* file size */54 blkcnt_t fblks; /* number of blocks used */55 time_t fmtime; /* time (modify or access or create) */[all …]
216 struct afile { struct223 struct afile *head; /* start of argument list */ argument
82 static char afile[NAMESIZE]; /* file with line count for book marks */ local
1233 char comparef[MAXBASENAME+1], afile[MAXBASENAME+1], cfile[MAXBASENAME+1]; local