Home
last modified time | relevance | path

Searched refs:out_stream (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Dstreams.c42 svn_stream_t *out_stream; member
79 svn_stream_t *out_stream, in svn_ra_svn__stream_from_streams() argument
91 file = svn_stream__aprfile(out_stream); in svn_ra_svn__stream_from_streams()
93 return svn_ra_svn__stream_create(in_stream, out_stream, in svn_ra_svn__stream_from_streams()
186 svn_stream_t *out_stream, in svn_ra_svn__stream_create() argument
193 s->out_stream = out_stream; in svn_ra_svn__stream_create()
203 return svn_error_trace(svn_stream_write(stream->out_stream, data, len)); in svn_ra_svn__stream_write()
H A Ddeprecated.c267 svn_stream_t *out_stream, in svn_ra_svn_create_conn4() argument
273 return svn_ra_svn_create_conn5(sock, in_stream, out_stream, in svn_ra_svn_create_conn4()
288 svn_stream_t *out_stream = NULL; in svn_ra_svn_create_conn3() local
293 out_stream = svn_stream_from_aprfile2(out_file, FALSE, pool); in svn_ra_svn_create_conn3()
295 return svn_ra_svn_create_conn4(sock, in_stream, out_stream, in svn_ra_svn_create_conn3()
H A Dra_svn.h207 svn_stream_t *out_stream,
214 svn_stream_t *out_stream,
H A Dmarshal.c184 svn_stream_t *out_stream, in svn_ra_svn_create_conn5() argument
196 assert((sock && !in_stream && !out_stream) in svn_ra_svn_create_conn5()
197 || (!sock && in_stream && out_stream)); in svn_ra_svn_create_conn5()
231 conn->stream = svn_ra_svn__stream_from_streams(in_stream, out_stream, in svn_ra_svn_create_conn5()
H A Dclient.c465 svn_stream_t *in_stream, *out_stream; in handle_child_process_error() local
473 out_stream = svn_stream_from_aprfile2(out_file, FALSE, pool); in handle_child_process_error()
475 conn = svn_ra_svn_create_conn5(NULL, in_stream, out_stream, in handle_child_process_error()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_io.cpp132 void __kmp_vprintf(enum kmp_io out_stream, char const *format, va_list ap) { in __kmp_vprintf() argument
137 if (!__kmp_stderr && out_stream == kmp_err) { in __kmp_vprintf()
140 if (!__kmp_stdout && out_stream == kmp_out) { in __kmp_vprintf()
144 auto stream = ((out_stream == kmp_out) ? __kmp_stdout : __kmp_stderr); in __kmp_vprintf()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp774 out_stream->Printf( in ReadArray()
835 out_stream->Printf( in ReadDictionary()
885 value_sp = ReadDictionary(in_file, out_stream); in ReadDictionary()
893 value_sp = ReadArray(in_file, out_stream, data_type); in ReadDictionary()
928 if (!out_stream) in TestEmulation()
937 out_stream->Printf( in TestEmulation()
944 out_stream->Printf( in TestEmulation()
962 out_stream->Printf( in TestEmulation()
987 out_stream->Printf( in TestEmulation()
1003 out_stream->Printf("Emulation test succeeded."); in TestEmulation()
[all …]
/freebsd-12.1/contrib/gcc/
H A Dc-opts.c66 static FILE *out_stream; variable
1115 out_stream = stdout; in c_common_post_options()
1117 out_stream = fopen (out_fname, "w"); in c_common_post_options()
1119 if (out_stream == NULL) in c_common_post_options()
1129 init_pp_output (out_stream); in c_common_post_options()
1253 deps_stream = out_stream; in c_common_finish()
1266 if (deps_stream && deps_stream != out_stream in c_common_finish()
1270 if (out_stream && (ferror (out_stream) || fclose (out_stream))) in c_common_finish()
H A Dc-ppoutput.c97 init_pp_output (FILE *out_stream) in init_pp_output() argument
134 print.outf = out_stream; in init_pp_output()
/freebsd-12.1/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c813 print_diff_tree(svn_stream_t *out_stream, in print_diff_tree() argument
940 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool, in print_diff_tree()
973 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool, in print_diff_tree()
986 outfile = svn_stream__aprfile(out_stream); in print_diff_tree()
1058 out_stream, diff, orig_path, new_path, in print_diff_tree()
1119 out_stream, encoding, orig_label, new_label, pool)); in print_diff_tree()
1121 SVN_ERR(display_prop_diffs(out_stream, encoding, in print_diff_tree()
1136 SVN_ERR(print_diff_tree(out_stream, encoding, root, base_root, node, in print_diff_tree()
1504 svn_stream_t *out_stream; in do_diff() local
1533 SVN_ERR(svn_stream_for_stdout(&out_stream, pool)); in do_diff()
[all …]
/freebsd-12.1/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c192 svn_stream_t *out_stream; member
274 SVN_ERR(svn_stream_printf(pb->out_stream, pool, in magic_header_record()
384 SVN_ERR(svn_repos__dump_revision_record(rb->pb->out_stream, in output_revision()
449 SVN_ERR(svn_stream_printf(pb->out_stream, pool, in uuid_record()
834 SVN_ERR(svn_repos__dump_node_record(nb->rb->pb->out_stream, in set_fulltext()
842 *stream = nb->rb->pb->out_stream; in set_fulltext()
868 SVN_ERR(svn_repos__dump_node_record(nb->rb->pb->out_stream, in close_node()
878 SVN_ERR(svn_stream_write(nb->rb->pb->out_stream, "\n\n", &len)); in close_node()
1041 SVN_ERR(svn_stream_for_stdout(&baton->out_stream, pool)); in parse_baton_initialize()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_ra_svn.h215 svn_stream_t *out_stream,
233 svn_stream_t *out_stream,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp228 StreamFile out_stream(out, false); in Print() local
231 inst_sp->Dump(&out_stream, 0, true, false, NULL, &sc, NULL, &format, 0); in Print()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h62 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h65 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h184 lldb::OptionValueSP ReadArray(FILE *in_file, Stream *out_stream,
187 lldb::OptionValueSP ReadDictionary(FILE *in_file, Stream *out_stream);
H A DEmulateInstruction.h387 virtual bool TestEmulation(Stream *out_stream, ArchSpec &arch,
/freebsd-12.1/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c1339 svn_stream_t *out_stream; in subcommand_dump() local
1359 out_stream = svn_stream_from_aprfile2(file, FALSE, pool); in subcommand_dump()
1362 SVN_ERR(svn_stream_for_stdout(&out_stream, pool)); in subcommand_dump()
1388 SVN_ERR(svn_repos_dump_fs4(repos, out_stream, lower, upper, in subcommand_dump()
1406 svn_stream_t *out_stream; in subcommand_dump_revprops() local
1425 out_stream = svn_stream_from_aprfile2(file, FALSE, pool); in subcommand_dump_revprops()
1428 SVN_ERR(svn_stream_for_stdout(&out_stream, pool)); in subcommand_dump_revprops()
1434 SVN_ERR(svn_repos_dump_fs4(repos, out_stream, lower, upper, in subcommand_dump_revprops()
/freebsd-12.1/contrib/libc++/include/experimental/
H A Diterator41 ostream_type* out_stream; // exposition only
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h72 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h77 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1021 llvm::raw_string_ostream out_stream(fixed_expression); in RewriteExpression() local
1023 main_file_buffer.write(out_stream); in RewriteExpression()
1024 out_stream.flush(); in RewriteExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h139 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
H A DEmulateInstructionARM.cpp14430 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() argument
14433 out_stream->Printf("TestEmulation: Missing test data.\n"); in TestEmulation()
14446 out_stream->Printf("TestEmulation: Error reading opcode from test file.\n"); in TestEmulation()
14462 out_stream->Printf("TestEmulation: Invalid arch.\n"); in TestEmulation()
14472 out_stream->Printf("TestEmulation: Failed to find 'before' state.\n"); in TestEmulation()
14478 out_stream->Printf("TestEmulation: Failed loading 'before' state.\n"); in TestEmulation()
14485 out_stream->Printf("TestEmulation: Failed to find 'after' state.\n"); in TestEmulation()
14491 out_stream->Printf("TestEmulation: Failed loading 'after' state.\n"); in TestEmulation()
14503 out_stream->Printf("TestEmulation: EvaluateInstruction() failed.\n"); in TestEmulation()
14509 out_stream->Printf( in TestEmulation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1004 StreamSP out_stream = in IOHandlerInputComplete() local
1006 out_stream->Printf("error: %s\n", error.AsCString()); in IOHandlerInputComplete()

12