_PC_XATTR_ENABLED
{ "XATTR_ENABLED", { 0UL, 0 }, { 0UL, 0 }, CONF_FEATURE|CONF_UNDERSCORE, CONF_POSIX, 1, CONF_pathconf, _PC_XATTR_ENABLED },
{ "XATTR_ENABLED", { 0ULL, 0 }, { 0ULL, 0 }, CONF_FEATURE|CONF_UNDERSCORE, CONF_POSIX, 1, CONF_pathconf, _PC_XATTR_ENABLED },
{ "XATTR_ENABLED", { 0ULL, 0 }, { 0ULL, 0 }, CONF_FEATURE|CONF_UNDERSCORE, CONF_POSIX, 1, CONF_pathconf, _PC_XATTR_ENABLED },
{ "XATTR_ENABLED", { 0UL, 0 }, { 0UL, 0 }, CONF_FEATURE|CONF_UNDERSCORE, CONF_POSIX, 1, CONF_pathconf, _PC_XATTR_ENABLED },
_PC_XATTR_EXISTS : _PC_XATTR_ENABLED) == 1);
_PC_XATTR_ENABLED, "XATTR_ENABLED", PATHCONF, NOFLAGS,
if (pathconf(target, _PC_XATTR_ENABLED) != 1) {
_PC_XATTR_EXISTS : _PC_XATTR_ENABLED) == 1);
if (fpathconf(rootfd, _PC_XATTR_ENABLED) > 0)
case _PC_XATTR_ENABLED: