OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Sep 16 00:24:39 UTC 2026