Searched refs:Str_dupi (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.bin/make/ |
| D | direxpand.c | 200 Lst_EnQueue(&curled, Str_dupi(word, eword)); in DirExpandCurlyi() 279 char *s = Str_dupi(word, eword); in Dir_Expandi()
|
| D | str.h | 40 extern char *Str_dupi(const char *, const char *);
|
| D | dir.c | 452 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()
|
| D | str.c | 442 Str_dupi(const char *begin, const char *end) in Str_dupi() function
|
| D | cond.c | 404 lhs = Str_dupi(condExpr, end); in CondHandleNumber()
|
| D | var.c | 1089 val = Str_dupi(str, tstr); in Var_Parse()
|