Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake_malloc.h38 #define bmake_strdup(s) estrdup(s) macro
H A Dmake_malloc.c58 bmake_strdup(const char *str) in bmake_strdup() function