Searched refs:input (Results 151 - 175 of 294) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/tools/ctf/cvt/
H A DMakefile.com40 input.c \
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_crc32.c110 __in_ecount(length) uint8_t const *input,
117 uint32_t data = *(input++);
108 efx_crc32_calculate( __in uint32_t crc_init, __in_ecount(length) uint8_t const *input, __in int length) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.c489 * __QOPSeal: Wrap the input message placing the output in output given
495 gss_buffer_t input, /* The buffer to wrap */
511 if ((stat = wrap_msg_body(input, output))
530 /* Unwrap the input into out->value */
541 * __QOPUnSeal: Unwrap the input message into output using the supplied QOP.
548 gss_buffer_t input, /* The message to unwrap */
568 /* Unwrap the input into the output, return the status */
569 stat = unwrap_msg_body(input, output);
494 __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
547 __QOPUnSeal(dh_qop_t qop, gss_buffer_t input, int conf_req, dh_key_set_t keys, gss_buffer_t output ) argument
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dilogbf.s72 .ilogb_subnorm: / subnormal input
H A Dilogb.s71 .ilogb_subnorm: / subnormal input
H A Dilogbl.s73 .ilogbl_subnorm: / subnormal or pseudo-denormal input
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c84 FILE *input; /* Current command input file */ variable
85 int intty; /* True if standard input a tty */
H A Daux.c306 * The following code deals with input stacking to do source
319 * Pushdown current input file and switch to a new one.
352 sstack[++ssp].s_file = input;
357 input = fi;
363 * Pop the current input back to the previous level.
375 fclose(input);
380 input = sstack[ssp--].s_file;
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmttydefs.c74 int input,state,size,rawc,field; local
98 input = ACTIVE;
119 else input = FINISHED;
259 } while (input == ACTIVE);
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h93 * "target" is needed for input prior to IP address assignment. It may
133 struct inetgram *inq; /* input queue */
140 int (*input[APP_LVL])(int); member in struct:inetboot_socket
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcmore.c42 Sfio_t* input; /* tied with this input stream */ member in struct:__anon2611
55 * we assume line-at-a-time input
273 if (f = more->input)
275 more->input = 0;
299 * if f==sfstdout then input on sfstdin also resets the state
359 more->input = sfstdin;
/illumos-gate/usr/src/tools/cscope-fast/
H A DMakefile31 find.o edit.o exec.o help.o history.o input.o menu.o alloc.o \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dimport_name.c108 krb5_principal input; local
121 input = *((krb5_principal *) input_name_buffer->value);
123 if ((code = krb5_copy_principal(context, input, &princ))) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.c54 krb5_ldap_get_db_opt(char *input, char **opt, char **val) argument
56 char *pos = strchr(input, '=');
60 *opt = strdup(input);
65 int len = pos - input;
70 memcpy(*opt, input, (unsigned) len);
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c136 * The parameters input here select which classes to allow.
147 char *input, *ip, c; local
157 input = malloc(strlen(flags) + 1);
158 if (input == NULL)
161 ip = input;
169 if (getauditflagsbin(input, &tmask) == 0) {
180 free(input);
186 * current audit record. The input is 1 for success, -1 for
495 * filter() parse input; toss if not wanted.
497 * the input valu
505 filter(const char *input, uint64_t sequence, char *output, size_t in_len, size_t out_len) argument
793 auditd_plugin(const char *input, size_t in_len, uint64_t sequence, char **error) argument
[all...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dfcalupdate.c799 char input[1024]; local
801 input[0] = '\0';
812 (void) gets(input);
814 if ((strcmp(input, MSGSTR(4535, "y")) == 0) ||
815 (strcmp(input, MSGSTR(40, "yes")) == 0)) {
817 } else if ((strcmp(input, MSGSTR(4536, "n")) == 0) ||
818 (strcmp(input, MSGSTR(45, "no")) == 0)) {
822 (void) fprintf(stderr, MSGSTR(4538, "Invalid input\n"));
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c750 const char *input,
759 des_ede2_cbc_encrypt((void *) input,
790 const char *input,
804 memcpy(output, input, inputlen); /* text */
871 const char *input,
880 des_cbc_encrypt((void *) input,
889 memcpy(c->ivec, input + (inputlen - 8), 8);
914 const char *input,
928 memcpy(output, input, inputlen); /* text */
1027 const char *input,
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
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
2080 create_MAC(context_t * text, char *input, int inputlen, int seqnum, unsigned char MAC[16]) 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/libnvpair/
H A Dnvpair_json.c37 * 1. The input String is encoded in the current locale.
46 nvlist_print_json_string(FILE *fp, const char *input) argument
55 while ((sz = mbrtowc(&c, input, MB_CUR_MAX, &mbr)) > 0) {
96 input += sz;
/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c41 FILE *input; local
144 input = stdin;
148 * input steam is a pipe. Using 64-bit interface to
151 if (fstat64(fileno(input), &sbuf) == 0) {
250 /* no input */
/illumos-gate/usr/src/cmd/sh/
H A Dword.c382 if (f->fdes != input || !isatty(input)) {
435 ((flags & oneflg) == 0 && isatty(input) &&
/illumos-gate/usr/src/lib/efcode/engine/
H A Dinit.c117 env->input = MALLOC(sizeof (input_typ));
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dilogbl.s73 .ilogbl_subnorm: / subnormal or pseudo-denormal input
/illumos-gate/usr/src/cmd/refer/
H A Drefer1.c146 while (input(line)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c53 static int matchty; /* Type of matching do to on input */
61 static char *input = NULL; /* Consolidated input file */ variable
140 input = optarg;
148 if (input == NULL) {
149 wbku_printerr("no input file specified\n");
313 if (get_ifile(input, i_pass, k_in, c_in, t_in) < 0)
500 wbku_printerr("cannot open input file %s", name);
615 " -i - input file to be split into component parts and put in\n"
624 " private key to be selected from the input fil
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A DMakefile8 ROUTEDOBJS= common.o if.o input.o main.o output.o parms.o radix.o \

Completed in 97 milliseconds

1234567891011>>