Home
last modified time | relevance | path

Searched defs:_PROP_ASSERT (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/common/lib/libprop/
H A Dprop_object_impl.h259 #define _PROP_ASSERT(x) KASSERT(x) macro
318 #define _PROP_ASSERT(x) /* nothing */ macro
365 #define _PROP_ASSERT(x) /*LINTED*/assert(x) macro