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

/netbsd-current/usr.bin/make/
H A Dmake_malloc.h32 char *bmake_strdup(const char *) MAKE_ATTR_USE;
38 #define bmake_strdup(s) estrdup(s) macro
H A Dmake_malloc.c58 bmake_strdup(const char *str) function
H A Ddir.c278 dir->name = bmake_strdup(name);
680 ? bmake_strdup(base)
980 ? bmake_strdup(name)
1020 return bmake_strdup(""); /* to terminate the search */
1026 return bmake_strdup(name);
1041 return bmake_strdup(name);
1255 return bmake_strdup(name);
1305 dirbase = bmake_strdup(here);
1365 gn->path = bmake_strdup(fullName);
1394 fullName = bmake_strdup(g
[all...]
H A Dmain.c164 return bmake_strdup(flags);
494 tracefile = bmake_strdup(argvalue);
501 Lst_Append(&opts.variables, bmake_strdup(argvalue));
529 Lst_Append(&opts.makefiles, bmake_strdup(argvalue));
666 Lst_Append(&opts.create, bmake_strdup(argv[1]));
1159 syspath = bmake_strdup(syspath);
1414 progname = bmake_strdup(pn);
1763 return bmake_strdup("");
1780 return bmake_strdup("");
2034 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(r
[all...]
H A Dsuff.c447 suff->name = bmake_strdup(name);
1016 CandidateList_Add(list, bmake_strdup(cand->prefix),
1190 ret = Candidate_New(bmake_strdup(sgn->name), targ->prefix, suff, targ,
1665 targ = Candidate_New(bmake_strdup(gn->name), pref, suff, NULL,
1686 targ = Candidate_New(bmake_strdup(gn->name), bmake_strdup(sopref),
H A Dtarg.c186 gn->name = bmake_strdup(name);
H A Dparse.c787 Lst_Append(&opts.create, bmake_strdup(src));
1172 incdir = bmake_strdup(CurFile()->name.str);
1250 fullname = file[0] == '/' ? bmake_strdup(file) : NULL;
2163 curFile->name = FStr_InitOwn(bmake_strdup(name));
2702 char *cmd = bmake_strdup(p);
H A Darch.c435 ar->name = bmake_strdup(archive);
H A Dmeta.c273 tp = bmake_strdup(tname);
1030 Lst_Append(list, bmake_strdup(str));
H A Dvar.c1896 ? bmake_strdup(prev_tz_env) : NULL;
1908 return bmake_strdup(buf);
2501 Expr_SetValueOwn(expr, bmake_strdup(expr->name));
2605 path = bmake_strdup(gn->path);
2611 path = bmake_strdup(expr->name);
H A Djob.c2124 shellPath = bmake_strdup(shellName);
2467 shellPath = bmake_strdup(path);

Completed in 225 milliseconds