Home
last modified time | relevance | path

Searched refs:_PROP_REALLOC (Results 1 – 2 of 2) 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
H A Dprop_object.c240 char *cp = _PROP_REALLOC(ctx->poec_buf, in _prop_object_externalize_append_char()