Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c3996 static union hblock savedblock; /* to ensure same file across volumes */ variable
4063 copy(&savedblock, &dblock); in xsfile()
4132 (strncmp(savedblock.dbuf.name, dblock.dbuf.name, NAMSIZ)) || in notsame()
4133 (strcmp(savedblock.dbuf.mode, dblock.dbuf.mode)) || in notsame()
4134 (strcmp(savedblock.dbuf.uid, dblock.dbuf.uid)) || in notsame()
4135 (strcmp(savedblock.dbuf.gid, dblock.dbuf.gid)) || in notsame()
4136 (strcmp(savedblock.dbuf.mtime, dblock.dbuf.mtime)) || in notsame()
4137 (savedblock.dbuf.typeflag != dblock.dbuf.typeflag) || in notsame()
4138 (strncmp(savedblock.dbuf.linkname, dblock.dbuf.linkname, NAMSIZ)) || in notsame()
4139 (savedblock.dbuf.extotal != dblock.dbuf.extotal) || in notsame()
[all …]