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

/netbsd-current/external/gpl2/gmake/dist/
H A Damiga.c94 # define PATH_SIZE 1024 macro
97 if ( (apath = AllocMem (sizeof (struct AnchorPath) + PATH_SIZE,
101 apath->ap_Strlen = PATH_SIZE;
114 FreeMem (apath, sizeof (struct AnchorPath) + PATH_SIZE);

Completed in 120 milliseconds