OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_shortlen
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/fortune/strfile/
strfile.h
47
uint32_t
str_shortlen
; /* length of shortest string */
member in struct:__anon0a05bdb20108
strfile.c
183
Tbl.
str_shortlen
= (unsigned int) 0x7fffffff;
200
if ((off_t)Tbl.
str_shortlen
> length)
201
Tbl.
str_shortlen
= length;
240
printf("Shortest string: %lu byte%s\n", (unsigned long)Tbl.
str_shortlen
,
241
Tbl.
str_shortlen
== 1 ? "" : "s");
248
Tbl.
str_shortlen
= h2nl(Tbl.
str_shortlen
);
/src/games/fortune/unstr/
unstr.c
101
BE32TOH(tbl.
str_shortlen
);
/src/games/fortune/fortune/
fortune.c
1116
BE32TOH(fp->tbl.
str_shortlen
);
1139
tp->
str_shortlen
= -1;
1152
if (t1->
str_shortlen
> t2->
str_shortlen
)
1153
t1->
str_shortlen
= t2->
str_shortlen
;
Completed in 18 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025