Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tar/
H A Dtar.c472 static int xblocks(int issysattr, off_t bytes, int ofile);
473 static int xsfile(int issysattr, int ofd);
3816 xblocks(int issysattr, off_t bytes, int ofile) in xblocks() argument
3839 if (issysattr || (bytes <= TBLOCK)) { in xblocks()
3894 if ((saveerrno == EPERM) && issysattr) { in xblocks()
3940 xsfile(int issysattr, int ofd) in xsfile() argument
3993 if (xblocks(issysattr, bytes, ofd) != 0) { in xsfile()
4140 int issysattr; in dotable() local
4154 issysattr = is_sysattr(bn); in dotable()
4158 issysattr ? gettext("system ") : "", in dotable()