Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libprop/
H A Dprop_object_impl.h263 #define _PROP_REALLOC(v, s, t) realloc((v), (s), (t), M_WAITOK) macro
322 #define _PROP_REALLOC(v, s, t) _prop_standalone_realloc((v), (s)) macro
369 #define _PROP_REALLOC(v, s, t) realloc((v), (s)) macro