OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_longlen
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/fortune/strfile/
strfile.h
46
uint32_t
str_longlen
; /* length of longest string */
member in struct:__anon0a05bdb20108
strfile.c
182
Tbl.
str_longlen
= 0;
198
if ((off_t)Tbl.
str_longlen
< length)
199
Tbl.
str_longlen
= length;
238
printf("Longest string: %lu byte%s\n", (unsigned long)Tbl.
str_longlen
,
239
Tbl.
str_longlen
== 1 ? "" : "s");
247
Tbl.
str_longlen
= h2nl(Tbl.
str_longlen
);
/src/games/fortune/unstr/
unstr.c
100
BE32TOH(tbl.
str_longlen
);
/src/games/fortune/fortune/
fortune.c
1115
BE32TOH(fp->tbl.
str_longlen
);
1138
tp->
str_longlen
= 0;
1150
if (t1->
str_longlen
< t2->
str_longlen
)
1151
t1->
str_longlen
= t2->
str_longlen
;
1275
if (fp->tbl.
str_longlen
> maxlen)
1276
maxlen = fp->tbl.
str_longlen
;
Completed in 15 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025