Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Drule.h49 extern unsigned int maxsuffix;
Drule.c60 unsigned int maxsuffix; variable
225 maxsuffix = 0; in convert_to_pattern()
229 if (namelen > maxsuffix) in convert_to_pattern()
230 maxsuffix = namelen; in convert_to_pattern()
233 rulename = (char *) alloca ((maxsuffix * 2) + 1); in convert_to_pattern()