Searched refs:output (Results 76 - 100 of 234) sorted by relevance

12345678910

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm85 knowing the exact output this module expects. However, if you need to
88 Perl test scripts print to standard output C<"ok N"> for each single
90 output by a standard test script is C<"1..M"> with C<M> being the
93 named as arguments and checks standard output for the expected
99 =head2 The test script output
101 The following explains how Test::Harness interprets the output of your
112 It should be the first non-comment line output by your test program.
116 header to appear as the B<last> line output by your test (again, it
120 output or more than once.
125 Any output fro
[all...]
H A DBuilder.pm52 $Test->output('my_logfile');
789 Whether or not the test should output numbers. That is, this if true:
801 Most useful when you can't depend on the test output order, such as
861 Controlling where the test output goes.
864 Test::Builder's default output settings will not be affected.
877 with test output. A newline will be put on the end if there isn't one
921 Prints to the output() filehandle.
935 my $fh = $self->output;
949 =item B<output>
951 $Test->output(
979 sub output { subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm353 the input file to a new output file, in order to preserve file
371 I<filespec> of the input and output files, respectively. The
373 output file, if necessary.
375 A new version of the output file is always created, which
379 output file; if either of the first two parameters to C<rmscopy>
381 means a file handle pointing to the output file will be
387 timestamps are propagated to the output file. If it is E<gt> 0, then
392 if the name or type of the output file was explicitly specified,
399 it sets C<$!>, deletes the output file, and returns 0.
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnssbase.py138 """Trace/Verbose message output, with a little bit of formatting."""
164 """Error message output, with a little bit of formatting."""
174 """Multi line error message output, with a little bit of formatting."""
184 """Debugging output. IF debug = True"""
189 """Verbose output. IF verbose == True or debug = True"""
343 (ret, output) = self.svc.validate()
345 self.traceit('OUTPUT: ', output)
347 output = 'Unable to process libscf validate command\n'
352 self.err_msg(output)
364 # Collect all error results if they exist for error output
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dclosure.t7 # Run with -debug for debugging output.
196 my($code, $inner_sub_test, $expected, $line, $errors, $output);
438 $| = 1; print ""; $| = 0; # flush output before forking
458 $output = join '', <READ>;
478 # redirecting output in the child.
480 { local $/; $output = join '', <PERL> }
486 { local $/; open IN, $outfile; $output = <IN>; close IN }
496 print $output;
498 if ($debugging && ($errors || $? || ($output =~ /not ok/))) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm60 Directs output to C<FILENAME> instead of standard output.
64 Raw output. Instead of producing a human-readable report, outputs a line
69 Don't output the "(definitions)" sections.
345 sub output { subroutine
419 output();
425 output();
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dhelp2man3 # Generate a short man page from --help and --version output.
42 `$this_program' generates a man page out of `--help' and `--version' output.
50 -o, --output=FILE send output to `FILE'
70 'o|output=s' => \$opt_output,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dsmtp.self21 Enabe the output of dubug information
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_accessor.c75 (*k5int_decode_krb5_as_req)(const krb5_data *output, krb5_kdc_req **rep);
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c755 char *output,
762 (void *) output,
770 padding = output[inputlen - 11];
777 if (output[inputlen - 10 - p] != padding) {
786 memcpy(digest, output + inputlen - 10, 10);
795 char *output,
806 memcpy(output, input, inputlen); /* text */
807 memset(output+inputlen, paddinglen, paddinglen);/* pad */
808 memcpy(output+inputlen+paddinglen, digest, 10); /* hmac */
812 des_ede2_cbc_encrypt((void *) output,
751 dec_3des(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
791 enc_3des(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
872 dec_des(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
915 enc_des(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1028 rc4_encrypt(rc4_context_t *text, const char *input, char *output, unsigned len) argument
1062 rc4_decrypt(rc4_context_t *text, const char *input, char *output, unsigned len) argument
1143 dec_rc4(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1164 enc_rc4(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1475 dec_rc4_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1515 enc_rc4_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1556 dec_des_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1610 enc_des_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1729 digestmd5_privacy_encode(void *context, const struct iovec *invec, unsigned numiov, const char **output, unsigned *outputlen) argument
1816 digestmd5_privacy_decode_once(void *context, const char **input, unsigned *inputlen, char **output, unsigned *outputlen) argument
1990 digestmd5_privacy_decode(void *context, const char *input, unsigned inputlen, const char **output, unsigned *outputlen) argument
2007 digestmd5_integrity_encode(void *context, const struct iovec *invec, unsigned numiov, const char **output, unsigned *outputlen) argument
2129 check_integrity(context_t * text, char *buf, int bufsize, char **output, unsigned *outputlen) argument
2171 digestmd5_integrity_decode_once(void *context, const char **input, unsigned *inputlen, char **output, unsigned *outputlen) argument
2251 digestmd5_integrity_decode(void *context, const char *input, unsigned inputlen, const char **output, unsigned *outputlen) argument
[all...]
/osnet-11/usr/src/lib/libsasl/include/
H A Dsasl.h100 * 5a. If SASL_CONTINUE, output to client, wait response, repeat 5
422 * output:
562 * output:
582 * output:
662 * of copying its output into the provided output buffers.
780 #define SASL_MAXOUTBUF 2 /* security layer max output buf unsigned */
891 * output:
916 * output:
1042 * output
[all...]
/osnet-11/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c237 unsigned numiov, buffer_info_t **output)
244 if(!utils || !vec || !output) {
249 if(!(*output)) {
250 *output = utils->malloc(sizeof(buffer_info_t));
251 if(!*output) {
255 memset(*output,0,sizeof(buffer_info_t));
258 out = *output;
714 char **output, /* output buffer */
715 unsigned *outputsize, /* current size of output buffe
236 _plug_iovec_to_buf(const sasl_utils_t *utils, const struct iovec *vec, unsigned numiov, buffer_info_t **output) argument
711 _plug_decode(const sasl_utils_t *utils, void *context, const char *input, unsigned inputlen, char **output, unsigned *outputsize, unsigned *outputlen, int (*decode_pkt)(void *context, const char **input, unsigned *inputlen, char **output, unsigned *outputlen)) argument
[all...]
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c52 * Gets a hexadecimal string of the xx:xx:xx-like format and fills the output
54 * error (missing ':', not a hexadecimal character (eg. 'z'), output buffer
61 * number of bytes returned via the output parameter
64 read_id(char *str, unsigned char *output, int out_len) argument
70 (void) memset(output, 0, out_len);
73 /* Counter for the used output bytes. */
90 output[n] = (unsigned char)x1;
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Ddrivemap.c154 tryparse_diskstring (const char *str, grub_uint8_t *output) argument
166 if (output)
167 *output = bios_num;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm281 $c->output(@_);
386 $s->output("Subroutine not found.\n") unless $i;
389 $s->output("Line $i not breakable.\n");
401 $s->output("Subroutine not found.\n") unless $i;
404 $s->output("Line $i not breakable.\n");
433 $s->output("Subroutine not found.\n") unless $i;
459 $s->output("Subroutine not found.\n") unless $i;
462 $s->output("Line $i not actionable.\n");
478 $s->output("Subroutine not found.\n") unless $i;
541 sub output {} subroutine
[all...]
H A Dopen.pm146 open - perl pragma to set default PerlIO layers for input and output
178 the default layers of output streams. With the C<IO> subpragma
179 you can control both input and output streams simultaneously.
225 for input/output handles. For example, if both input and out are
227 STDERR are also in C<:utf8>. On the other hand, if only output is
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dsbb.py445 output = ''
447 output = '\nOutput from "%s" was:\n' % ' '.join(args)
449 output += '<STDOUT>:\n%s' % cpe.popen.stdout
451 output += '<STDERR>:\n%s' % cpe.popen.stderr
454 str(cpe.returncode) + output)
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py273 renames or copies is output in parentheses following the file
378 return Comments.comchk(active.comments(), check_db=check_db, output=ui,
415 ret |= Cddl.cddlchk(fh, lenient=lenient, output=ui)
461 ret |= Mapfile.mapfilechk(fh, output=ui)
495 ret |= Copyright.copyright(fh, output=ui)
529 ret |= HdrChk.hdrchk(fh, lenient=True, output=ui)
564 ret |= CStyle.cstyle(fh, output=ui,
594 ret |= JStyle.jstyle(fh, output=ui, picky=True)
755 return int(not Rti.rti(bugs, gatePath=parent, output=ui))
782 ret |= Keywords.keywords(fh, output
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c145 * generated token output.
152 gss_buffer_t output /* The accept token */)
180 return (__make_token(output, NULL, &token, &keys));
363 gss_buffer_t output, /* Token to send initiator */
381 if (minor == NULL || output == NULL || gss_ctx == NULL)
397 output->length = 0;
398 output->value = 0;
516 /* Create output token if needed */
518 if (*minor = gen_accept_token(g_cntx, channel, output)) {
650 * generate the output toke
354 __dh_gss_accept_sec_context( OM_uint32 *minor, gss_ctx_id_t *gss_ctx, gss_cred_id_t cred, gss_buffer_t input, gss_channel_bindings_t channel, gss_name_t *principal, gss_OID* mech, gss_buffer_t output, OM_uint32 *flags, OM_uint32 *expire, gss_cred_id_t *del_cred ) argument
[all...]
/osnet-11/usr/src/lib/libsum/common/
H A Dsum-md5.c81 * encode input into output
86 md5_encode(register unsigned char* output, register UINT4* input, unsigned int len) argument
93 output[j] = (unsigned char)(input[i] & 0xff);
94 output[j+1] = (unsigned char)((input[i] >> 8) & 0xff);
95 output[j+2] = (unsigned char)((input[i] >> 16) & 0xff);
96 output[j+3] = (unsigned char)((input[i] >> 24) & 0xff);
101 * decode input into output
106 md5_decode(register UINT4* output, register unsigned char* input, unsigned int len) argument
112 output[i] = ((UINT4)input[j]) |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL86 # Initialize and run the formatter, pulling a pair of input and output off at
109 [I<input> [I<output>] ...]
120 code). If I<input> isn't given, it defaults to STDIN. I<output>, if given,
121 is the file to which to write the formatted output. If I<output> isn't
122 given, the formatted output is written to STDOUT. Several POD files can be
124 times) by providing multiple pairs of I<input> and I<output> files on the
133 it. This generally only matters for troff output for printing. Similarly,
135 output.
164 Some systems may want CR instead. Only matters for troff(1) output
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c572 /* Make the length to 0, so the output token is not sent to peer */
687 gss_buffer_desc output; local
698 /* Copy the input message to output message */
699 output = make_dummy_token_msg(
705 *output_message_buffer = output;
726 gss_buffer_desc output; local
747 output.length = bodysize;
748 output.value = (void *)malloc(output.length);
749 memcpy(output
[all...]
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_sunoem.c253 ipmi_sunoem_cli(ipmi_handle_t *ihp, char **commands, char *output, uint_t olen, argument
338 * This loop polls for output from the command. We will break
342 * (indicating that there is no more output to be read)
345 * additional output from the command will be lost.
387 * output will be truncated.
389 (void) strncpy(output+i, msg_resp->icli_buf,
395 (void) strcpy(output+i, msg_resp->icli_buf);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drsa.c90 static void public (gcry_mpi_t output, gcry_mpi_t input, RSA_public_key *skey);
91 static void secret (gcry_mpi_t output, gcry_mpi_t input, RSA_secret_key *skey);
601 public(gcry_mpi_t output, gcry_mpi_t input, RSA_public_key *pkey )
603 if( output == input ) /* powm doesn't like output and input the same */
607 mpi_set(output, x);
611 mpi_powm( output, input, pkey->e, pkey->n );
694 secret(gcry_mpi_t output, gcry_mpi_t input, RSA_secret_key *skey )
698 mpi_powm (output, input, skey->d, skey->n);
721 mpi_add ( output, m
600 public(gcry_mpi_t output, gcry_mpi_t input, RSA_public_key *pkey ) argument
693 secret(gcry_mpi_t output, gcry_mpi_t input, RSA_secret_key *skey ) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drsa.c89 static void public (gcry_mpi_t output, gcry_mpi_t input, RSA_public_key *skey);
90 static void secret (gcry_mpi_t output, gcry_mpi_t input, RSA_secret_key *skey);
600 public(gcry_mpi_t output, gcry_mpi_t input, RSA_public_key *pkey )
602 if( output == input ) /* powm doesn't like output and input the same */
606 mpi_set(output, x);
610 mpi_powm( output, input, pkey->e, pkey->n );
693 secret(gcry_mpi_t output, gcry_mpi_t input, RSA_secret_key *skey )
697 mpi_powm (output, input, skey->d, skey->n);
720 mpi_add ( output, m
599 public(gcry_mpi_t output, gcry_mpi_t input, RSA_public_key *pkey ) argument
692 secret(gcry_mpi_t output, gcry_mpi_t input, RSA_secret_key *skey ) argument
[all...]

Completed in 248 milliseconds

12345678910