Lines Matching defs:afile
46 struct afile {
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 *fp;
172 fp = (struct afile *)calloc(argc, sizeof (struct afile));
187 qsort(fp0, fplast - fp0, sizeof (struct afile), fcmp);
224 register struct afile *fp;
226 struct afile *dfp0, *dfplast;
233 qsort(dfp0, dfplast - dfp0, sizeof (struct afile), fcmp);
259 getdir(char *dir, struct afile **pfp0, struct afile **pfplast)
261 register struct afile *fp;
285 fp = *pfp0 = (struct afile *)calloc(nent, sizeof (struct afile));
300 *pfp0 = (struct afile *)realloc((char *)*pfp0,
301 2 * nent * sizeof (struct afile));
317 static struct afile *
318 gstat(struct afile *fp, char *file, int statarg, off_t *pnb)
320 static struct afile azerofile;
507 formatf(struct afile *fp0, struct afile *fplast)
509 register struct afile *fp;
559 const struct afile *f1 = arg1;
560 const struct afile *f2 = arg2;
614 static char *fmtinum(struct afile *);
615 static char *fmtsize(struct afile *);
616 static char *fmtlstuff(struct afile *);
620 fmtentry(struct afile *fp)
663 fmtinum(struct afile *p)
672 fmtsize(struct afile *p)
682 fmtlstuff(struct afile *p)