zs_property_string
res = strcmp(zs_property_string(prop),
zs_property_string(propb));
res = strcmp(zs_property_string(prop),
zs_property_string(propb));
len = strlen(zs_property_string(prop));
(void) strlcpy(zonename, zs_property_string(prop),
len = strlen(zs_property_string(prop));
(void) strlcpy(zonename, zs_property_string(prop),
(void) strlcpy(psetname, zs_property_string(prop), sizeof (psetname));
(void) strlcpy(zonename, zs_property_string(prop),
len = strlen(zs_property_string(prop));
(void) strlcpy(zonename, zs_property_string(prop),
char *zs_property_string(zs_property_t *);