HomeSort by: relevance | last modified time | path
    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 22 milliseconds