HomeSort by: relevance | last modified time | path
    Searched defs:Fortbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/games/fortune/fortune/
fortune.c 132 static char *Fortbuf = NULL; /* fortune buffer for -m */
1249 Fortbuf = do_malloc(Fort_len + 10);
1303 sp = Fortbuf;
1314 if (re_match(Re_use, Fortbuf)) {
1324 rot13(Fortbuf, (sp - Fortbuf));
1325 (void) fwrite(Fortbuf, 1, (sp - Fortbuf), stdout);
1327 sp = Fortbuf;
fortune.c 132 static char *Fortbuf = NULL; /* fortune buffer for -m */
1249 Fortbuf = do_malloc(Fort_len + 10);
1303 sp = Fortbuf;
1314 if (re_match(Re_use, Fortbuf)) {
1324 rot13(Fortbuf, (sp - Fortbuf));
1325 (void) fwrite(Fortbuf, 1, (sp - Fortbuf), stdout);
1327 sp = Fortbuf;
fortune.c 132 static char *Fortbuf = NULL; /* fortune buffer for -m */
1249 Fortbuf = do_malloc(Fort_len + 10);
1303 sp = Fortbuf;
1314 if (re_match(Re_use, Fortbuf)) {
1324 rot13(Fortbuf, (sp - Fortbuf));
1325 (void) fwrite(Fortbuf, 1, (sp - Fortbuf), stdout);
1327 sp = Fortbuf;

Completed in 35 milliseconds