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

/freebsd-13-stable/contrib/bmake/
H A Dmake_malloc.h32 char *bmake_strdup(const char *);
38 #define bmake_strdup(s) estrdup(s) macro
H A Dmake_malloc.c58 bmake_strdup(const char *str) function
H A Ddir.c298 dir->name = bmake_strdup(name);
681 ? bmake_strdup(base)
993 char *file = dir == dot ? bmake_strdup(name)
1033 return bmake_strdup(""); /* to terminate the search */
1039 return bmake_strdup(name);
1054 return bmake_strdup(name);
1326 return bmake_strdup(name);
1334 return bmake_strdup(name);
1362 dirbase = bmake_strdup(here);
1431 gn->path = bmake_strdup(fullNam
[all...]
H A Dmain.c172 return bmake_strdup(flags);
495 tracefile = bmake_strdup(argvalue);
502 Lst_Append(&opts.variables, bmake_strdup(argvalue));
530 Lst_Append(&opts.makefiles, bmake_strdup(argvalue));
668 Lst_Append(&opts.create, bmake_strdup(argv[1]));
1211 syspath = bmake_strdup(syspath);
1479 progname = bmake_strdup(pn);
1888 return bmake_strdup("");
2097 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp));
2234 tmpdir = bmake_strdup(_PATH_TM
[all...]
H A Dsuff.c470 suff->name = bmake_strdup(name);
1051 CandidateList_Add(list, bmake_strdup(cand->prefix),
1223 ret = Candidate_New(bmake_strdup(sgn->name), targ->prefix, suff, targ,
1719 targ = Candidate_New(bmake_strdup(gn->name), pref, suff, NULL,
1740 targ = Candidate_New(bmake_strdup(gn->name), bmake_strdup(sopref),
H A Dtarg.c186 gn->name = bmake_strdup(name);
H A Dparse.c897 Lst_Append(&opts.create, bmake_strdup(src));
2131 fullname = file[0] == '/' ? bmake_strdup(file) : NULL;
2142 incdir = bmake_strdup(CurFile()->fname);
2423 curFile->fname = bmake_strdup(name);
2982 char *cmd = bmake_strdup(p);
H A Darch.c537 ar->name = bmake_strdup(archive);
H A Dmeta.c291 tp = bmake_strdup(tname);
1074 Lst_Append(list, bmake_strdup(str));
H A Dvar.c446 char *varname = bmake_strdup(name);
1736 words.freeIt = bmake_strdup(str);
1983 return bmake_strdup(buf);
2471 st->newVal = FStr_InitOwn(bmake_strdup(st->var->name.str));
2573 path = bmake_strdup(gn->path);
2579 path = bmake_strdup(st->var->name.str);

Completed in 124 milliseconds