Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dexpand.c304 char *subst_beg, *subst_end, *replace_beg, *replace_end; in variable_expand_string() local
316 replace_end = end; in variable_expand_string()
341 replace = (char *) alloca (replace_end in variable_expand_string()
345 replace_end - replace_beg); in variable_expand_string()
346 replace[replace_end - replace_beg] = '\0'; in variable_expand_string()