Searched refs:output (Results 126 - 150 of 293) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dprexlex.l51 #undef output
54 #define output(c) source_output(c)
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_accessor.h73 (const krb5_data *output, krb5_kdc_req **rep);
H A Dpkinit_accessor.c68 (const krb5_data *output, krb5_kdc_req **rep);
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A DMakefile48 output.c \
H A Dfromclass.c124 rc = output(R_LOAD_CLASS);
H A Dlpadmin.h112 output(),
H A Doutput.c49 ** output() - (MISNOMER) HANDLE MESSAGES BACK FROM SPOOLER
52 int output (type) function
H A Ddo_align.c488 rc = output(R_ACCEPT_DEST);
517 rc = output(R_REJECT_DEST);
546 rc = output(R_ENABLE_DEST);
576 rc = output(R_DISABLE_DEST);
604 rc = output(R_CANCEL_REQUEST);
H A Ddo_mount.c206 rc = output(type + 1);
251 rc = output(R_MAX_TRAYS);
/illumos-gate/usr/src/tools/scripts/
H A Dhdrchk.py67 ret |= hdrchk(fh, lenient=lenient, output=sys.stderr)
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt92 output to identify tokens and fields within tokens.
114 pointers to the start of input and output buffers and their lengths.
126 ENOSPC - output buffer too small.
139 updated to reflect size of output successfully produced. If
159 ENOSPC - output buffer too small.
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/
H A Dk5_arcfour.c72 krb5_arcfour_encrypt(context, enc, hash, key, usage, ivec, input, output)
80 krb5_data *output;
171 checksum.data=output->data;
174 ciphertext.data=output->data+hashsize;
179 output->length = plaintext.length+hashsize;
269 krb5_arcfour_decrypt(context, enc, hash, key, usage, ivec, input, output)
277 krb5_data *output;
288 /* Verify input and output lengths. */
291 if (output->length < input->length - hashsize - CONFOUNDERLENGTH)
430 bcopy(plaintext.data+CONFOUNDERLENGTH, output
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dchangepw.c109 krb5_data output; local
168 &output);
174 &output);
178 message->length = output.length;
179 message->data = output.data;
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c85 static void output(char *path, int n, char *local);
154 output(path, 0, NULL);
166 output(char *path, int n, char *local) function
316 output(newpath, n, local);
322 output(path, n, local);
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmetadata.c125 phandle_t output; local
132 if (OF_getprop(node, "output-device", buf, sizeof(buf)) == -1)
134 output = OF_finddevice(buf);
135 if (input == -1 || output == -1 || OF_getproplen(input, "keyboard") >= 0) {
144 if ((output = OF_instance_to_package(inst)) == -1)
147 if (input != output)
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c81 static stringlist *whatis_lines; /* collected output lines */
299 * Attempt to open an output file.
305 FILE *output; local
310 if ((output = fopen(name, "w")) == NULL) {
314 return (output);
325 * Write the unique sorted lines to the output file.
328 finish_output(FILE *output, char *name) argument
340 (void) fputs(line, output);
341 (void) putc('\n', output);
343 (void) fclose(output);
359 finish_whatis(FILE *output, char *mandir) argument
[all...]
/illumos-gate/usr/src/lib/libsec/
H A DMakefile.com54 CLOBBERFILES += acl.output
/illumos-gate/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,
/illumos-gate/usr/src/tools/ctf/cvt/
H A DMakefile.com44 output.c \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/
H A Dzpool_clear_001_pos.ksh90 typeset output="`zpool status -x $pool`"
92 [[ "$output" == "$healthstr" ]] && return $errnum
/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/lib/libshell/common/tests/
H A Dsun_solaris_cr_6887363_shell_sometimes_mishandles_return_value_of_its_child_process.sh100 output=\`/usr/bin/sleep .01\`
172 [[ "${out}" != "" ]] || err_exit "No output from test"
174 # filter output and check it
176 [[ "${out2}" == "" ]] || err_exit "Unexpected output '${out2}'"
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h141 int (*output[APP_LVL])(int, struct inetgram *); member in struct:inetboot_socket
/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.h83 char *output; /* user-defined additional output */ member in struct:manpage
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h101 * 5a. If SASL_CONTINUE, output to client, wait response, repeat 5
425 * output:
565 * output:
585 * output:
665 * of copying its output into the provided output buffers.
783 #define SASL_MAXOUTBUF 2 /* security layer max output buf unsigned */
894 * output:
919 * output:
1045 * output
[all...]

Completed in 133 milliseconds

1234567891011>>