OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Sep 27 22:09:54 GMT 2025