Searched defs:output (Results 126 - 134 of 134) sorted by relevance

123456

/illumos-gate/usr/src/cmd/find/
H A Dfind.c72 #define LINEBUF_SIZE LINE_MAX /* input or output lines */
233 static FILE *output; variable
312 output = stdout;
408 if (output != stdout)
409 return (cmdclose(output));
1063 output = (FILE *)np->first.l;
1064 (void) fprintf(output, "%s\n", name);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c216 static FILE *output; variable
1648 output = o;
1742 (void) fprintf(output, format, file, current.ln);
1743 (void) fwrite((char *)current.prntbuf, 1, nc, output);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c1737 /* Skip the space used by the output buffer */
1942 /* then the output */
1990 /* Clear the output chain */
2000 * Build either input chain or output chain. It is single-item chain for Sparc,
2260 /* output buffer address */
2263 /* next output buffer entry */
2266 /* output buffer length */
2778 * Performs validation checks on the input and output data structures.
2781 dca_verifyio(crypto_data_t *input, crypto_data_t *output) argument
2805 switch (output
[all...]
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c753 char *output,
760 (void *) output,
768 padding = output[inputlen - 11];
775 if (output[inputlen - 10 - p] != padding) {
784 memcpy(digest, output + inputlen - 10, 10);
793 char *output,
804 memcpy(output, input, inputlen); /* text */
805 memset(output+inputlen, paddinglen, paddinglen);/* pad */
806 memcpy(output+inputlen+paddinglen, digest, 10); /* hmac */
810 des_ede2_cbc_encrypt((void *) output,
749 dec_3des(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
789 enc_3des(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
870 dec_des(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
913 enc_des(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1026 rc4_encrypt(rc4_context_t *text, const char *input, char *output, unsigned len) argument
1060 rc4_decrypt(rc4_context_t *text, const char *input, char *output, unsigned len) argument
1141 dec_rc4(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1162 enc_rc4(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1470 dec_rc4_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1510 enc_rc4_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1551 dec_des_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1605 enc_des_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1724 digestmd5_privacy_encode(void *context, const struct iovec *invec, unsigned numiov, const char **output, unsigned *outputlen) argument
1811 digestmd5_privacy_decode_once(void *context, const char **input, unsigned *inputlen, char **output, unsigned *outputlen) argument
1985 digestmd5_privacy_decode(void *context, const char *input, unsigned inputlen, const char **output, unsigned *outputlen) argument
2002 digestmd5_integrity_encode(void *context, const struct iovec *invec, unsigned numiov, const char **output, unsigned *outputlen) argument
2124 check_integrity(context_t * text, char *buf, int bufsize, char **output, unsigned *outputlen) argument
2166 digestmd5_integrity_decode_once(void *context, const char **input, unsigned *inputlen, char **output, unsigned *outputlen) argument
2246 digestmd5_integrity_decode(void *context, const char *input, unsigned inputlen, const char **output, unsigned *outputlen) argument
[all...]
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c261 "output. The -v and -p options are mutually\n\texclusive."
296 "needed to attach\n\tthe zone is sent to standard output "
1372 boolean_t output = B_FALSE, verbose = B_FALSE, parsable = B_FALSE; local
1465 output = B_TRUE;
1468 output = B_TRUE;
1472 output = B_TRUE;
1485 return (output ? Z_OK : Z_ERR);
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1228 /* Check the output filename and directory attributes. */
1780 KMF_OID *AlgOID, KMF_DATA *tobesigned, KMF_DATA *output)
1789 tobesigned == NULL || output == NULL ||
1791 output->Data == NULL)
1821 p = output->Data;
1828 output->Length = len;
1834 len = (uint32_t)output->Length;
1835 p = output->Data;
1841 output->Length = len;
1861 * ASN.1 output s
1779 OpenSSL_SignData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *key, KMF_OID *AlgOID, KMF_DATA *tobesigned, KMF_DATA *output) argument
2293 OpenSSL_DecryptData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *key, KMF_OID *AlgOID, KMF_DATA *ciphertext, KMF_DATA *output) argument
[all...]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c124 #define SHELP_EXPORT "export [-f output-file]"
873 "output, or to output-file if\n\tspecified, in "
939 * Parameters: path string, file name, output string.
966 *s = '\0'; /* Terminate the output string */
1050 /* don't page error output */
5181 boolean_t output = B_FALSE; local
5202 output = B_TRUE;
5209 * nothing to output.
5211 if (!output
5231 boolean_t output = B_FALSE; local
5275 boolean_t output = B_FALSE; local
5323 boolean_t output = B_FALSE; local
5361 boolean_t output = B_FALSE; local
5405 boolean_t output = B_FALSE; local
5590 boolean_t output = B_FALSE; local
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c7005 * group is encoded into 8 output characters where each output character
7008 * If the input is not an even multiple of 5 characters, the output will be
7009 * padded so that the output is an even multiple of 8 characters. The
7014 * produces output that is not in conformance with RFC 4648. It is
7022 * output - Address of the buffer to receive the encoded data.
7023 * outmax - Size of the buffer at output.
7025 * bytes placed in output.
7030 * -1 Indicates output buffer too small, or pad is one of the
7034 scf_encode32(const char *input, size_t inlen, char *output, size_ argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h221 /* Is a video output device */
228 /* Is a raw VBI output device */
235 /* Is a sliced VBI output device */
483 * Which markers should go into the JPEG output. Unless you exactly
800 uint32_t index; /* Which output */
802 uint32_t type; /* Type of output */
1335 struct v4l2_outputparm output; member in union:v4l2_streamparm::__anon9236

Completed in 141 milliseconds

123456