OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chars_max
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/rcs/dist/src/
rcsclean.c
294
size_t chars = 0,
chars_max
= 1024;
local
296
char *a = tnalloc(char,
chars_max
), **p;
309
while (
chars_max
< s + chars)
310
a = trealloc(char, a,
chars_max
<<=1);
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026