OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:output_stream
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/nsd/dist/
verify.h
66
struct verifier_stream
output_stream
;
member in struct:verifier
/src/external/gpl3/gcc/dist/libgfortran/io/
unix.h
132
extern stream *
output_stream
(void);
133
internal_proto(
output_stream
);
variable
unix.c
1608
/*
output_stream
()-- Return a stream pointer to the default output stream.
1612
output_stream
(void)
function
/src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.h
132
extern stream *
output_stream
(void);
133
internal_proto(
output_stream
);
variable
unix.c
1609
/*
output_stream
()-- Return a stream pointer to the default output stream.
1613
output_stream
(void)
function
/src/external/gpl2/texinfo/dist/info/
session.c
3151
FILE *
output_stream
;
3156
output_stream
= stdout;
3158
output_stream
= fopen (output_filename, "w");
3160
if (!
output_stream
)
3170
dump_node_to_stream (filename, nodenames[i],
output_stream
, dump_subnodes);
3172
if (
output_stream
!= stdout)
3173
fclose (
output_stream
);
3268
FILE *
output_stream
;
3274
output_stream
= stdout;
3276
output_stream
= fopen (filename, "w")
3142
FILE *
output_stream
;
local
3259
FILE *
output_stream
;
local
[
all
...]
Completed in 23 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026