Searched refs:input (Results 126 - 150 of 294) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A Dfpsetmask.s48 sll %o0, 23, %o1 ! move input bits into position
H A Dfpsetrnd.s39 sll %o0, 30, %o1 ! move input bits into position
H A Dfpsetsticky.s39 sll %o0, 5, %o1 ! move input bits into position
/illumos-gate/usr/src/lib/libcmd/common/
H A Dgrep.c26 "[+DESCRIPTION?The \bgrep\b commands search the named input files"
28 " Matching lines are printed by default. The standard input is searched"
71 "[N:name?Set the standard input file name prefix to"
156 int notfound; /* some input file not found */
346 execute(State_s *state, Sfio_t* input, char* name) argument
358 sfset(input, SF_SHARE, 0);
360 sfsetbuf(input, state->buffer.base, state->buffer.size);
372 if (s = sfgetr(input, '\n', 0))
373 len = sfvalue(input) - 1;
374 else if (s = sfgetr(input, '\
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.h82 int (*input)(int); member in struct:__anon144
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h151 FILE *input[2]; /* two input files */ variable
183 char tempfile[2][16]; /* used when comparing against std input */
H A Ddiff.c399 if ((input[0] = fopen(file1, "r")) == NULL) {
405 initbuf(input[0], 0, 0);
407 if ((input[1] = fopen(file2, "r")) == NULL) {
413 initbuf(input[1], 1, 0);
419 i = fread(buf1, 1, BUFSIZ, input[0]);
420 j = fread(buf2, 1, BUFSIZ, input[1]);
421 if (ferror(input[0]) || ferror(input[1])) {
424 perror(ferror(input[0])? file1:file2);
425 (void) fclose(input[
[all...]
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h76 extern FILE *input; /* Current command input file */
77 extern int intty; /* True if standard input a tty */
/illumos-gate/usr/src/cmd/format/
H A Dio.h35 * Bounds structure for integer and disk input.
74 * These declarations define the legal input types.
77 #define FIO_INT 1 /* integer input */
84 #define FIO_OPINT 8 /* optional integer input */
85 #define FIO_ECYL 9 /* allows end cylinder input */
94 #define DATA_INPUT 0 /* 2 modes of input */
106 uint64_t input(int, char *, int, u_ioparam_t *, int *, int);
/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Dtsort.c35 * input is sequence of pairs of items (blank-free strings)
91 FILE *input = stdin; local
113 input = zfopen(EERROR, argv[1], "r");
118 input = zfopen(EERROR, argv[2], "r");
124 x = fscanf(input, FORMAT, precedes, follows);
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dprexlex.l45 ** function by redirecting the input stream from different
49 #undef input
52 #define input() source_input()
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach.il.cpp76 ! input:
120 ! input:
141 ! input:
173 ! input:
190 ! input:
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c18 * This file contains the "scanner", which tokenizes the input files
40 static FILE *input = stdin; variable
205 input = stdin;
207 if (input != stdin)
208 (void) fclose(input);
209 if ((input = fopen(fname, "r")) == NULL) {
234 c = getc(input);
248 if (ungetc(c, input) < 0) {
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duseradd.c773 valid_input(path_opt_t opt, const char *input) argument
777 if (REL_PATH(input)) {
778 errmsg(M_RELPATH, input);
781 if (stat(input, &statbuf) == -1) {
782 errmsg(M_INVALID, input, "path");
788 errmsg(M_INVALID, input, "shell");
793 errmsg(M_INVALID, input, "directory");
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c98 char input[134+MB_LEN_MAX]; local
368 /* Get input from user and send to receipient unless it begins */
371 while ((i = readcsi(0, &input[0], sizeof (input))) > 0) {
372 ptr = &input[0];
398 for (bp = &input[0]; --i >= 0; bp++) {
/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c217 * input: MD5_CTX * : the context to initialize.
238 * input: MD5_CTX * : the context to update
257 const unsigned char *input = (const unsigned char *)inpp; local
294 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len);
310 ctx->state[2], ctx->state[3], ctx, &input[i]);
315 md5_block_asm_host_order(ctx, &input[i], block_count);
342 /* buffer remaining input */
343 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i);
351 * input: uchar_t * : a buffer to store the digest in
383 md5_calc(unsigned char *output, unsigned char *input, unsigne argument
660 Encode(uint8_t *_RESTRICT_KYWD output, const uint32_t *_RESTRICT_KYWD input, size_t input_len) argument
[all...]
/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c334 char input[8]; /* 8 chars is enough for numbers */ local
354 (void) printf(gettext("Invalid input. "
355 "Please input a number "
357 (void) memset(input, 0, 8);
359 (void) fgets(input, 8, stdin);
360 if (strlen(input) > 4) {
364 if (input[0] == '\n') {
370 for (i = 0; i < (strlen(input) - 1); i++) {
371 if ((input[i] < '0') ||
372 (input[
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l43 #undef input
44 #define input() \
534 while ((c = input()) != LEXEOF) {
648 switch (input()) {
652 for (i = 1; i < 8 && input() != LEXEOF;
660 while ((c = input()) != LEXEOF) {
713 while ((c = input()) != LEXEOF) {
757 yylineno = 1; /* input line number */
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c123 * input: SHA1_CTX * : the context to initializes.
179 * input: SHA1_CTX * : the context to update
190 const uint8_t *input = inptr; local
241 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len);
277 * of the input data but the performance gains are reduced
281 if (!IS_P2ALIGNED(&input[i], sizeof (uint32_t))) {
283 * Main processing loop - input misaligned
286 bcopy(&input[i], input64, 64);
293 * Main processing loop - input 8-byte aligned
298 (uint32_t *)&input[
336 const uint8_t *input = inptr; local
1013 Encode(uint8_t *_RESTRICT_KYWD output, const uint32_t *_RESTRICT_KYWD input, size_t len) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dncform78 *yylastch++ = yych = input();
222 yyprevious = yytext[0] = input();
258 return(input());
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c511 char input[MAX_INPUT]; local
529 if (getinput(input))
532 if (strlen(input) == 0) {
539 } else if (strcmp(input, "?") == 0) {
542 } else if (ckquit && (strcmp(input, "q") == 0)) {
543 /* (void) strcpy(strval, input); */
546 (void) strcpy(strval, input);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.h152 union ixgbe_atr_hash_dword input,
158 union ixgbe_atr_input *input,
161 union ixgbe_atr_input *input,
164 union ixgbe_atr_input *input,
169 void ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input,
171 u32 ixgbe_atr_compute_sig_hash_82599(union ixgbe_atr_hash_dword input,
/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c714 const char *input, unsigned inputlen,
719 const char **input, unsigned *inputlen,
731 ret = decode_pkt(context, &input, &inputlen, &tmp, &tmplen);
756 const char *serverFQDN, const char *input)
770 r = strchr(input, '@');
781 ret = _plug_strdup(utils, input, user, NULL);
788 *user = utils->malloc(r - input);
790 memcpy(*user, input, r - input - 1);
791 (*user)[r - input
712 _plug_decode(const sasl_utils_t *utils, void *context, const char *input, unsigned inputlen, char **output, unsigned *outputsize, unsigned *outputlen, int (*decode_pkt)(void *context, const char **input, unsigned *inputlen, char **output, unsigned *outputlen)) argument
754 _plug_parseuser(const sasl_utils_t *utils, char **user, char **realm, const char *user_realm, const char *serverFQDN, const char *input) argument
[all...]
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c618 * input: uint8_t * : place to store the converted big endian numbers
620 * size_t : the length of the input in bytes
625 Encode(uint8_t *_RESTRICT_KYWD output, uint32_t *_RESTRICT_KYWD input, argument
634 *((uint32_t *)(output + j)) = input[i];
639 output[j] = (input[i] >> 24) & 0xff;
640 output[j + 1] = (input[i] >> 16) & 0xff;
641 output[j + 2] = (input[i] >> 8) & 0xff;
642 output[j + 3] = input[i] & 0xff;
650 Encode64(uint8_t *_RESTRICT_KYWD output, uint64_t *_RESTRICT_KYWD input, argument
659 *((uint64_t *)(output + j)) = input[
792 const uint8_t *input = inptr; local
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dencrypt.c177 const krb5_data *input, krb5_enc_data *output)
212 key, usage, ivec, input, &output->ciphertext));
175 krb5_c_encrypt(krb5_context context, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *ivec, const krb5_data *input, krb5_enc_data *output) argument

Completed in 113 milliseconds

1234567891011>>