Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dexpand.c47 static unsigned int variable_buffer_length; variable
62 if ((newlen + VARIABLE_BUFFER_ZONE) > variable_buffer_length) in variable_buffer_output()
65 variable_buffer_length = (newlen + 100 > 2 * variable_buffer_length in variable_buffer_output()
67 : 2 * variable_buffer_length); in variable_buffer_output()
69 variable_buffer_length); in variable_buffer_output()
86 variable_buffer_length = 200; in initialize_variable_output()
87 variable_buffer = (char *) xmalloc (variable_buffer_length); in initialize_variable_output()
521 unsigned int olen = variable_buffer_length; in allocated_variable_append()
530 variable_buffer_length = olen; in allocated_variable_append()
544 unsigned int olen = variable_buffer_length; in allocated_variable_expand_for_file()
[all …]