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

/netbsd-current/external/bsd/unbound/dist/util/
H A Dalloc.h208 # define strdup(s) unbound_strdup_lite(s, __FILE__, __LINE__, __func__)
209 char* unbound_strdup_lite(const char* s, const char* file, int line,
H A Dalloc.c626 char* unbound_strdup_lite(const char* s, const char* file, int line, function
639 char* n = unbound_strdup_lite(s, __FILE__, __LINE__, __func__);

Completed in 91 milliseconds