Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvariable.h129 extern char *patsubst_expand PARAMS ((char *o, char *text, char *pattern, char *replace,
Dexpand.c364 o = patsubst_expand (o, value, pattern, replace, in variable_expand_string()
Dfunction.c147 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()
Dfile.c545 char *o = patsubst_expand (buffer, d->stem, pattern, in expand_deps()
Dread.c2096 char *o = patsubst_expand (buffer, name, pattern, percent, in record_files()
DChangeLog1256 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().