Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvpath.c164 register unsigned int maxvpath; in construct_vpath_list() local
227 maxvpath = 0; in construct_vpath_list()
267 if (len > maxvpath) in construct_vpath_list()
268 maxvpath = len; in construct_vpath_list()
296 path->maxlen = maxvpath; in construct_vpath_list()
379 unsigned int maxvpath = path->maxlen; in selective_vpath_search() local
416 name = (char *) xmalloc (maxvpath + 1 + name_dplen + 1 + flen + 1); in selective_vpath_search()