Searched refs:output (Results 26 - 50 of 234) sorted by relevance

12345678910

/osnet-11/usr/src/lib/libcmd/common/
H A Duname.c35 " standard output. When options are specified, one or more"
36 " system characteristics are written to standard output, space"
38 " the output is in the order specfied by the \b-A\b option below."
62 "[S:sethost?Set the hostname or nodename to \aname\a. No output is"
63 " written to standard output.]:[name]"
236 #define output(f,v,u) do \ macro
383 output(OPT_system, ut.sysname, "sysname");
390 output(OPT_nodename, s, "nodename");
392 output(OPT_release, ut.release, "release");
393 output(OPT_versio
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dextensions.c30 int ldap_create_page_control(LDAP *ld, unsigned int pagesize, struct berval *cookie, char isCritical, LDAPControl **output) argument
35 if (NULL == ld || NULL == output)
51 output);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dspagectrl.c24 int ldap_create_page_control(LDAP *ld, unsigned int pagesize, struct berval *cookie, char isCritical, LDAPControl **output) argument
29 if (NULL == ld || NULL == output)
45 output);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Ddetails.t32 my $out_fh = $Test->output;
36 $Test->output(\*FH);
69 $Test->output($out_fh);
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftARCFourCrypt.c87 * output: pointer to the output storage.
88 * outputlenp: pointer to the length of the output
91 * Encrypts/Decrypts the 'input' and gets the result in the 'output'
95 * CKR_BUFFER_TOO_SMALL: the output buffer provided by application
102 CK_ULONG inputlen, CK_BYTE_PTR output, CK_ULONG_PTR outputlenp)
111 * If application asks for the length of the output buffer
114 if (output == NULL) {
124 arcfour_crypt(keystream, input, output, inputlen);
101 soft_arcfour_crypt(crypto_active_op_t *active_op, CK_BYTE_PTR input, CK_ULONG inputlen, CK_BYTE_PTR output, CK_ULONG_PTR outputlenp) argument
/osnet-11/usr/src/tools/onbld/Checks/
H A DHdrChk.py155 def hdrchk(fh, filename=None, lenient=False, output=sys.stderr):
171 err(output, "Missing copyright in opening comment", hdr)
188 err(output, "Invalid or missing header guard", hdr)
206 err(output, "Header guard does not match "
212 err(output, "Invalid header guard", hdr)
227 err(output, "Invalid #pragma ident", hdr)
254 err(output, "Bad include", hdr)
270 err(output, "Bad __cplusplus clause",
290 err(output, "Bad __cplusplus clause",
309 err(output, "Missin
[all...]
H A DRti.py52 output=sys.stderr):
135 output.write("%s\n" % e)
138 output.write("%s\n" % e)
161 output.write( message )
169 output.write(message)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DUsage.t22 pod2usage({ -verbose => 0, -exit => 'noexit', -output => \*FAKEOUT });
27 pod2usage({ -verbose => 0, -exit => 'noexit', -output => \*FAKEOUT,
37 -output => \*FAKEOUT, -input => $file });
44 -output => \*FAKEOUT, -input => $file,
57 "-output => q{$dev_null}",
86 pod2usage( { -verbose => 1, -exit => 'noexit', -output => \*FAKEOUT } );
97 pod2usage( { -verbose => 2, -exit => 'noexit', -output => \*FAKEOUT } );
H A Dbasic.t55 # Map of translators to file extensions to find the formatted output to
97 my $output = <OUTPUT>;
104 $output =~ tr/\033/\047/;
107 if ($master eq $output) {
112 print "# Non-matching output left in out.$translators{$_}\n";
H A Dtext-options.t50 my $output;
53 $output = <TMP>;
62 if ($output eq $expected) {
66 print "Expected\n========\n$expected\nOutput\n======\n$output\n";
71 # Below the marker are bits of POD and corresponding expected text output.
73 # input and output are separated by lines containing only ###.
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintaRecord.java37 * output associated with each {@link Tuple}. If multiple aggregations
39 * record, then the DTrace library tabulates the output, using a default
40 * format if no format string was specified. By default, the output
49 * produce output for the tuples "123" and "456" similar to the
67 * no aggregation data. However, the formatted output generated by the
88 "formattedStrings", "tuples", "output"})
121 private transient String output; field in class:PrintaRecord
140 * formatted output.
146 * @param formattedOutput the formatted output, if any, associated
156 * output i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm64 $self->output ($code);
72 my $output = '';
78 $output .= $spaces . $1 . "\n";
83 $output .= $spaces . $_;
84 $output =~ s/\s+$/\n\n/;
85 $output;
112 Pod::Text::Color is a simple subclass of Pod::Text that highlights output
H A DOverstrike.pm10 # This was written because the output from:
14 # is not as rich as the output from
89 $self->output ($margin . $text . "\n");
101 $self->output ($code);
109 my $output = '';
119 $output .= $spaces . $1 . "\n";
124 $output .= $spaces . $_;
125 $output =~ s/\s+$/\n\n/;
126 $output;
167 output tex
[all...]
H A DTermcap.pm10 # output the right termcap escape sequences for formatted text on the current
99 $self->output ($$self{BOLD} . $code . $$self{NORM});
106 my $output = '';
113 $output .= $spaces . $1 . "\n";
118 $output .= $spaces . $_;
119 $output =~ s/\s+$/\n\n/;
120 $output;
148 Pod::Text::Termcap is a simple subclass of Pod::Text that highlights output
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm10 # match its output except for some specific circumstances where other
11 # decisions seemed to produce better output. It uses Pod::Parser and is
156 # a Pod::Paragraph object. Just output it verbatim, but with tabs converted
165 $self->output ($_);
169 # a Pod::Paragraph object. Perform interpolation and output the results.
173 $self->output ($_[0]), return if $$self{VERBATIM};
216 # Now actually interpolate and output the paragraph.
222 $self->output ($self->reformat ($_ . "\n"));
243 # For all the other sequences, empty content produces no output.
247 # When we output th
516 sub output { $_[1] =~ tr/\\01/ /; print { $_[0]->output_handle } $_[1] } subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL103 # If $options{'out'} is set we are processing to a single output file
111 # If the output file is not specified it is assumed that
112 # a single output file is required per input file using
117 # Case where we just generate one input per output
123 my $output = $pod;
124 $output = basename($output, '.pm', '.pod','.pl') . '.tex';
142 # Derive the input file from the output file
143 $parser->parse_from_file($pod, $output);
145 print "Written output t
[all...]
H A Dpod2usage.PL63 [B<-output>S< >I<outfile>]
86 =item B<-output> I<outfile>
88 The output file to print to. If the special names "-" or ">&1" or ">&STDOUT"
89 are used then standard output is used. If ">&2" or ">&STDERR" is used then
108 The pathname of a file containing pod documentation to be output in
146 "output=s",
168 $usage{-output} = $options{"output"} if (defined $options{"output"});
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigRat/
H A DTest.pm77 # calculate a BigFloat compatible string output
92 my $output = Math::BigFloat->new($x->{_n})->bdiv($x->{_d});
95 $s.$output->bstr();
105 # calculate a BigFloat compatible string output
118 my $output = Math::BigFloat->new($x->{_n})->bdiv($x->{_d});
119 return $s.$output->bsstr();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Test/Simple/
H A DCatch.pm11 $t->output($out_fh);
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.h61 dh_key_set_t keys, gss_buffer_t output, int *conf_ret);
65 dh_key_set_t keys, gss_buffer_t output);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dplainer.t9 my $output = 'plnr_out.pod';
21 open OUT, '>', $output or die $!;
24 open OUT, '<', $output or die $!;
40 1 while unlink $output;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/
H A Drel2abs2rel.t51 my $output = <F>;
53 return $output;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.t276 like( $db->{output}, qr/2 not break/, '... should respect @DB::dbline' );
279 like( $db->{output}, qr/not found/, '... should warn on unfound sub' );
299 like( $db->{output}, qr/2 not break/, '... should respect @DB::dbline' );
302 like( $db->{output}, qr/not found/, '... should warn on unfound sub' );
370 is( $db->{output}, "Subroutine not found.\n",
371 '... should output warning if sub cannot be found');
405 is( $db->{output}, "Subroutine not found.\n",
406 '... should output warning if sub cannot be found');
409 like( $db->{output}, qr/1 not action/,
447 is( $db->{output}, "Subroutin
512 sub output { subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm11 $output = T_IV( $input );
12 $output = T_PV( $input );
13 @output = T_ARRAY( @input );
23 A test script can then compare the input and output to make sure they
24 are the expected values. When only an input or output function is
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/
H A Dk5_md5des.c49 const krb5_data *input, krb5_data *output)
67 if (output->length != (CONFLENGTH+MD5_CKSUM_LENGTH))
121 (CK_BYTE_PTR)(output->data + CONFLENGTH),
129 (void) memcpy(output->data, conf, CONFLENGTH);
135 (krb5_pointer) output->data,
136 (krb5_pointer) output->data, output->length,
47 k5_md5des_hash(krb5_context context, krb5_const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *ivec, const krb5_data *input, krb5_data *output) argument

Completed in 55 milliseconds

12345678910