OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lines_allocated
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/patch/
inp.c
119
reallocate_lines(size_t *
lines_allocated
)
124
new_size = *
lines_allocated
* 3 / 2;
131
*
lines_allocated
= 0;
134
*
lines_allocated
= new_size;
149
size_t iline,
lines_allocated
, lbufsz;
local
312
lines_allocated
= i_size / 25;
313
if (
lines_allocated
< 100)
314
lines_allocated
= 100;
316
if (!reallocate_lines(&
lines_allocated
))
325
if (iline ==
lines_allocated
) {
[
all
...]
/src/external/gpl2/texinfo/dist/util/
install-info.c
1483
int
lines_allocated
= 511;
1486
= xmalloc ((
lines_allocated
+ 1) * sizeof (struct line_data));
1492
if (filled ==
lines_allocated
)
1495
lines_allocated
= ((
lines_allocated
+ 1) * 2) - 1;
1496
lines = xrealloc (lines, (
lines_allocated
+ 1)
1469
int
lines_allocated
= 511;
local
Completed in 17 milliseconds
Indexes created Tue Apr 14 00:22:26 UTC 2026