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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c626 static int dumping; /* true if writing a tape or other archive */ variable
1337 dumping = 1;
2969 dumping = 0; /* for newvol(), et al: we are not writing */
4152 dumping = 0;
4841 * if dumping, end-of-file is written onto the tape.
4849 if (dumping) {
4850 dlog("newvol called with 'dumping' set\n");
4875 mt = open(usefile, dumping ? update : 0);
4881 dumping ? gettext("output") : gettext("input"), usefile);

Completed in 278 milliseconds