HomeSort by: relevance | last modified time | path
    Searched defs:bmake_strdup (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
make_malloc.h 32 char *bmake_strdup(const char *) MAKE_ATTR_USE;
38 #define bmake_strdup(s) estrdup(s) macro
make_malloc.c 61 bmake_strdup(const char *str) function in typeref:typename:char *

Completed in 12 milliseconds