Searched refs:pzfixed (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libpz/
H A DMakefile11 pzfixed.c pzconvert.c sfdcpzip.c sfdczip.c \
H A Dpzfixed.c45 pzfixed(Pz_t* pz, register Sfio_t* io, void* buf, size_t z) function
71 (*trace)(pz, pz->disc, -2, "pzfixed: siz=%I*d buf=%p z=%I*u", sizeof(siz), siz, buf, sizeof(z), z);
89 (*trace)(pz, pz->disc, -2, "pzfixed: newline terminated %u byte records", n);
96 (*trace)(pz, pz->disc, -2, "pzfixed: LEN REP BEST FREQ");
125 (*trace)(pz, pz->disc, -2, "pzfixed: %5d %8d %8ld %8ld%s", i, xp->rep[i], f, g, (g <= f) ? " *" : "");
H A Dpzip.h287 extern ssize_t pzfixed(Pz_t*, Sfio_t*, void*, size_t);
H A Dpzhead.c92 else if ((n = pzfixed(pz, pz->io, NiL, 0)) <= 0 && pz->disc->partition)

Completed in 12 milliseconds