OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_numstr
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/fortune/strfile/
strfile.h
45
uint32_t
str_numstr
; /* # of strings in the file */
member in struct:__anon0a05bdb20108
strfile.c
246
Tbl.
str_numstr
= h2nl(Num_pts - 1);
368
qsort((char *) Firstch, (int) Tbl.
str_numstr
, sizeof *Firstch, cmp_str);
369
i = Tbl.
str_numstr
;
444
cnt = Tbl.
str_numstr
;
/src/games/fortune/unstr/
unstr.c
99
BE32TOH(tbl.
str_numstr
);
134
for (i = 0; i < tbl->
str_numstr
; i++) {
/src/games/fortune/fortune/
fortune.c
949
choice = arc4random_uniform(Noprob_tbl.
str_numstr
);
951
Noprob_tbl.
str_numstr
));
952
while ((u_int32_t)choice >= fp->tbl.
str_numstr
) {
953
choice -= fp->tbl.
str_numstr
;
957
fp->name, fp->tbl.
str_numstr
,
961
fp->tbl.
str_numstr
));
1000
choice = arc4random_uniform(parent->tbl.
str_numstr
);
1002
choice, parent->tbl.
str_numstr
));
1003
for (fp = parent->child; (u_int32_t)choice >= fp->tbl.
str_numstr
;
1005
choice -= fp->tbl.
str_numstr
;
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Oct 11 13:09:53 GMT 2025