Home
last modified time | relevance | path

Searched refs:str_concat (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/bmake/
HDdir.c557 str_concat(p->name, entry->name, in DirMatchFiles()
876 file = str_concat(p->name, cp, STR_ADDSLASH); in DirLookup()
908 file = str_concat(p->name, name, STR_ADDSLASH); in DirLookupSubdir()
1026 return str_concat(cur->name, cp, STR_ADDSLASH); in DirFindDot()
1664 s2 = str_concat(flag, p->name, 0); in Dir_MakeFlags()
1665 str = str_concat(s1 = str, s2, STR_ADDSPACE); in Dir_MakeFlags()
HDnonints.h138 char *str_concat(const char *, const char *, int);
HDstr.c95 str_concat(const char *s1, const char *s2, int flags) in str_concat() function
HDsuff.c1224 s2->file = str_concat(targ->pref, s->name, 0); in SuffAddSrc()
1823 tname = str_concat(s->name, t->name, 0); in SuffApplyTransform()
HDparse.c2194 newName = str_concat(incdir, file + i, STR_ADDSLASH); in Parse_include_file()
HDjob.c2165 shellPath = str_concat(_PATH_DEFSHELLDIR, shellName, STR_ADDSLASH); in Shell_Init()