Searched refs:bmake_strdup (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/bmake/
H A Dmake_malloc.h32 char *bmake_strdup(const char *);
38 #define bmake_strdup(x) estrdup(x) macro
H A Dmake_malloc.c70 * bmake_strdup --
74 bmake_strdup(const char *str) function
H A Ddir.c369 dotLast->name = bmake_strdup(".DOTLAST");
642 (isDot ? bmake_strdup(entry->name) :
998 file = bmake_strdup(name);
1056 return bmake_strdup("");
1064 return bmake_strdup(name);
1090 return bmake_strdup(name);
1387 return bmake_strdup(name);
1398 return bmake_strdup(name);
1539 gn->path = bmake_strdup(fullName);
1557 fullName = bmake_strdup(g
[all...]
H A Dmain.c236 return bmake_strdup(flags);
548 tracefile = bmake_strdup(argvalue);
677 (void)Lst_AtEnd(create, bmake_strdup(argv[1]));
1196 progname = bmake_strdup(pn);
1333 syspath = bmake_strdup(syspath);
2154 tmpdir = bmake_strdup(_PATH_TMP);
2184 *fnamep = bmake_strdup(tfile);
H A Dfor.c254 strlist_add_str(&new_for->items, bmake_strdup(words[n]), escapes);
H A Dsuff.c562 suffNull->name = bmake_strdup("");
986 s->name = bmake_strdup(str);
1208 s2->file = bmake_strdup(targ->pref);
1492 ret->file = bmake_strdup(s->name);
2115 targ->file = bmake_strdup(gn->name);
2161 targ->file = bmake_strdup(gn->name);
2167 targ->pref = bmake_strdup(sopref);
H A Dparse.c1043 (void)Lst_AtEnd(create, bmake_strdup(src));
2206 fullname = file[0] == '/' ? bmake_strdup(file) : NULL;
2217 incdir = bmake_strdup(curFile->fname);
2503 curFile->fname = bmake_strdup(name);
3146 cp = bmake_strdup(cp);
H A Dvar.c406 v->name = bmake_strdup(name);
1631 as = bmake_strdup(str);
1737 as = bmake_strdup(str);
2192 return bmake_strdup(buf);
2398 st->newStr = bmake_strdup(gn->path);
2403 st->newStr = bmake_strdup(st->v->name);
2768 char *dp = bmake_strdup(st->nstr);
2774 char *dp = bmake_strdup(st->nstr);
3041 * We need to bmake_strdup() it incase
3045 st->v->name = bmake_strdup(s
[all...]
H A Dmeta.c287 tp = bmake_strdup(tname);
1418 Lst_AtEnd(missingFiles, bmake_strdup(p));
1504 Lst_AtEnd(missingFiles, bmake_strdup(p));
H A Dtarg.c237 gn->name = bmake_strdup(name);
H A Darch.c662 ar->name = bmake_strdup(archive);

Completed in 101 milliseconds