OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRINGSIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mail/
strings.c
52
#define
STRINGSIZE
((unsigned) 128)/* Dynamic allocation units */
57
* The first holds
STRINGSIZE
bytes, the next
87
if (sp->s_topFree == NULL && (
STRINGSIZE
<< idx) >= s)
97
sp->s_topFree = malloc(
STRINGSIZE
<< idx);
101
sp->s_nleft =
STRINGSIZE
<< idx;
139
sp->s_nleft =
STRINGSIZE
<< idx;
/src/lib/librpcsvc/
rex.x
43
const
STRINGSIZE
= 1024;
Completed in 11 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025