Searched refs:defsize (Results 1 – 1 of 1) sorted by relevance
2838 register unsigned int defsize = (sizeof (default_include_directories) in construct_include_path() local2841 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()