Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/make/
Dstr.h34 extern char *Str_concati(const char *, const char *, const char *, const char *, int);
35 #define Str_concat(s1, s2, sep) Str_concati(s1, strchr(s1, '\0'), s2, strchr(s2, '\0'), sep)
Dstr.c48 Str_concati(const char *s1, const char *e1, const char *s2, const char *e2, in Str_concati() function
Ddir.c715 file = Str_concati(p->name, strchr(p->name, '\0'), cp, ename, '/'); in Dir_FindFileComplexi()
766 file = Str_concati(p->name, strchr(p->name, '\0'), name, ename, '/'); in Dir_FindFileComplexi()
Dparse.c1275 newName = Str_concati(fname, slash, file, strchr(file, '\0'), '/'); in find_include()