Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfunction.c151 unsigned int replace_prepercent_len, replace_postpercent_len; in patsubst_expand() local
169 replace_prepercent_len = replace_percent - replace - 1; in patsubst_expand()
174 replace_prepercent_len = strlen (replace); in patsubst_expand()
225 o = variable_buffer_output (o, replace, replace_prepercent_len); in patsubst_expand()
241 if (fail || replace_prepercent_len > 0 in patsubst_expand()