Searched refs:Str_concati (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.bin/make/ |
| D | str.h | 34 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)
|
| D | str.c | 48 Str_concati(const char *s1, const char *e1, const char *s2, const char *e2, in Str_concati() function
|
| D | dir.c | 715 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()
|
| D | parse.c | 1275 newName = Str_concati(fname, slash, file, strchr(file, '\0'), '/'); in find_include()
|