Searched refs:input (Results 51 - 75 of 294) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/sh/
H A Dmain.c269 if ((input = pathopen(nullstr, sysprofile)) >= 0)
275 if ((input = pathopen(homenod.namval, profile)) >= 0) {
291 * open input file if specified
295 input = -1;
300 input = 0;
322 input = chkopen(cmdadr, 0);
327 if (input != 0)
350 * move input
352 if (input > 0) {
353 Ldup(input, INI
[all...]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioLib.cc40 const char *path, // input filename
69 // Create an output file and copy an input stream to it.
75 Audio* input) // input data stream
92 err = AudioCopy(input, outf);
72 Audio_WriteOutputFile( const char *path, const AudioHdr& hdr, Audio* input) argument
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/old/
H A Dold_encrypt.c58 const krb5_data *input,
69 krb5_old_encrypt_length(enc, hash, input->length, &enclen);
85 (void) memcpy(output->data+blocksize+hashsize, input->data, input->length);
52 krb5_old_encrypt(krb5_context context, const struct krb5_enc_provider *enc, const struct krb5_hash_provider *hash, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *ivec, const krb5_data *input, krb5_data *output) argument
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmc-us3_asm.s54 ! input
/illumos-gate/usr/src/cmd/od/
H A Dod.c51 static FILE *input = NULL; variable
326 if (input != NULL) {
327 if ((input = freopen(files[curfile], "r", input)) !=
330 return (input);
333 if ((input = fopen(files[curfile], "r")) != NULL) {
335 return (input);
355 while ((input != NULL) && (b->navail < (2 * blocksize))) {
360 (void) fclose(input);
361 input
[all...]
/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dtest.c34 const char *input; member in struct:__anon2454
65 const char *input; member in struct:__anon2455
120 tests2[cnt].input, tests2[cnt].salt, NULL);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlex_var.h21 YY_FATAL_ERROR( "input in flex scanner failed" ); \
27 YY_FATAL_ERROR( "input in flex scanner failed" );
29 #ifdef input
30 # undef input macro
31 # define input() (((pos >= string_start) && (pos < string_end)) ? \ macro
/illumos-gate/usr/src/cmd/tail/tests/
H A Dsun_solaris_tail.sh102 # quote input string but use single-backslash that "err_exit" prints
112 # quote input string but use double-backslash that "err_exit" prints
145 input=$'hello\nworld'
153 input=$'1\n2\n3\n4'
162 input=$'1\n2\n3\n4'
171 input=$'1\n2\n3\n4'
180 input=$'1\n2\n3\n4'
190 input=$'1\n2\n3\n4'
199 input=$'1\n2\n3\n4'
208 input
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_crypt.c222 krb5_data input, output; local
263 input.data = (void *) &t;
264 input.length = 4;
268 code = krb5_hmac(context, longterm_key, &input, &output);
271 longterm_key, 1, &input, &output);
276 input.data = ( void *) kd_data;
277 input.length = kd_data_len;
280 code = krb5_hmac(context, &usage_key, &input, &output);
283 &usage_key, 1, &input, &output);
288 input
[all...]
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Drules.c202 MatchClass(register char class, register char input) argument
213 if (input == '?') {
222 c = CRACK_TOLOWER(input);
230 c = CRACK_TOLOWER(input);
238 if (strchr("\t ", input)) {
245 if (strchr(".`,:;'!?\"", input)) {
252 if (strchr("$%%^&*()-_+=|\\[]{}#@/~", input)) {
261 if (islower(input)) {
268 if (isupper(input)) {
275 if (isalpha(input)) {
363 Mangle(char *input, char *control) argument
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dmenu_scsi.c157 * Parse input and dispatch to the appropriate functions.
216 * Prompt and get next input line. We don't use the
217 * standard input routine, since we need a little
218 * more flexibility in parsing the input.
581 grown_list = !input(FIO_MSTR, "Format with the Grown Defects list",
779 parse_change_spec(full_input, input, pageno, chg_item)
781 char *input;
788 assert(*input == 'b');
793 input++;
794 chg_item->byteno = (int)strtol(input,
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dname.c148 do_netname_nametype(OM_uint32 *minor, char *input, gss_name_t *output) argument
150 if (__dh_validate_principal(input) != DH_SUCCESS)
154 *output = (gss_name_t)strdup((char *)input);
302 do_hostbase_nametype(OM_uint32 *minor, char *input, gss_name_t *output) argument
305 char *host = strchr(input, '@');
333 gss_buffer_t input, /* The export name to convert */
341 unsigned char *p = (unsigned char *)input->value;
342 OM_uint32 len = input->length;
368 /* Compare that the input is for this mechanism */
433 * Given an input nam
331 do_exported_netname(dh_context_t ctx, OM_uint32 *minor, gss_buffer_t input, gss_name_t *output ) argument
442 __dh_gss_import_name(void *ctx, OM_uint32 *minor, gss_buffer_t input, gss_OID name_type, gss_name_t *output ) argument
[all...]
H A Dcrypto.h60 __QOPSeal(dh_qop_t qop, gss_buffer_t input, int conf_req,
64 __QOPUnSeal(dh_qop_t qop, gss_buffer_t input, int conf_req,
H A Dtoken.c118 dh_token_t token, /* The unserialized input token */
126 /* Allocate the signature for the input token */
295 __get_ap_token(gss_buffer_t input, /* The token to deserialize */ argument
298 dh_signature_t sig /* The signature found over the input token */)
307 p = buf = (unsigned char *)input->value;
314 if ((len = get_der_length(&p, input->length - 1, &bytes)) < 0)
321 if (input->length - 1 - bytes != len)
353 if (input->length - hsize != token_len)
403 __get_token(gss_buffer_t input, /* The token to deserialize */ argument
412 /* Create a an XDR stream out of the input toke
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dcombine_keys.c26 * k-truncate is defined as truncating to the key size the input.
86 krb5_data input, randbits; local
148 * Get R1 and R2 (by running the input keys through the DR algorithm.
152 input.length = key2->length;
153 input.data = (char *) key2->contents;
155 if ((ret = dr(context, enc, key1, r1, &input)))
168 input.length = key1->length;
169 input.data = (char *) key1->contents;
171 if ((ret = dr(context, enc, key2, r2, &input)))
232 * Note that the input t
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Dckpath.c242 ckpath_err(int pflags, char *error, char *input) argument
247 if (input) {
248 if (ckpath_val(input, pflags)) {
275 input[MAX_INPUT], local
293 if (getinput(input)) {
298 if (strlen(input) == 0) {
307 if (strcmp(input, "?") == 0) {
311 if (ckquit && (strcmp(input, "q") == 0)) {
316 if (ckpath_val(input, pflags)) {
322 (void) strcpy(pathval, input);
[all...]
/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c126 uchar_t *input = (uchar_t *)inptr; local
142 bcopy(input, &context->buffer[index], partLen);
146 MD4Transform(context->state, (uchar_t *)&input[i]);
154 /* Buffer remaining input */
155 bcopy(&input[i], &context->buffer[index], inputLen - i);
263 * Encodes input (uint32_t) into output (unsigned char). Assumes len is
267 Encode(unsigned char *output, uint32_t *input, unsigned int len) argument
273 *(uint32_t *)(void *)&output[j] = input[i];
276 output[j] = (unsigned char)(input[i] & 0xff);
277 output[j+1] = (unsigned char)((input[
289 Decode(uint32_t *output, unsigned char *input, unsigned int len) argument
[all...]
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioLib.h45 Audio* from, // input source
50 Audio* from, // input source
52 Double& frompos, // input position (updated)
58 Audio* from, // input source
60 Double& frompos, // input position (updated)
66 const char *path, // input filename
73 Audio* input); // input data stream
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.h37 gchar *input; member in struct:__anon634
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/
H A Dchecksum.c113 krb5_dk_make_checksum(context, hash, key, usage, input, output)
118 krb5_const krb5_data *input;
152 input, output))) {
157 if ((ret = krb5_hmac(context, hash, cksum_key, 1, input, output)) != 0) {
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinterp.c97 char *input = NULL; local
124 while ((input = linenoise(prompt())) != NULL) {
126 bf_run(input);
127 linenoiseHistoryAdd(input);
128 free(input);
191 char *cp, input[256]; /* big enough? */ local
204 while (fgetstr(input, sizeof(input), fd) >= 0) {
206 cp = input;
245 bf_vm->sourceId.i = fd+1; /* 0 is user input devic
[all...]
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c80 static int parse_nexus_opts(char *input, uint64_t *flags_arg, uint8_t *bank_arg,
86 static int parse_device_opts(char *input, uint64_t *flags_arg,
89 static int parse_ino_opts(char *input, uint64_t *flags_arg,
91 static int parse_msi_opts(char *input, uint64_t *flags_arg, uint16_t *msi_arg);
92 static int parse_intr_set_opts(char *input, uint64_t *flags_arg,
94 static int parse_probeone_opts(char *input, uint64_t *flags_arg,
261 /* parse input to get ino value. */
282 /* parse input to get msi value. */
311 /* parse input to get ino value. */
386 /* For interrupt, parse input t
898 parse_nexus_opts(char *input, uint64_t *flags_arg, uint8_t *bank_arg, uint64_t *base_addr_arg) argument
1057 parse_device_opts( char *input, uint64_t *flags_arg, uint8_t *bus_arg, uint8_t *device_arg, uint8_t *func_arg, uint8_t *bank_arg) argument
1289 parse_ino_opts(char *input, uint64_t *flags_arg, uint32_t *cpu_arg, uint8_t *ino_arg) argument
1356 parse_msi_opts(char *input, uint64_t *flags_arg, uint16_t *msi_arg) argument
1409 parse_intr_set_opts(char *input, uint64_t *flags_arg, uint32_t *cpu_arg) argument
1435 parse_probeone_opts( char *input, uint64_t *flags_arg, uint8_t *bus_arg, uint8_t *device_arg, uint8_t *func_arg) argument
[all...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c328 static char input[MAXCOMPLEXLEN]; /* shared by getcmd() and setpagercmd() */ variable
329 #define rawname input /* save space by reusing input buffer */
378 (void) fgets(input, sizeof (input), terminal);
379 } while (!feof(terminal) && input[0] == '\n');
385 for (cp = &input[strlen(input) - 2];
386 cp >= &input[0] && isspace((uchar_t)*cp);
392 if ((strlen(input)
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftARCFourCrypt.c90 * input: pointer to the input data to be transformed
91 * inputlen: length of the input.
96 * Encrypts/Decrypts the 'input' and gets the result in the 'output'
106 soft_arcfour_crypt(crypto_active_op_t *active_op, CK_BYTE_PTR input, argument
129 arcfour_crypt(keystream, input, output, inputlen);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c137 void _sasl_MD5Update (context, input, inputLen)
139 unsigned char *input; /* input block */
140 unsigned int inputLen; /* length of input block */
160 ((POINTER)&context->buffer[index], (POINTER)input, partLen); MD5Transform
164 MD5Transform (context->state, &input[i]);
171 /* Buffer remaining input */
173 ((POINTER)&context->buffer[index], (POINTER)&input[i],
299 /* Encodes input (UINT4) into output (unsigned char). Assumes len is
304 static void Encode (output, input, le
[all...]

Completed in 161 milliseconds

1234567891011>>