Lines Matching refs:bmake_strdup
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));
2175 tmpdir = bmake_strdup(_PATH_TMP);