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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c465 static int xblocks(int issysattr, off_t bytes, int ofile);
3559 if (xblocks(rw_sysattr, bytes, ofile) != 0) {
3860 * xblocks extract file/extent from tape to output file
3862 * xblocks(issysattr, bytes, ofile);
3873 xblocks(int issysattr, off_t bytes, int ofile) function
3989 * file extracted and put in ofd via xblocks()
4050 if (xblocks(issysattr, bytes, ofd) != 0) {

Completed in 65 milliseconds