Searched refs:output_buffer (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dcompress.c81 * Compresses the contents of input_buffer into output_buffer. All packets
84 * output_buffer can be decompressed independently (but in the appropriate
90 buffer_compress(Buffer * input_buffer, Buffer * output_buffer) argument
113 /* Append compressed data to output_buffer. */
114 buffer_append(output_buffer, buf,
126 * Uncompresses the contents of input_buffer into output_buffer. All packets
129 * each output_buffer. This must be called for the same size units that the
135 buffer_uncompress(Buffer * input_buffer, Buffer * output_buffer) argument
151 buffer_append(output_buffer, buf,
/freebsd-10.0-release/usr.bin/fmt/
H A Dfmt.c232 static wchar_t *output_buffer=0; /* Output line will be built here */ variable
357 output_buffer = XMALLOC((max_length+1) * sizeof(wchar_t));
508 wprintf(L"%.*ls\n", (int)output_buffer_length, output_buffer);
556 wmemset(output_buffer+output_buffer_length, L' ', pending_spaces);
559 wmemcpy(output_buffer+output_buffer_length, word, length);
571 wprintf(L"%.*ls", (int)output_buffer_length, output_buffer);
589 wmemcpy(output_buffer, word, length);
/freebsd-10.0-release/contrib/gcc/
H A Dpretty-print.h99 } output_buffer; typedef in typeref:struct:__anon1083
157 output_buffer *buffer;
H A Dpretty-print.c210 output_buffer *buffer = pp->buffer;
558 output_buffer *buffer = pp_buffer (pp);
680 pp->buffer = XCNEW (output_buffer);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h49 uint64_t PrintMCInst (llvm::MCInst &mc_inst, char *output_buffer, size_t out_buffer_len);
/freebsd-10.0-release/contrib/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp274 extern "C" char *__cxa_demangle(const char *mangled_name, char *output_buffer,
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dcp-demangle.c4089 __cxa_demangle (const char *mangled_name, char *output_buffer, argument
4102 if (output_buffer != NULL && length == NULL)
4123 if (output_buffer == NULL)
4132 strcpy (output_buffer, demangled);
4134 demangled = output_buffer;
4138 free (output_buffer);
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c3943 __cxa_demangle (const char *mangled_name, char *output_buffer, argument
3956 if (output_buffer != NULL && length == NULL)
3977 if (output_buffer == NULL)
3986 strcpy (output_buffer, demangled);
3988 demangled = output_buffer;
3992 free (output_buffer);
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dieee.c51 static int output_buffer; variable
1446 output_buffer = 0;
2470 output_buffer++;
2635 if (buf->buffer == output_buffer)
2675 buf->buffer = output_buffer;

Completed in 115 milliseconds