Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/
H A Dremake.c1497 static int libdir_maxlen = -1; in library_search() local
1549 if (l > libdir_maxlen) in library_search()
1550 libdir_maxlen = l; in library_search()
1553 buf = xmalloc(libdir_maxlen + buflen + 2); in library_search()
1558 buf = xrealloc (buf, libdir_maxlen + buflen + 2); in library_search()