Searched refs:unbound_strdup_lite (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/unbound/util/ |
| HD | alloc.h | 200 # define strdup(s) unbound_strdup_lite(s, __FILE__, __LINE__, __func__) 201 char* unbound_strdup_lite(const char* s, const char* file, int line,
|
| HD | alloc.c | 597 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()
|