Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dread.c2838 register unsigned int defsize = (sizeof (default_include_directories) in construct_include_path() local
2841 register char **dirs = (char **) xmalloc ((5 + defsize) * sizeof (char *)); in construct_include_path()
2845 defsize++; in construct_include_path()
2871 xrealloc ((char *) dirs, (max + defsize) * sizeof (char *)); in construct_include_path()