Searched refs:bmake_strdup (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/bmake/
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);
2125 tmpdir = bmake_strdup(_PATH_TMP);
2155 *fnamep = bmake_strdup(tfile);
H A Dvar.c438 v->name = bmake_strdup(name);
1886 as = bmake_strdup(str);
2003 as = bmake_strdup(str);
2440 return bmake_strdup(buf);
2643 * We need to bmake_strdup() it incase
2647 v->name = bmake_strdup(v->name);
2836 newStr = bmake_strdup(v->name);
2851 newStr = bmake_strdup(gn->path);
2856 newStr = bmake_strdup(v->name);
3161 char *dp = bmake_strdup(nst
[all...]
H A Dparse.c1036 (void)Lst_AtEnd(create, bmake_strdup(src));
2198 fullname = file[0] == '/' ? bmake_strdup(file) : NULL;
2209 incdir = bmake_strdup(curFile->fname);
2495 curFile->fname = bmake_strdup(name);
3075 cp = bmake_strdup(cp);
H A Dmeta.c290 tp = bmake_strdup(tname);
1361 Lst_AtEnd(missingFiles, bmake_strdup(p));
1447 Lst_AtEnd(missingFiles, bmake_strdup(p));
H A Dtarg.c237 gn->name = bmake_strdup(name);
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 Dmake_malloc.c70 * bmake_strdup --
74 bmake_strdup(const char *str) function
H A Dfor.c254 strlist_add_str(&new_for->items, bmake_strdup(words[n]), escapes);
H A Ddir.c361 dotLast->name = bmake_strdup(".DOTLAST");
634 (isDot ? bmake_strdup(entry->name) :
990 file = bmake_strdup(name);
1056 return bmake_strdup("");
1064 return (bmake_strdup(name));
1090 return (bmake_strdup(name));
1388 return (bmake_strdup(name));
1403 return(bmake_strdup(name));
1409 return (bmake_strdup(name));
1551 gn->path = bmake_strdup(fullNam
[all...]
H A Darch.c662 ar->name = bmake_strdup(archive);
H A Dmake_malloc.h32 char *bmake_strdup(const char *);
38 #define bmake_strdup(x) estrdup(x) macro

Completed in 213 milliseconds