Searched refs:str_concat (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/bmake/ |
| HD | dir.c | 557 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()
|
| HD | nonints.h | 138 char *str_concat(const char *, const char *, int);
|
| HD | str.c | 95 str_concat(const char *s1, const char *s2, int flags) in str_concat() function
|
| HD | suff.c | 1224 s2->file = str_concat(targ->pref, s->name, 0); in SuffAddSrc() 1823 tname = str_concat(s->name, t->name, 0); in SuffApplyTransform()
|
| HD | parse.c | 2194 newName = str_concat(incdir, file + i, STR_ADDSLASH); in Parse_include_file()
|
| HD | job.c | 2165 shellPath = str_concat(_PATH_DEFSHELLDIR, shellName, STR_ADDSLASH); in Shell_Init()
|