Searched defs:output (Results 26 - 50 of 70) sorted by relevance

123

/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...]
H A Dstty.c34 "settings of certain modes to standard output.]"
35 "[a:all?Writes to standard output all of the mode settings.]"
37 "[g:save?Writes the current settings to standard output in a form that "
135 { "ospeed", NUM, C_SPEED,0, CBAUD, 0, C("\an\a is the output baud rate") },
173 { "start", CHAR, T_CHAR, SS, VSTART, 'Q', C("Restart the output after stopping it") },
176 { "stop", CHAR, T_CHAR, SS, VSTOP, 'S', C("Stop the output") },
188 { "flush", CHAR, T_CHAR, SS, VDISCARD, 'O', C("Discard output") },
234 { "ixon", BIT, I_FLAG, 0, IXON, IXON, C("Enable (disable) XON/XOFF flow control. \bstop\b character stops output") },
236 { "ixany", BIT, I_FLAG, US, IXANY, IXANY, C("Any character (only start character) can restart output.") },
306 { "opost", BIT, O_FLAG, SS, OPOST, OPOST, C(" Postprocess (do not postprocess) output") },
466 static void output(struct termios *sp, int flags) function
[all...]
/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/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/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...]
H A Dname.c92 gss_buffer_t output, /* Were the printable name goes */
95 if (minor == 0 || output == 0)
103 output->length = 0;
104 output->value = (void *)strdup((char *)name);
105 if (output->value == NULL) {
109 output->length = strlen((char *)name) + 1;
122 * free(output->value);
123 * output->value = NULL;
137 * to a an gss_name_t pointed to by output.
140 do_netname_nametype(OM_uint32 *minor, char *input, gss_name_t *output) argument
89 __dh_gss_display_name( OM_uint32* minor, gss_name_t name, gss_buffer_t output, gss_OID *name_type ) argument
160 do_uid_nametype(OM_uint32 *minor, uid_t uid, gss_name_t *output) argument
188 do_username_nametype(OM_uint32 *minor, char *uname, gss_name_t *output) argument
294 do_hostbase_nametype(OM_uint32 *minor, char *input, gss_name_t *output) argument
[all...]
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/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;
/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/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/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/B/
H A DC.pm35 sub output subroutine
111 sub output { subroutine
145 $section->SUPER::output( $fh, $format );
1373 $symsect->output(\*STDOUT, "#define %s\n");
1387 $decl->output(\*STDOUT, "%s\n");
1395 $section->output(\*STDOUT, "\t{ %s }, /* %d */\n");
1400 $init->output(\*STDOUT, "\t%s\n", $init_name );
1922 seek(STDOUT,0,0); #exclude print statements in BEGIN{} into output
1971 warn "Writing output\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
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/lib/libresolv2/common/isc/
H A Deventlib.c81 ctx->output = NULL;
143 evSetDebug(evContext opaqueCtx, int level, FILE *output) { argument
147 ctx->output = output;
318 * the input and output events (corresponding to
677 if (ctx->output != NULL && ctx->debug >= level) {
678 vfprintf(ctx->output, fmt, ap);
679 fflush(ctx->output);
H A Deventlib_p.h218 FILE *output; member in struct:__anon2440
/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/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Delgamal.c56 static void decrypt (gcry_mpi_t output, gcry_mpi_t a, gcry_mpi_t b,
487 decrypt(gcry_mpi_t output, gcry_mpi_t a, gcry_mpi_t b, ELG_secret_key *skey ) argument
491 /* output = b/(a^x) mod p */
494 mpi_mulm( output, b, t1, skey->p );
502 log_mpidump("elg decrypted M= ", output);
H A Dserpent.c482 INDEX, writing the output to the block found in ARRAY1 at index
491 index INDEX, writing the output to the block found in ARRAY1 at
707 const byte *input, byte *output)
760 memcpy (output, b_next, sizeof (b_next));
765 const byte *input, byte *output)
818 memcpy (output, b_next, sizeof (b_next));
706 serpent_encrypt_internal(serpent_context_t *context, const byte *input, byte *output) argument
764 serpent_decrypt_internal(serpent_context_t *context, const byte *input, byte *output) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Delgamal.c56 static void decrypt (gcry_mpi_t output, gcry_mpi_t a, gcry_mpi_t b,
487 decrypt(gcry_mpi_t output, gcry_mpi_t a, gcry_mpi_t b, ELG_secret_key *skey ) argument
491 /* output = b/(a^x) mod p */
494 mpi_mulm( output, b, t1, skey->p );
502 log_mpidump("elg decrypted M= ", output);
H A Dserpent.c483 INDEX, writing the output to the block found in ARRAY1 at index
492 index INDEX, writing the output to the block found in ARRAY1 at
708 const byte *input, byte *output)
761 memcpy (output, b_next, sizeof (b_next));
766 const byte *input, byte *output)
819 memcpy (output, b_next, sizeof (b_next));
707 serpent_encrypt_internal(serpent_context_t *context, const byte *input, byte *output) argument
765 serpent_decrypt_internal(serpent_context_t *context, const byte *input, byte *output) argument
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...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-solvers.c69 grub_md5_calc(void *output, const void *input, unsigned int inlen) argument
78 memcpy(output, digest, 0x10);
/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/lib/libkmf/libkmf/common/
H A Dpk11keys.c802 KMF_DATA *tobesigned, KMF_DATA *output,
861 (void) memcpy(output->Data, pfx, pfxlen);
862 (void) memcpy(output->Data + pfxlen, outbuf, outlen);
863 output->Length = outlen + pfxlen;
865 (void) memcpy(output->Data, outbuf, outlen);
866 output->Length = outlen;
799 PKCS_DigestData(KMF_HANDLE_T handle, CK_SESSION_HANDLE hSession, CK_MECHANISM_TYPE mechtype, KMF_DATA *tobesigned, KMF_DATA *output, boolean_t pkcs1_encoding) argument
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c471 * output but is included if DEBUG is on.
476 filter(const char *input, uint64_t sequence, char *output, argument
621 bp = output;
860 "incorrect p_flags setting; no records will be output"));

Completed in 113 milliseconds

123