attr_to_name
(flag == ATTR_OPTS) ? attr_to_option(i) : attr_to_name(i));
attr_to_name(i),
(void) printf("%s", attr_to_name((f_attr_t)idx));
attr_to_name(F_READONLY),
attr_to_name(F_HIDDEN),
attr_to_name(F_SYSTEM),
attr_to_name(F_ARCHIVE),
attr_to_name(F_CRTIME),
attr_to_name(F_REPARSE),
attr_to_name(F_OFFLINE),
attr_to_name(F_SPARSE),
VERIFY(nvlist_add_uint64(nvlp, attr_to_name(attr),
attr_to_name(F_READONLY),
attr_to_name(F_HIDDEN),
attr_to_name(F_SYSTEM),
attr_to_name(F_ARCHIVE),
attr_to_name(F_IMMUTABLE),
attr_to_name(F_NOUNLINK),
attr_to_name(F_APPENDONLY),
attr_to_name(F_NODUMP),
attr_to_name(F_OPAQUE),
attr_to_name(F_AV_QUARANTINED),
attr_to_name(F_AV_MODIFIED),
attr_to_name(F_AV_SCANSTAMP),
attr_to_name(F_CRTIME),
attr_to_name(F_REPARSE),
attr_to_name(F_GEN),
attr_to_name(F_OFFLINE),
attr_to_name(F_SPARSE),
VERIFY(nvlist_add_nvlist(nvlp, attr_to_name(F_OWNERSID),
VERIFY(nvlist_add_nvlist(nvlp, attr_to_name(F_GROUPSID),
const char *attr_to_name(f_attr_t);