HomeSort by: relevance | last modified time | path
    Searched defs:afile (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/restore/
interactive.c 72 struct afile { struct
88 static void formatf(struct afile *, int);
92 static void mkentry(char *, struct direct *, struct afile *);
516 struct afile *fp, *list, *listp;
518 struct afile single;
543 list = (struct afile *)malloc(entries * sizeof(struct afile));
577 qsort((char *)list, entries, sizeof(struct afile), fcmp);
592 mkentry(char *name, struct direct *dp, struct afile *fp)
652 formatf(struct afile *list, int nentry
    [all...]
interactive.c 72 struct afile { struct
88 static void formatf(struct afile *, int);
92 static void mkentry(char *, struct direct *, struct afile *);
516 struct afile *fp, *list, *listp;
518 struct afile single;
543 list = (struct afile *)malloc(entries * sizeof(struct afile));
577 qsort((char *)list, entries, sizeof(struct afile), fcmp);
592 mkentry(char *name, struct direct *dp, struct afile *fp)
652 formatf(struct afile *list, int nentry
    [all...]

Completed in 24 milliseconds