byteorder_ctx
extern struct byteorder_ctx *byteorder_create(void);
extern void byteorder_destroy(struct byteorder_ctx *);
extern void byteorder_banner(struct byteorder_ctx *, FILE *);
extern int normspcl(struct byteorder_ctx *, struct s_spcl *, int *, int, int);
extern void normdirect(struct byteorder_ctx *, struct direct *);
extern void normacls(struct byteorder_ctx *, ufs_acl_t *, int);
extern struct byteorder_ctx *byteorder_create();
checksum(struct byteorder_ctx *ctx, int *b, int size)
normspcl(struct byteorder_ctx *ctx, struct s_spcl *sp, int *cs,
struct byteorder_ctx *ctx;
struct byteorder_ctx *
normacls(struct byteorder_ctx *ctx, ufs_acl_t *acl, int n)
struct byteorder_ctx *rc;
if ((rc = (struct byteorder_ctx *)calloc(1, sizeof (*rc))) == NULL)
byteorder_destroy(struct byteorder_ctx *ctx)
byteorder_banner(struct byteorder_ctx *ctx, FILE *filep)
struct byteorder_ctx *byteorder;
extern struct byteorder_ctx *byteorder;