Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Damiga.c94 # define PATH_SIZE 1024 in wildcard_expansion() macro
97 if ( (apath = AllocMem (sizeof (struct AnchorPath) + PATH_SIZE, in wildcard_expansion()
101 apath->ap_Strlen = PATH_SIZE; in wildcard_expansion()
114 FreeMem (apath, sizeof (struct AnchorPath) + PATH_SIZE); in wildcard_expansion()