Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tar/
H A Dtar.c369 char extno; /* extent #, null if not split */ member
627 static int extno; /* number of extent: starts at 1 */ variable
1572 if (dblock.dbuf.extno != '\0') { /* split file? */ in getdir()
1573 extno = dblock.dbuf.extno; in getdir()
1577 extno = 0; /* tell others file not split */ in getdir()
2661 dblock.dbuf.extno = i; in splitfile()
3522 if (extno != 0) { /* file is in pieces */ in doxtract()
3538 extno = 0; /* let everyone know file is not split */ in doxtract()
4016 if (extno != 1) { /* starting in middle of file? */ in xsfile()
4020 extno, yesstr, nostr); in xsfile()
[all …]