Home
last modified time | relevance | path

Searched refs:prop_object_equals (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/libprop/
H A Dprop_object.h62 bool prop_object_equals(prop_object_t, prop_object_t);
H A Dprop_bool.c193 return (prop_object_equals(b1, b2)); in prop_bool_equals()
H A Dprop_string.c400 return prop_object_equals(str1, str2); in prop_string_equals()
H A Dprop_number.c466 return (prop_object_equals(num1, num2)); in prop_number_equals()
H A Dprop_data.c364 return (prop_object_equals(pd1, pd2)); in prop_data_equals()
H A Dprop_dictionary.c1168 return (prop_object_equals(dict1, dict2)); in prop_dictionary_equals()
1198 return (prop_object_equals(pdk1, pdk2)); in prop_dictionary_keysym_equals()
H A Dprop_array.c733 return (prop_object_equals(array1, array2)); in prop_array_equals()
H A Dprop_object.c1129 prop_object_equals(prop_object_t obj1, prop_object_t obj2) in prop_object_equals() function
/dragonfly/lib/libprop/
H A DMakefile171 MLINKS+= prop_object.3 prop_object_equals.3