prop_string_contents
if (strcmp(prop_string_contents(str1), prop_string_contents(str2)))
strcpy(cp, prop_string_contents(ops));
strcpy(cp, prop_string_contents(ops));
return (prop_string_contents(ps));
strcpy(buf, prop_string_contents(ps));
strcpy(cp, prop_string_contents(ps));
return (prop_string_contents(ps));
snprintf(cp, len + 1, "%s%s", prop_string_contents(dst),
prop_string_contents(src));
snprintf(cp, len + 1, "%s%s", prop_string_contents(dst), src);
return (strcmp(prop_string_contents(ps), cp) == 0);
return (strcmp(prop_string_contents(ps1),
prop_string_contents(ps2)));
return (strcmp(prop_string_contents(ps), cp));