Searched refs:output (Results 51 - 75 of 234) sorted by relevance

12345678910

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm11 # its output except for some specific circumstances where other decisions
12 # seemed to produce better output. It uses Pod::Parser and is designed to be
240 # Pod::Paragraph object. Just output it verbatim, but with tabs converted to
249 $self->output ($_);
253 # Pod::Paragraph object. Perform interpolation and output the results.
257 $self->output ($_[0]), return if $$self{VERBATIM};
261 # Interpolate and output the paragraph.
267 $self->output ($self->reformat ($_ . "\n"));
304 # For all the other formatting codes, empty content produces no output.
308 # When we output th
610 sub output { $_[1] =~ tr/\\01/ /; print { $_[0]->output_handle } $_[1] } subroutine
[all...]
H A DMan.pm45 # Preamble and *roff output tables
48 # The following is the static preamble which starts all *roff output we
52 # should therefore be run through s/\@CFONT\@/<font>/g before output.
103 .\" output yourself in some meaningful fashion.
368 # For each document we process, output the preamble first.
522 $self->output (".Vb $lines\n$_.Ve\n");
527 # Pod::Paragraph object. Perform interpolation and output the results.
531 $self->output ($_[0]), return if $$self{VERBATIM};
546 $self->output (".RS $$self{INDENT}\n");
550 $self->output (protec
1078 sub output { print { $_[0]->output_handle } $_[1] } subroutine
[all...]
H A DUsage.pm36 -output => $filehandle } );
41 -output => $filehandle );
96 =item C<-output>
132 status, verbose level, and output stream to use are determined as
156 If the exit status used is less than 2, then output is printed on
157 C<STDOUT>. Otherwise output is printed on C<STDERR>.
189 to C<STDOUT>, just in case the user wants to pipe the output to a pager
251 pod2usage({-exitval => 2, -output => \*STDERR});
253 pod2usage({-verbose => 0, -output => \*STDERR});
257 pod2usage(-exitval => 2, -verbose => 0, -output
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm30 # Sanity check on infocmp output from Norton Allen
66 The output strings for B<Tputs> are cached for counts of 1 for performance.
73 output the string to $FH if specified.
150 The terminal output bit rate (often mistakenly called the baud rate)
359 The literal string to be output. If it starts with a number and an optional
362 of $string is removed before output/
370 An optional filehandle (or IO::Handle ) that output will be printed to.
410 The capability whose string is to be output.
414 A count passed to Tpad to modify the padding applied to the output string.
419 An optional filehandle (or IO::Handle ) that output wil
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dmd5.c299 /* Encodes input (UINT4) into output (unsigned char). Assumes len is
304 static void Encode (output, input, len)
305 unsigned char *output;
312 output[j] = (unsigned char)(input[i] & 0xff);
313 output[j+1] = (unsigned char)((input[i] >> 8) & 0xff);
314 output[j+2] = (unsigned char)((input[i] >> 16) & 0xff);
315 output[j+3] = (unsigned char)((input[i] >> 24) & 0xff);
319 /* Decodes input (unsigned char) into output (UINT4). Assumes len is
324 static void Decode (output, input, len)
325 UINT4 *output;
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c50 gss_buffer_t token /* output token */)
94 * Build the the output token from the message the diffie-hellman
212 gss_buffer_t output /* Contains the ouputed DH_WRAP token*/)
276 /* Serialize the token tok into output using the session keys */
277 if ((*minor = __make_token(output, NULL, &tok, &keys)) != DH_SUCCESS) {
300 gss_buffer_t output, /* The unwrapped message */
313 if (minor == 0 || conf_state == 0 || output == GSS_C_NO_BUFFER)
362 * Unwrap the message putting the result in output. We use the
370 *conf_state, &keys, output))
296 __dh_gss_unseal( OM_uint32 *minor, gss_ctx_id_t context, gss_buffer_t input, gss_buffer_t output, int *conf_state, int *qop_used ) argument
H A Dcrypto.c360 * encrypt the check sum if they are available. The output is place
452 * The output message looks like:
480 /* Allocate the output buffer and set the length */
499 * __QOPSeal: Wrap the input message placing the output in output given
508 gss_buffer_t output, /* The wraped message */
521 if ((stat = wrap_msg_body(input, output))
551 * __QOPUnSeal: Unwrap the input message into output using the supplied QOP.
552 * Note it is the callers responsibility to release the allocated output
561 gss_buffer_t output /* Th
504 __QOPSeal(dh_qop_t qop, gss_buffer_t input, int conf_req, dh_key_set_t keys, gss_buffer_t output, int *conf_ret ) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c44 * discovering the output length then you're expecting a fixed amount
50 void *output, uint16_t output_max_length,
68 /* Retrieve output length */
79 if ( output != NULL ) {
81 printf ( "pnic_command %#hx: output buffer too small "
86 /* Retrieve output data */
88 ((char*)output)[i] =
97 void *output, uint16_t output_max_length,
102 output, output_max_length,
48 pnic_command_quiet( struct nic *nic, uint16_t command, void *input, uint16_t input_length, void *output, uint16_t output_max_length, uint16_t *output_length ) argument
95 pnic_command( struct nic *nic, uint16_t command, void *input, uint16_t input_length, void *output, uint16_t output_max_length, uint16_t *output_length ) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL114 S<[B<-w> I<width>]> [I<input> [I<output>]]
125 code). If I<input> isn't given, it defaults to STDIN. I<output>, if given,
126 is the file to which to write the formatted output. If I<output> isn't
127 given, the formatted output is written to STDOUT.
135 Use an alternate output format that, among other things, uses a different
140 Include any non-POD text from the input file in the output as well. Useful
146 Format the output with ANSI color escape sequences. Using this option
173 Format the output with overstruck printing. Bold text is rendered as
200 formatting the output
[all...]
H A Dpodselect.PL52 podselect - print selected sections of pod documentation on standard output
73 Specify a section to include in the output.
90 specifications are given than all pod sections encountered are output.
/osnet-11/usr/src/lib/libsasl/include/
H A Dplugin_common.h153 unsigned numiov, buffer_info_t **output);
194 char **output, unsigned *outputsize, unsigned *outputlen,
197 char **output, unsigned *outputlen));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.t15 # ensure correct output ordering for system() calls
154 my %output;
157 ($output{$module} = `$runperl "-I$inlib" $module--$$`)
161 if (&fail (\%wrong, \%output)) {
162 print "not ok 7\n", &faildump (\%wrong, \%output);
195 my %output;
198 ($output{$module} = `$runperl "-I$lib" $module--$$`)
202 if (&fail (\%right, \%output)) {
203 print "not ok 9\n", &faildump (\%right, \%output);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmisc.h315 result into `output'; return EOS address of `output'. */
317 grub_strchrsub (char *output, const char *input, char ch, const char *with) argument
323 grub_strcpy (output, with);
324 output += grub_strlen (with);
328 *output++ = *input++;
330 *output = '\0';
331 return output;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/
H A Dhmac_md5.c46 const krb5_data *input, krb5_data *output)
118 ret = krb5_hmac (context, &krb5int_hash_md5, &ks, 1, &md5tmp, output);
43 k5_hmac_md5_hash(krb5_context context, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *iv, const krb5_data *input, krb5_data *output) argument
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkconfig.in52 -o, --output=FILE output generated config to FILE [default=stdout]
86 -o | --output)
88 --output=*)
89 grub_cfg=`echo "$option" | sed 's/--output=//'`
210 *) echo "Invalid output terminal \"${GRUB_TERMINAL_OUTPUT}\"" >&2 ; exit 1 ;;
H A Dgrub-mkstandalone.in50 -o, --output=FILE save output in FILE [required]
95 -o | --output)
97 --output=*)
98 output_image=`echo "$option" | sed 's/--output=//'` ;;
126 echo "output file must be given" >&2
/osnet-11/usr/src/grub/grub-0.97/
H A Dcompile43 arguments, and rename the output as expected.
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dcompile43 arguments, and rename the output as expected.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.t70 my $output = `$com`;
72 return $output;
103 my ($output, $body);
106 $output = split_a_file ($body, $file, $dir, @extra_args);
109 $output = split_a_file (undef, $file, $dir, @extra_args);
114 while ($output =~ m/(\[.+\])/) {
118 $output =~ s/\Q$filespec\E/$replacement/;
123 cmp_ok ($output, 'eq', $args{Get}, "Output from autosplit()ing $args{Name}");
227 # And that was all it has. You were expected to manually inspect the output
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_accessor.h73 (const krb5_data *output, krb5_kdc_req **rep);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL74 our (@begin_output); # output from BEGIN {}, for testsuite
238 warn "$0: Unexpected compiler output:\n@error" if @error;
250 # What are we going to call our output C file?
304 my @output = @$output_r;
427 # Check the input and output files make sense, are read/writeable.
434 warn "$0: Will not write output on top of input file, ",
490 my (@error,@output);
496 @output = <S_OUT>;
503 return (\@output, \@error);
644 =item -o I<output fil
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.h46 char *output; /* With this filename */ member in struct:options
50 int quiet; /* Less output */
51 int verbose; /* Extra output */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm37 # "fragile kludge") so that its output still looks
78 during compilation. This has the effect that any output printed
81 produce output themselves (C<Deparse>, C<Concise> etc), so that
82 their output is not confused with that generated by the code
94 The C<-ofile> option generates output to B<file> instead of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DConstant.t36 # compare output to ensure that it is the same. We were probably run as ./perl
53 my $output = "output";
162 if (open OUTPUT, "<$output") {
165 close OUTPUT or print "# Close $output failed: $!\n";
168 print "# Open <$output failed: $!\n";
224 check_for_bonus_files ('.', @$files, $output, $makefile_rename, '.', '..');
229 unlink $output or warn "Can't unlink '$output': $!";
378 if (open OUTPUT, ">$output") {
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dchangepw.c122 krb5_data output; local
191 &output);
197 &output);
201 message->length = output.length;
202 message->data = output.data;

Completed in 35 milliseconds

12345678910