Searched refs:Str_concat (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/usr.bin/make/ |
H A D | str.h | 36 #define Str_concat(s1, s2, sep) Str_concati(s1, strchr(s1, '\0'), s2, strchr(s2, '\0'), sep) macro
|
H A D | main.c | 544 return Str_concat(d->current, path, '/'); in chdir_verify_path() 900 path = Str_concat(d->current, fname, '/'); in ReadMakefile()
|
H A D | dir.c | 398 Str_concat(p->name, entry, '/')); in Dir_MatchFilesi()
|
H A D | suff.c | 659 s2->file = Str_concat(targ->prefix, s->name, 0); in SuffAddSrc() 934 tname = Str_concat(s->name, t->name, 0); in SuffApplyTransform()
|