Home
last modified time | relevance | path

Searched defs:fsub (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/pax/
H A Dpax.h85 struct fsub { struct
86 const char *name; /* name of format, this is the name the user */
88 int bsz; /* default block size. used when the user */
92 int hsz; /* Header size in bytes. this is the size of */
97 int udev; /* does append require unique dev/ino? some */
104 int hlk; /* does archive store hard links info? if */
107 int blkalgn; /* writes must be aligned to blkalgn boundary */
108 int inhead; /* is the trailer encoded in a valid header? */
111 int (*id)(char *, int); /* checks if a buffer is a valid header */
113 int (*st_rd)(void); /* initialize routine for read. so format */
[all …]
H A Doptions.c92 FSUB fsub[] = { variable