Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dmake_malloc.h38 #define bmake_strdup(x) estrdup(x) macro
H A Dmake_malloc.c74 bmake_strdup(const char *str) in bmake_strdup() function
/dports/devel/bmake/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