Home
last modified time | relevance | path

Searched defs:bmake_strldup (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bmake/
H A Dmake_malloc.h39 #define bmake_strldup(s, n) estrndup(s, n) macro
H A Dmake_malloc.c70 bmake_strldup(const char *str, size_t len) in bmake_strldup() function