Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c466 static int xblocks(int issysattr, off_t bytes, int ofile);
467 static int xsfile(int issysattr, int ofd);
3874 xblocks(int issysattr, off_t bytes, int ofile) in xblocks() argument
3897 if (issysattr || (bytes <= TBLOCK)) { in xblocks()
3952 if ((saveerrno == EPERM) && issysattr) { in xblocks()
3998 xsfile(int issysattr, int ofd) in xsfile() argument
4051 if (xblocks(issysattr, bytes, ofd) != 0) { in xsfile()
4198 int issysattr; in dotable() local
4212 issysattr = is_sysattr(bn); in dotable()
4216 issysattr ? gettext("system ") : "", in dotable()