Searched refs:trailer (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/std/
H A Dls-dir.sh23 -D trailer='%9(dir.files)lu file(s) %10(dir.bytes)lu bytes\n' \
/ast/src/cmd/html/
H A Dmm2html.sh145 typeset cond dirs files fg frame label level prev text trailer
1143 trailer="$nl</TD></TR></TBODY></TABLE>$nl$trailer"
1169 trailer="$pm$nl$trailer"
1172 trailer="${trailer}${nl}</BODY>"
2583 print -r -- "${trailer}
2588 trailer=
2893 trailer
[all...]
/ast/src/cmd/pax/
H A Dpax-vdb.c34 Sfio_t* directory; /* directory trailer stream */
267 if (state.record.trailer)
268 paxwrite(pax, ap, state.record.trailer, state.record.trailerlen);
H A Dpax.h178 #define DELTA_TRAILER 10 /* delta trailer output size */
182 #define DELTA_trailer 't' /* delta trailer size */
390 int trailer; /* optional trailer size */ member in struct:Delta_s
605 char* trailer; /* file trailer */ \
606 int trailerlen; /* file trailer length */ \
H A Dpax-cpio.c87 int trailer; member in struct:Cpio_s
293 ((Cpio_t*)ap->data)->trailer++;
393 if (!cpio->trailer)
H A Ddelta.c33 * interpret delta header/trailer ops
70 ap->delta->trailer = n;
155 * get supplemental delta trailer info
166 if (ap->delta->trailer)
168 f->st->st_size += ap->delta->trailer;
169 ap->delta->trailer = 0;
265 * output supplementary delta trailer info
282 error(PANIC, "delta trailer size %d shoulda been %d", n, DELTA_TRAILER);
H A Dpax.c1163 state.record.trailer = 0;
1166 else if (!(state.record.trailerlen = stresc(state.record.trailer = strdup(v))))
H A Dformat.c260 * set pseudo file header+trailer info
282 * output pseudo file header+trailer
712 else if (!ap->delta || !ap->delta->trailer)
783 * read entry trailer
812 * write entry trailer
/ast/src/cmd/dsslib/flat/
H A Dflat.c222 Section_t* trailer; member in struct:Flat_s
2535 flat->trailer = flat->lasttrailer = s;
2996 "TRAILER", "File trailer section definitions.",

Completed in 117 milliseconds