Searched refs:prop_string_contents (Results 1 – 1 of 1) sorted by relevance
82 #define prop_string_contents(x) ((x)->ps_immutable ? (x)->ps_immutable : "") macro201 if (strcmp(prop_string_contents(str1), prop_string_contents(str2))) in _prop_string_equals()392 strcpy(cp, prop_string_contents(ops)); in prop_string_copy()412 strcpy(cp, prop_string_contents(ops)); in prop_string_copy_mutable()446 return (prop_string_contents(ps)); in prop_string_value()463 strcpy(buf, prop_string_contents(ps)); in prop_string_copy_value()494 strcpy(cp, prop_string_contents(ps)); in prop_string_cstring()509 return (prop_string_contents(ps)); in prop_string_cstring_nocopy()532 snprintf(cp, len + 1, "%s%s", prop_string_contents(dst), in prop_string_append()533 prop_string_contents(src)); in prop_string_append()[all …]