HomeSort by relevance Sort by last modified time
    Searched full:subst_expand (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/make-3.81/
variable.h 127 extern char *subst_expand PARAMS ((char *o, char *text, char *subst, char *replace,
function.c 78 subst_expand (char *o, char *text, char *subst, char *replace,
159 will be collapsed before we call subst_expand if PATTERN has no %. */
188 return subst_expand (o, text, pattern, replace,
672 o = subst_expand (o, argv[2], argv[0], argv[1], strlen (argv[0]),
77 subst_expand (char *o, char *text, char *subst, char *replace, function
    [all...]
ChangeLog     [all...]
file.c 494 o = subst_expand (buffer, d->name, "%", "$*", 1, 2, 0);

Completed in 125 milliseconds