OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fort_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/fortune/fortune/
fortune.c
134
static size_t
Fort_len
= 0;
232
if (
Fort_len
== 0)
234
sleep(max(
Fort_len
/ CPERS, MINW));
261
for (
Fort_len
= 0; fgets(line, sizeof line, fp->inf) != NULL &&
262
!STR_ENDSTRING(line, fp->tbl);
Fort_len
++) {
290
Fort_len
= nchar;
1246
Fort_len
= maxlen_in_list(File_list);
1247
DPRINTF(2, (stderr, "Maximum length is %d\n",
Fort_len
));
1249
Fortbuf = do_malloc(
Fort_len
+ 10);
1305
while (fgets(sp,
Fort_len
, fp->inf) != NULL
[
all
...]
fortune.c
134
static size_t
Fort_len
= 0;
232
if (
Fort_len
== 0)
234
sleep(max(
Fort_len
/ CPERS, MINW));
261
for (
Fort_len
= 0; fgets(line, sizeof line, fp->inf) != NULL &&
262
!STR_ENDSTRING(line, fp->tbl);
Fort_len
++) {
290
Fort_len
= nchar;
1246
Fort_len
= maxlen_in_list(File_list);
1247
DPRINTF(2, (stderr, "Maximum length is %d\n",
Fort_len
));
1249
Fortbuf = do_malloc(
Fort_len
+ 10);
1305
while (fgets(sp,
Fort_len
, fp->inf) != NULL
[
all
...]
Completed in 23 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025