Home
last modified time | relevance | path

Searched refs:unbound_strdup_lite (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/unbound/util/
HDalloc.h200 # define strdup(s) unbound_strdup_lite(s, __FILE__, __LINE__, __func__)
201 char* unbound_strdup_lite(const char* s, const char* file, int line,
HDalloc.c597 char* unbound_strdup_lite(const char* s, const char* file, int line, in unbound_strdup_lite() function
610 char* n = unbound_strdup_lite(s, __FILE__, __LINE__, __func__); in unbound_lite_wrapstr()