Searched refs:patsubst_expand (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | variable.h | 129 extern char *patsubst_expand PARAMS ((char *o, char *text, char *pattern, char *replace,
|
D | expand.c | 364 o = patsubst_expand (o, value, pattern, replace, in variable_expand_string()
|
D | function.c | 147 patsubst_expand (char *o, char *text, char *pattern, char *replace, in patsubst_expand() function 406 o = patsubst_expand (o, argv[2], argv[0], argv[1], (char *) 0, (char *) 0); in func_patsubst()
|
D | file.c | 545 char *o = patsubst_expand (buffer, d->stem, pattern, in expand_deps()
|
D | read.c | 2096 char *o = patsubst_expand (buffer, name, pattern, percent, in record_files()
|
D | ChangeLog | 1256 patsubst_expand() instead of subst_expand(); the latter didn't 1262 (patsubst_expand): Require the percent pointers to point to the 1264 * read.c (record_files): New call criteria for patsubst_expand().
|