Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dread.c2889 char *defdir = (char *) xmalloc (strlen (djdir->value) + 8 + 1); in construct_include_path() local
2891 strcat (strcpy (defdir, djdir->value), "/include"); in construct_include_path()
2892 dirs[idx++] = defdir; in construct_include_path()