Home
last modified time | relevance | path

Searched refs:prop_object_equals_with_error (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/common/include/prop/
H A Dprop_object.h63 bool prop_object_equals_with_error(prop_object_t, prop_object_t, bool *);
/netbsd-src/common/lib/libprop/
H A Dprop_object.c1139 return (prop_object_equals_with_error(obj1, obj2, NULL)); in prop_object_equals()
1143 prop_object_equals_with_error(prop_object_t obj1, prop_object_t obj2, in prop_object_equals_with_error() function