Home
last modified time | relevance | path

Searched refs:Str_concat (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/make/
H A Dstr.h36 #define Str_concat(s1, s2, sep) Str_concati(s1, strchr(s1, '\0'), s2, strchr(s2, '\0'), sep) macro
H A Dmain.c544 return Str_concat(d->current, path, '/'); in chdir_verify_path()
900 path = Str_concat(d->current, fname, '/'); in ReadMakefile()
H A Ddir.c398 Str_concat(p->name, entry, '/')); in Dir_MatchFilesi()
H A Dsuff.c659 s2->file = Str_concat(targ->prefix, s->name, 0); in SuffAddSrc()
934 tname = Str_concat(s->name, t->name, 0); in SuffApplyTransform()