Searched defs:passtape (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c453 static void passtape(void);
1292 passtape(); /* skip the file data */
1661 * passtape - skip over a file on the tape
1663 * passtape skips over the next data file on the tape.
1671 passtape(void) function
1680 dlog("passtape: typeflag \"%c\"\n", dblock.dbuf.typeflag);
1682 dlog("passtape: name \"%s\"\n", dblock.dbuf.name);
1685 dlog("passtape: prefix \"%s\"\n", dblock.dbuf.prefix);
1699 dlog("passtape: block count %" FMT_blkcnt_t "\n", blocks);
2877 * Reset typeflag back to real value so passtape
[all...]

Completed in 89 milliseconds