Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c44 struct afile { struct
45 char ftype; /* file type, e.g. 'd', 'c', 'f' */
46 ino_t fnum; /* inode number of file */
47 short fflags; /* mode&~S_IFMT, perhaps ISARG */
48 nlink_t fnl; /* number of links */
49 uid_t fuid; /* owner id */
50 gid_t fgid; /* group id */
51 off_t fsize; /* file size */
52 blkcnt_t fblks; /* number of blocks used */
54 char *fname; /* file name */
[all …]
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h190 struct afile { struct
197 struct afile *head; /* start of argument list */ argument
/illumos-gate/usr/src/cmd/bnu/
H A Danlwrk.c80 static char afile[NAMESIZE]; /* file with line count for book marks */ in anlwrk() local
H A Duustat.c1231 char comparef[MAXBASENAME+1], afile[MAXBASENAME+1], cfile[MAXBASENAME+1]; local
/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c504 struct l9p_fid **afile) in fid_lookup()