Searched refs:output (Results 126 - 150 of 495) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dservices42 --title "System Configuration" --nocancel --separate-output \
/freebsd-10.0-release/contrib/amd/fsinfo/
H A Dwr_fstab.c58 static int write_dkfstab(FILE *ef, qelem *q, void (*output) (FILE *, disk_fs *));
59 static int write_dkrmount(FILE *ef, qelem *q, char *hn, void (*output) (FILE *, char *, fsmount *));
284 write_dkfstab(FILE *ef, qelem *q, void (*output) (FILE *, disk_fs *))
291 (*output) (ef, dp);
298 write_dkrmount(FILE *ef, qelem *q, char *hn, void (*output) (FILE *, char *, fsmount *))
304 (*output) (ef, hn, fp);
/freebsd-10.0-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh147 stylesheet pdf-output no-pdf-output
198 --pdf-output=name
199 Write the PDF output stream to file 'name'; if this option
200 is unspecified, standard output is used for PDF output.
202 --no-pdf-output
203 Suppress the generation of PDF output entirely; use this
247 --pdf-output)
251 --no-pdf-output)
[all...]
/freebsd-10.0-release/sbin/restore/
H A Dinteractive.c309 char output[BUFSIZ]; local
366 snprintf(output, sizeof(output), "%s/%s", curdir, rawname);
367 canon(output, name, size);
396 copynext(char *input, char *output) argument
403 bp = output;
/freebsd-10.0-release/sys/powerpc/ofw/
H A Dofw_machdep.c156 parse_ofw_memory(phandle_t node, const char *prop, struct mem_region *output) argument
210 output[j].mr_start = OFmem[i++];
213 output[j].mr_start <<= 32;
215 output[j].mr_start += OFmem[i++];
218 output[j].mr_size = OFmem[i++];
221 output[j].mr_size <<= 32;
223 output[j].mr_size += OFmem[i++];
231 if (((uint64_t)output[j].mr_start +
232 (uint64_t)output[j].mr_size) >
234 output[
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DYAMLTraits.cpp416 output("\n...\n");
440 output("[ ");
452 output(", ");
454 output("\n");
456 output(" ");
458 output(" ");
487 output("[ ");
496 output(", ");
497 this->output(Str);
517 output("'"); // Startin
535 void Output::output(StringRef s) { function in class:Output
597 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
612 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, function in class:ScalarTraits
623 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, function in class:ScalarTraits
640 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, function in class:ScalarTraits
656 void ScalarTraits<uint32_t>::output(const uint32_t &Val, void *, function in class:ScalarTraits
672 void ScalarTraits<uint64_t>::output(const uint64_t &Val, void *, function in class:ScalarTraits
686 void ScalarTraits<int8_t>::output(const int8_t &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
702 void ScalarTraits<int16_t>::output(const int16_t &Val, void *, function in class:ScalarTraits
717 void ScalarTraits<int32_t>::output(const int32_t &Val, void *, function in class:ScalarTraits
732 void ScalarTraits<int64_t>::output(const int64_t &Val, void *, function in class:ScalarTraits
745 void ScalarTraits<double>::output(const double &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
758 void ScalarTraits<float>::output(const float &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
771 void ScalarTraits<Hex8>::output(const Hex8 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
786 void ScalarTraits<Hex16>::output(const Hex16 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
801 void ScalarTraits<Hex32>::output(const Hex32 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
816 void ScalarTraits<Hex64>::output(const Hex64 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp224.c533 widelimb output[5]; local
536 output[0] = in[0] + two127p15;
537 output[1] = in[1] + two127m71m55;
538 output[2] = in[2] + two127m71;
539 output[3] = in[3];
540 output[4] = in[4];
543 output[4] += in[6] >> 16;
544 output[3] += (in[6] & 0xffff) << 40;
545 output[2] -= in[6];
547 output[
[all...]
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dcolumn.cpp62 void output();
81 virtual void output(output_file *, vunits);
107 void output(output_file *, vunits);
134 void output(output_file *, vunits);
141 void output(output_file *, vunits);
168 void output_line::output(output_file *, vunits) function in class:output_line
207 void node_output_line::output(output_file *out, vunits pos) function in class:node_output_line
263 void transparent_output_line::output(output_file *out, vunits) function in class:transparent_output_line
275 void copy_file_output_line::output(output_file *out, vunits pos) function in class:copy_file_output_line
289 output();
416 void column::output() function in class:column
[all...]
H A Ddiv.h52 virtual void output(node *nd, int retain_size, vunits vs, vunits post_vs,
81 void output(node *nd, int retain_size, vunits vs, vunits post_vs,
120 void output(node *nd, int retain_size, vunits vs, vunits post_vs,
/freebsd-10.0-release/contrib/groff/src/preproc/eqn/
H A Dbox.cpp329 b->output();
393 void box::output() function in class:box
501 output();
539 void quoted_text_box::output() function in class:quoted_text_box
551 void tab_box::output() function in class:tab_box
570 void space_box::output() function in class:space_box
580 void half_space_box::output() function in class:half_space_box
H A Dlimit.cpp33 void output();
140 void limit_box::output() function in class:limit_box
149 to->output();
158 from->output();
166 p->output();
H A Dscript.cpp33 void output();
169 void script_box::output() function in class:script_box
171 p->output();
176 sup->output();
185 sub->output();
H A Dsqrt.cpp30 void output();
151 void sqrt_box::output() function in class:sqrt_box
164 p->output();
/freebsd-10.0-release/contrib/libreadline/
H A Dhistfile.c428 char *output; local
437 output = history_filename (filename);
440 if ((file = open (output, mode, 0600)) == -1)
442 FREE (output);
483 FREE (output);
492 FREE (output);
523 FREE (output);
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_atpx_handler.c74 * Returns a pointer to the acpi output buffer.
149 struct atpx_verify_interface output; local
157 memset(&output, 0, sizeof(output));
165 size = min(sizeof(output), size);
167 memcpy(&output, info->Buffer.Pointer, size);
170 DRM_INFO("ATPX version %u\n", output.version);
172 radeon_atpx_parse_functions(&atpx->functions, output.function_bits);
/freebsd-10.0-release/contrib/dialog/
H A Ddialog.c267 { "output-fd", o_output_fd, 1, "<fd>" },
268 { "output-separator",o_output_separator, 1, "<str>" },
282 { "separate-output",o_separate_output, 1, "" },
613 * On AIX 4.x, we have to flush the output right away since there is a bug in
615 * redirect output to /dev/tty.
631 dialog_state.output);
636 fputs(dialog_vars.input_result, dialog_state.output);
640 fflush(dialog_state.output);
1231 fprintf(dialog_state.output, *list, n ? leaf : dialog_version());
1232 (void) fputc('\n', dialog_state.output);
1375 process_common_options(int argc, char **argv, int offset, bool output) argument
[all...]
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dapr_md4.c69 static void Encode(unsigned char *output, const apr_uint32_t *input,
71 static void Decode(apr_uint32_t *output, const unsigned char *input,
365 /* Encodes input (apr_uint32_t) into output (unsigned char). Assumes len is
368 static void Encode(unsigned char *output, const apr_uint32_t *input, argument
376 output[j] = (unsigned char)(k & 0xff);
377 output[j + 1] = (unsigned char)((k >> 8) & 0xff);
378 output[j + 2] = (unsigned char)((k >> 16) & 0xff);
379 output[j + 3] = (unsigned char)((k >> 24) & 0xff);
383 /* Decodes input (unsigned char) into output (apr_uint32_t). Assumes len is
386 static void Decode(apr_uint32_t *output, cons argument
[all...]
/freebsd-10.0-release/contrib/opie/libopie/
H A Dmd4c.c242 /* Encodes input (UINT4) into output (unsigned char). Assumes len is
245 static VOIDRET Encode FUNCTION((output, input, len), unsigned char *output AND UINT4 *input AND unsigned int len)
250 output[j] = (unsigned char) (input[i] & 0xff);
251 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
252 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
253 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
257 /* Decodes input (unsigned char) into output (UINT4). Assumes len is
260 static VOIDRET Decode FUNCTION((output, input, len), UINT4 *output AN
[all...]
H A Dmd5c.c80 * Encodes input (UINT4) into output (unsigned char).
83 static VOIDRET EEncode FUNCTION((output, input, len), unsigned char *output AND UINT4 *input AND unsigned int len)
88 output[j] = (unsigned char) (input[i] & 0xff);
89 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
90 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
91 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
96 * Decodes input (unsigned char) into output (UINT4).
99 static VOIDRET EDecode FUNCTION((output, input, len), UINT4 *output AN
[all...]
/freebsd-10.0-release/lib/libmd/
H A Dmd4c.c260 /* Encodes input (UINT4) into output (unsigned char). Assumes len is
263 static void Encode (output, input, len)
264 unsigned char *output;
271 output[j] = (unsigned char)(input[i] & 0xff);
272 output[j+1] = (unsigned char)((input[i] >> 8) & 0xff);
273 output[j+2] = (unsigned char)((input[i] >> 16) & 0xff);
274 output[j+3] = (unsigned char)((input[i] >> 24) & 0xff);
278 /* Decodes input (unsigned char) into output (UINT4). Assumes len is
281 static void Decode (output, input, len)
283 UINT4 *output;
[all...]
/freebsd-10.0-release/sys/kern/
H A Dmd4c.c256 /* Encodes input (UINT4) into output (unsigned char). Assumes len is
259 static void Encode (output, input, len)
260 unsigned char *output;
267 output[j] = (unsigned char)(input[i] & 0xff);
268 output[j+1] = (unsigned char)((input[i] >> 8) & 0xff);
269 output[j+2] = (unsigned char)((input[i] >> 16) & 0xff);
270 output[j+3] = (unsigned char)((input[i] >> 24) & 0xff);
274 /* Decodes input (unsigned char) into output (UINT4). Assumes len is
277 static void Decode (output, input, len)
279 UINT4 *output;
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dcompleter.c350 "show output-" "radix"
351 "show output" "-radix"
631 char *output = NULL;
657 output = list[index];
658 if (output)
667 if (output == NULL)
674 return (output);
630 char *output = NULL; local
/freebsd-10.0-release/sys/dev/uart/
H A Duart_cpu_sparc64.c94 * and output are selected.
97 * environment (ie /options/output-device and /options/input-device) because
108 phandle_t chosen, input, output; local
113 if (OF_getprop(options, "output-device", dev, devsz) == -1)
115 output = OF_finddevice(dev);
116 if (input == -1 || output == -1 ||
126 if ((output = OF_instance_to_package(inst)) == -1)
130 if (input != output)
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h91 /// static void output(const MyType &val, void*, llvm::raw_ostream &out) {
106 //static void output(const T &value, void *ctxt, llvm::raw_ostream &out);
203 SameType<Signature_output, &U::output>*);
469 ScalarTraits<T>::output(Val, io.getContext(), Buffer);
530 static void output(const bool &, void*, llvm::raw_ostream &);
536 static void output(const StringRef &, void*, llvm::raw_ostream &);
542 static void output(const uint8_t &, void*, llvm::raw_ostream &);
548 static void output(const uint16_t &, void*, llvm::raw_ostream &);
554 static void output(const uint32_t &, void*, llvm::raw_ostream &);
560 static void output(cons
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_mergeinfo.h171 * Place the result in @a *deleted and @a *added (neither output argument
290 * (neither output argument will ever be @c NULL).
331 /** Like svn_rangelist_merge2(), but with @a rangelist as an input/output
350 * minuend), and places the resulting difference in @a output.
353 * svn_sort_compare_ranges(). @a output is guaranteed to be in sorted
363 svn_rangelist_remove(svn_rangelist_t **output, const svn_rangelist_t *eraser,
437 * back to a text format rangelist in @a output. If @a rangelist contains
438 * no elements, sets @a output to the empty string.
443 svn_rangelist_to_string(svn_string_t **output,
519 * mergeinfo. Set @a *output t
[all...]

Completed in 447 milliseconds

1234567891011>>