Searched refs:sysattr_type (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dsysattrs.c68 * file then sysattr_type() returns the type of file:
77 sysattr_type(char *file) function
H A Dprocess_xattrs.c125 (sysattr_type(dp->d_name) == _RO_SATTR) ||
126 (sysattr_type(dp->d_name) == _RW_SATTR))
/illumos-gate/usr/src/lib/libcmdutils/
H A Dlibcmdutils.h87 extern int sysattr_type(char *);
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c2137 (sysattr_type(dp->d_name) == _RO_SATTR) ||
2138 (sysattr_type(dp->d_name) == _RW_SATTR))
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c988 return (sysattr_type(filename) != _NOT_SATTR);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c3868 if ((attr_supported = sysattr_type(attrname)) == _RO_SATTR) {
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c1740 if ((attr_supported = sysattr_type(attrname)) == _RO_SATTR) {
4201 * We could use sysattr_type() to test whether or not
4204 * just does a strcmp(), however, sysattr_type() may

Completed in 98 milliseconds