Searched refs:_PROP_REALLOC (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/common/lib/libprop/ |
H A D | prop_object_impl.h | 263 #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 D | prop_object.c | 240 char *cp = _PROP_REALLOC(ctx->poec_buf, in _prop_object_externalize_append_char()
|