Home
last modified time | relevance | path

Searched defs:afile (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/ucbcmd/ls/
H A Dls.c46 struct afile { struct
47 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 …]
/titanic_41/usr/src/cmd/backup/restore/
H A Drestore.h216 struct afile { struct
223 struct afile *head; /* start of argument list */ argument
/titanic_41/usr/src/cmd/bnu/
H A Danlwrk.c82 static char afile[NAMESIZE]; /* file with line count for book marks */ local
H A Duustat.c1233 char comparef[MAXBASENAME+1], afile[MAXBASENAME+1], cfile[MAXBASENAME+1]; local