| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/ |
| H A D | streams.c | 42 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 D | deprecated.c | 267 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 D | ra_svn.h | 207 svn_stream_t *out_stream, 214 svn_stream_t *out_stream,
|
| H A D | marshal.c | 184 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 D | client.c | 465 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 D | kmp_io.cpp | 132 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 D | Disassembler.cpp | 774 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 D | c-opts.c | 66 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 D | c-ppoutput.c | 97 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 D | svnlook.c | 813 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 D | svndumpfilter.c | 192 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 D | svn_ra_svn.h | 215 svn_stream_t *out_stream, 233 svn_stream_t *out_stream,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBInstruction.cpp | 228 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 D | EmulateInstructionPPC64.h | 62 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 65 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 184 lldb::OptionValueSP ReadArray(FILE *in_file, Stream *out_stream, 187 lldb::OptionValueSP ReadDictionary(FILE *in_file, Stream *out_stream);
|
| H A D | EmulateInstruction.h | 387 virtual bool TestEmulation(Stream *out_stream, ArchSpec &arch,
|
| /freebsd-12.1/contrib/subversion/subversion/svnadmin/ |
| H A D | svnadmin.c | 1339 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 D | iterator | 41 ostream_type* out_stream; // exposition only
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 72 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 77 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1021 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 D | EmulateInstructionARM.h | 139 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
|
| H A D | EmulateInstructionARM.cpp | 14430 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 D | CommandObjectCommands.cpp | 1004 StreamSP out_stream = in IOHandlerInputComplete() local 1006 out_stream->Printf("error: %s\n", error.AsCString()); in IOHandlerInputComplete()
|