Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/make/
Dstr.h35 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)
Ddir.c490 file = Str_concati(p->name, strchr(p->name, '\0'), basename, in Dir_FindFileComplexi()
537 file = Str_concati(p->name, in Dir_FindFileComplexi()
Dstr.c50 Str_concati(const char *s1, const char *e1, const char *s2, const char *e2, in Str_concati() function
Dparse.c1115 newName = Str_concati(fname, slash, file, efile, '/'); in resolve_include_filename()