HomeSort by: relevance | last modified time | path
    Searched refs:libdir_maxlen (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/gmake/dist/
remake.c 1505 static int libdir_maxlen = -1;
1557 if (l > libdir_maxlen)
1558 libdir_maxlen = l;
1561 buf = xmalloc(libdir_maxlen + buflen + 2);
1566 buf = xrealloc (buf, libdir_maxlen + buflen + 2);
1497 static int libdir_maxlen = -1; local

Completed in 55 milliseconds