/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mime_state.c | 304 VSTRING *output_buffer; /* headers, quoted-printable body */ member 433 (info), (ptr)->output_buffer, (ptr)->head_offset); \ 513 state->output_buffer = vstring_alloc(100); in mime_state_alloc() 534 vstring_free(state->output_buffer); in mime_state_free() 562 cp = STR(state->output_buffer) + strlen(header_info->name) + 1; in mime_state_content_type() 636 state->output_buffer); in mime_state_content_type() 672 cp = STR(state->output_buffer) + strlen(header_info->name) + 1; in mime_state_content_encoding() 718 if (LEN(state->output_buffer) > 72) { in mime_state_downgrade() 719 VSTRING_ADDCH(state->output_buffer, '='); in mime_state_downgrade() 720 VSTRING_TERMINATE(state->output_buffer); in mime_state_downgrade() [all …]
|
/netbsd-src/external/bsd/kyua-testers/dist/ |
H A D | error.c | 45 generic_format_callback(const kyua_error_t error, char* const output_buffer, in generic_format_callback() argument 49 return snprintf(output_buffer, output_size, "Error '%s'", error->type_name); in generic_format_callback() 249 kyua_error_format(const kyua_error_t error, char* const output_buffer, in kyua_error_format() argument 253 return error->format_callback(error, output_buffer, output_size); in kyua_error_format() 269 char* const output_buffer, const size_t output_size) in format_user_message() argument 275 size_t written = vsnprintf(output_buffer, output_size, format, ap2); in format_user_message() 280 written += snprintf(output_buffer + written, output_size - written, ": "); in format_user_message() 284 return kyua_error_format(error, output_buffer + written, in format_user_message() 368 generic_format(const kyua_error_t error, char* const output_buffer, in generic_format() argument 374 return snprintf(output_buffer, output_size, "%s", message); in generic_format() [all …]
|
H A D | error_test.c | 153 test_format(const kyua_error_t error, char* const output_buffer, in test_format() argument 157 return snprintf(output_buffer, output_size, "Test formatting function"); in test_format()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | run_tests.pl | 172 my $output_buffer = ""; 206 $output_buffer = ""; # ignore comments etc. until plan 209 print $output_buffer if !$is_ok; 213 $output_buffer = ""; 216 $output_buffer .= "\n".$self->as_string; 234 print "$output_buffer";
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | pretty-print.h | 78 class output_buffer 81 output_buffer (); 82 ~output_buffer (); 117 output_buffer_formatted_text (output_buffer *buff) in output_buffer_formatted_text() 126 output_buffer_append_r (output_buffer *buff, const char *start, int length) in output_buffer_append_r() 140 output_buffer_last_position_in_text (const output_buffer *buff) in output_buffer_last_position_in_text() 233 output_buffer *buffer;
|
H A D | pretty-print.c | 731 output_buffer::output_buffer () in output_buffer() function 747 output_buffer::~output_buffer () in ~output_buffer() 1072 output_buffer *buffer = pp_buffer (pp); in pp_format() 1510 output_buffer *buffer = pp_buffer (pp); in pp_output_formatted_text() 1655 : buffer (new (XCNEW (output_buffer)) output_buffer ()), in pretty_printer() 1678 : buffer (new (XCNEW (output_buffer)) output_buffer ()), in pretty_printer() 1705 buffer->~output_buffer (); in ~pretty_printer()
|
H A D | dumpfile.c | 807 output_buffer *buffer = pp_buffer (this); in emit_items()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | pretty-print.h | 78 class output_buffer 81 output_buffer (); 82 ~output_buffer (); 117 output_buffer_formatted_text (output_buffer *buff) in output_buffer_formatted_text() 126 output_buffer_append_r (output_buffer *buff, const char *start, int length) in output_buffer_append_r() 140 output_buffer_last_position_in_text (const output_buffer *buff) in output_buffer_last_position_in_text() 233 output_buffer *buffer;
|
H A D | pretty-print.cc | 731 output_buffer::output_buffer () in output_buffer() function in output_buffer 747 output_buffer::~output_buffer () in ~output_buffer() 1072 output_buffer *buffer = pp_buffer (pp); in pp_format() 1510 output_buffer *buffer = pp_buffer (pp); in pp_output_formatted_text() 1655 : buffer (new (XCNEW (output_buffer)) output_buffer ()), in pretty_printer() 1678 : buffer (new (XCNEW (output_buffer)) output_buffer ()), in pretty_printer() 1705 buffer->~output_buffer (); in ~pretty_printer()
|
H A D | dumpfile.cc | 821 output_buffer *buffer = pp_buffer (this); in emit_items()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | error.c | 49 static output_buffer *pp_error_buffer, *pp_warning_buffer; 55 gfc_output_buffer_empty_p (const output_buffer * buf) in gfc_output_buffer_empty_p() 757 gfc_clear_pp_buffer (output_buffer *this_buffer) in gfc_clear_pp_buffer() 760 output_buffer *tmp_buffer = pp->buffer; in gfc_clear_pp_buffer() 800 output_buffer *tmp_buffer = pp->buffer; in gfc_warning() 1293 output_buffer *tmp_buffer = pp->buffer; in gfc_warning_check() 1334 output_buffer *tmp_buffer = pp->buffer; in gfc_error_opt() 1441 output_buffer *tmp_buffer = pp->buffer; in gfc_error_check() 1463 output_buffer * from = &(buffer_from->buffer); in gfc_move_error_buffer_from_to() 1464 output_buffer * to = &(buffer_to->buffer); in gfc_move_error_buffer_from_to() [all …]
|
H A D | gfortran.h | 3016 output_buffer buffer;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | error.cc | 49 static output_buffer *pp_error_buffer, *pp_warning_buffer; 55 gfc_output_buffer_empty_p (const output_buffer * buf) in gfc_output_buffer_empty_p() 858 gfc_clear_pp_buffer (output_buffer *this_buffer) in gfc_clear_pp_buffer() 861 output_buffer *tmp_buffer = pp->buffer; in gfc_clear_pp_buffer() 901 output_buffer *tmp_buffer = pp->buffer; in gfc_warning() 1394 output_buffer *tmp_buffer = pp->buffer; in gfc_warning_check() 1435 output_buffer *tmp_buffer = pp->buffer; in gfc_error_opt() 1542 output_buffer *tmp_buffer = pp->buffer; in gfc_error_check() 1564 output_buffer * from = &(buffer_from->buffer); in gfc_move_error_buffer_from_to() 1565 output_buffer * to = &(buffer_to->buffer); in gfc_move_error_buffer_from_to() [all …]
|
H A D | ChangeLog-2015 | 1441 * error.c (gfc_warning_check): Restore the default output_buffer 1704 methods. Reimplement using an output_buffer. 1729 output_buffer with gfc_error_buffer.
|
H A D | gfortran.h | 3301 output_buffer buffer;
|
/netbsd-src/external/bsd/libevent/dist/sample/ |
H A D | https-client.c | 235 struct evbuffer *output_buffer; in main() local 490 output_buffer = evhttp_request_get_output_buffer(req); in main() 492 evbuffer_add(output_buffer, buf, s); in main()
|
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | http_struct.h | 112 struct evbuffer *output_buffer; /* outgoing post or data */ member
|
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
H A D | http_struct.h | 113 struct evbuffer *output_buffer; /* outgoing post or data */ member
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_rpc.c | 211 evbuffer_add_printf(req->output_buffer, "Some Nonsense"); in rpc_basic_test() 289 msg_marshal(req->output_buffer, msg); in rpc_basic_message() 910 evbuffer_add_printf(req->output_buffer, "Some Nonsense"); in rpc_invalid_type()
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | http.c | 463 EV_SIZE_ARG(evbuffer_get_length(req->output_buffer))); in evhttp_make_header_request() 565 evbuffer_get_length(req->output_buffer)); in evhttp_make_header_response() 632 evbuffer_get_length(req->output_buffer)) { in evhttp_make_header() 637 evbuffer_add_buffer(output, req->output_buffer); in evhttp_make_header() 2339 evbuffer_add_buffer(output, req->output_buffer); in evhttp_read_header() 2853 evbuffer_add_buffer(req->output_buffer, databuf); in evhttp_send() 4020 if ((req->output_buffer = evbuffer_new()) == NULL) { in evhttp_request_new() 4064 if (req->output_buffer != NULL) in evhttp_request_free() 4065 evbuffer_free(req->output_buffer); in evhttp_request_free() 4218 return (req->output_buffer); in evhttp_request_get_output_buffer()
|
H A D | evrpc.c | 674 ctx->request_marshal(req->output_buffer, ctx->request); in evrpc_schedule_request() 689 ctx, req, req->output_buffer); in evrpc_schedule_request()
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | cp-demangle.c | 6424 __cxa_demangle (const char *mangled_name, char *output_buffer, in __cxa_demangle() argument 6437 if (output_buffer != NULL && length == NULL) in __cxa_demangle() 6458 if (output_buffer == NULL) in __cxa_demangle() 6467 strcpy (output_buffer, demangled); in __cxa_demangle() 6469 demangled = output_buffer; in __cxa_demangle() 6473 free (output_buffer); in __cxa_demangle()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | cp-demangle.c | 6649 __cxa_demangle (const char *mangled_name, char *output_buffer, in __cxa_demangle() argument 6662 if (output_buffer != NULL && length == NULL) in __cxa_demangle() 6683 if (output_buffer == NULL) in __cxa_demangle() 6692 strcpy (output_buffer, demangled); in __cxa_demangle() 6694 demangled = output_buffer; in __cxa_demangle() 6698 free (output_buffer); in __cxa_demangle()
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | cp-demangle.c | 6580 __cxa_demangle (const char *mangled_name, char *output_buffer, in __cxa_demangle() argument 6593 if (output_buffer != NULL && length == NULL) in __cxa_demangle() 6614 if (output_buffer == NULL) in __cxa_demangle() 6623 strcpy (output_buffer, demangled); in __cxa_demangle() 6625 demangled = output_buffer; in __cxa_demangle() 6629 free (output_buffer); in __cxa_demangle()
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | cp-demangle.c | 6962 __cxa_demangle (const char *mangled_name, char *output_buffer, in __cxa_demangle() argument 6975 if (output_buffer != NULL && length == NULL) in __cxa_demangle() 6996 if (output_buffer == NULL) in __cxa_demangle() 7005 strcpy (output_buffer, demangled); in __cxa_demangle() 7007 demangled = output_buffer; in __cxa_demangle() 7011 free (output_buffer); in __cxa_demangle()
|