Searched refs:prop_string_contents (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/libprop/ |
H A D | prop_string.c | 77 #define prop_string_contents(x) ((x)->ps_immutable ? (x)->ps_immutable : "") macro 123 if (strcmp(prop_string_contents(str1), prop_string_contents(str2))) in _prop_string_equals() 227 strcpy(cp, prop_string_contents(ops)); in prop_string_copy() 255 strcpy(cp, prop_string_contents(ops)); in prop_string_copy_mutable() 304 strcpy(cp, prop_string_contents(ps)); in prop_string_cstring() 321 return (prop_string_contents(ps)); in prop_string_cstring_nocopy() 346 sprintf(cp, "%s%s", prop_string_contents(dst), in prop_string_append() 347 prop_string_contents(src)); in prop_string_append() 380 sprintf(cp, "%s%s", prop_string_contents(dst), src); in prop_string_append_cstring() 415 return (strcmp(prop_string_contents(ps), cp) == 0); in prop_string_equals_cstring()
|