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

/illumos-gate/usr/src/cmd/bnu/
H A Danlwrk.c80 FILE *p_bookmark; /* pointer to afile */
82 static char afile[NAMESIZE]; /* file with line count for book marks */ local
111 (void) strncpy(afile, BASENAME(file, '/'), NAMESIZE);
112 afile[NAMESIZE-1] = NULLCHAR;
113 *afile = BOOKMARK_PRE; /* make up name by replacing C with A */
115 p_bookmark = fopen(afile, "r");
134 (void) unlink(afile);
149 (void) unlink(afile);
155 p_bookmark = fopen(afile, "w"); /* update bookmark file */
157 errent(Ct_OPEN, afile, errn
[all...]
H A Duustat.c1233 char comparef[MAXBASENAME+1], afile[MAXBASENAME+1], cfile[MAXBASENAME+1]; local
1247 (void) strcpy(afile, comparef);
1248 *strchr(afile, 'A') = ' ';
1252 if (EQUALS(cfile, afile)) {
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h216 struct afile { struct
223 struct afile *head; /* start of argument list */
224 struct afile *last; /* end of argument list */
225 struct afile *base; /* current list arena */
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c46 struct afile { struct
81 static struct afile *gstat(struct afile *, char *, int, off_t *);
85 static char *fmtentry(struct afile *);
88 static void formatf(struct afile *, struct afile *);
89 static off_t getdir(char *, struct afile **, struct afile **);
95 struct afile *fp0, *fplast;
96 register struct afile *f
[all...]

Completed in 70 milliseconds