Searched refs:Str_concati (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/make/ |
| D | str.h | 35 extern char *Str_concati(const char *, const char *, const char *, const char *, int); 36 #define Str_concat(s1, s2, sep) Str_concati(s1, strchr(s1, '\0'), s2, strchr(s2, '\0'), sep)
|
| D | dir.c | 490 file = Str_concati(p->name, strchr(p->name, '\0'), basename, in Dir_FindFileComplexi() 537 file = Str_concati(p->name, in Dir_FindFileComplexi()
|
| D | str.c | 50 Str_concati(const char *s1, const char *e1, const char *s2, const char *e2, in Str_concati() function
|
| D | parse.c | 1115 newName = Str_concati(fname, slash, file, efile, '/'); in resolve_include_filename()
|