Home
last modified time | relevance | path

Searched refs:extno (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c371 char extno; /* extent #, null if not split */ member
629 static int extno; /* number of extent: starts at 1 */ variable
1575 if (dblock.dbuf.extno != '\0') { /* split file? */ in getdir()
1576 extno = dblock.dbuf.extno; in getdir()
1580 extno = 0; /* tell others file not split */ in getdir()
2664 dblock.dbuf.extno = i; in splitfile()
3525 if (extno != 0) { /* file is in pieces */ in doxtract()
3541 extno = 0; /* let everyone know file is not split */ in doxtract()
4019 if (extno != 1) { /* starting in middle of file? */ in xsfile()
4023 extno, yesstr, nostr); in xsfile()
[all …]