Home
last modified time | relevance | path

Searched refs:Str_dupi (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/usr.bin/make/
Ddirexpand.c200 Lst_EnQueue(&curled, Str_dupi(word, eword)); in DirExpandCurlyi()
279 char *s = Str_dupi(word, eword); in Dir_Expandi()
Dstr.h40 extern char *Str_dupi(const char *, const char *);
Ddir.c452 return Str_dupi(name, ename); in Dir_FindFileComplexi()
542 file = Str_dupi(name, ename); in Dir_FindFileComplexi()
601 q = Str_dupi(name, ename); in Dir_FindFileComplexi()
Dstr.c442 Str_dupi(const char *begin, const char *end) in Str_dupi() function
Dcond.c404 lhs = Str_dupi(condExpr, end); in CondHandleNumber()
Dvar.c1089 val = Str_dupi(str, tstr); in Var_Parse()