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.c467 static int xblocks(int issysattr, off_t bytes, int ofile);
468 static int xsfile(int issysattr, int ofd);
3875 xblocks(int issysattr, off_t bytes, int ofile) in xblocks() argument
3898 if (issysattr || (bytes <= TBLOCK)) { in xblocks()
3953 if ((saveerrno == EPERM) && issysattr) { in xblocks()
3999 xsfile(int issysattr, int ofd) in xsfile() argument
4052 if (xblocks(issysattr, bytes, ofd) != 0) { in xsfile()
4199 int issysattr; in dotable() local
4213 issysattr = is_sysattr(bn); in dotable()
4217 issysattr ? gettext("system ") : "", in dotable()