Home
last modified time | relevance | path

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

/minix3/common/lib/libprop/
H A Dprop_object_impl.h255 #define _PROP_ASSERT(x) KASSERT(x) macro
313 #define _PROP_ASSERT(x) /* nothing */ macro
359 #define _PROP_ASSERT(x) /*LINTED*/assert(x) macro