HomeSort by: relevance | last modified time | path
    Searched refs:bmake_strdup (Results 1 - 11 of 11) 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 *
dir.c 278 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(gn->name)
    [all...]
main.c 165 return bmake_strdup(flags);
498 tracefile = bmake_strdup(argvalue);
505 Lst_Append(&opts.variables, bmake_strdup(argvalue));
533 Lst_Append(&opts.makefiles, bmake_strdup(argvalue));
670 Lst_Append(&opts.create, bmake_strdup(argv[1]));
1149 syspath = bmake_strdup(syspath);
1414 progname = bmake_strdup(pn);
1769 return bmake_strdup("");
1786 return bmake_strdup("");
2018 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp))
    [all...]
suff.c 447 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),
parse.c 395 : env[0] == '\t' ? bmake_strdup(env)
396 : strcmp(env, "yes") == 0 ? bmake_strdup("")
842 Lst_Append(&opts.create, bmake_strdup(src));
1227 incdir = bmake_strdup(CurFile()->name.str);
1305 fullname = file[0] == '/' ? bmake_strdup(file) : NULL;
2220 curFile->name = FStr_InitOwn(bmake_strdup(name));
2760 char *cmd = bmake_strdup(p);
targ.c 186 gn->name = bmake_strdup(name);
arch.c 435 ar->name = bmake_strdup(archive);
meta.c 274 tp = bmake_strdup(tname);
1026 Lst_Append(list, bmake_strdup(str));
var.c 1923 ? bmake_strdup(prev_tz_env) : NULL;
1935 return bmake_strdup(buf);
2524 Expr_SetValueOwn(expr, bmake_strdup(expr->name));
2628 path = bmake_strdup(gn->path);
2634 path = bmake_strdup(expr->name);
job.c 2040 shellPath = bmake_strdup(shellName);
2353 shellPath = bmake_strdup(path);

Completed in 45 milliseconds