Searched refs:input (Results 226 - 250 of 294) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/format/
H A Dadd_definition.c141 filename = (char *)(uintptr_t)input(FIO_OSTR, prompt,
H A Dauto_sense.c792 if (input(FIO_MSTR, FORMAT_MSG, '?', &ioparam,
795 } else if (input(FIO_MSTR, GENERIC_MSG, '?', &ioparam,
1150 if (input(FIO_INT, "Select one of the above "
1261 if (input(FIO_MSTR, msg, '?', &ioparam,
1267 nhead = input(FIO_INT, "Number of heads", ':',
1271 nsect = input(FIO_INT,
1276 pcyl = input(FIO_INT, "Number of cylinders",
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dmain.c110 r->input = g_strdup(tmpstr);
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.h122 /* used for input and output of shell */
339 #define input (standin->fdes) macro
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c156 krb5_db2_get_db_opt(char *input, char **opt, char **val) argument
158 char *pos = strchr(input, '=');
161 *val = strdup(input);
166 *opt = malloc((pos - input) + 1);
171 memcpy(*opt, input, pos - input);
172 (*opt)[pos - input] = '\0';
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y64 #define STDIN_FILENAME gettext("(standard input)")
99 char *input;
309 if((length = mbtowc(&lc, input, MB_LEN_MAX)) == -1)
313 input += length;
679 input = optarg;
734 input = argv[optind];
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y634 static char *input = NULL; /* current place in the input stream */
754 * yylex - return next token from the the input stream.
831 /* getch - return the next character from the input stream. */
837 if ((c = *input) == '\0')
840 input++;
845 /* ungetch - return a character to the input stream. */
849 *(--input) = c;
852 /* skipwhitespace - skip over whitespace in the input stream. */
1991 input
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c134 #define NOSTDIN "unable to create a standard input file for \
196 char *input; /* ptr to stdin */ member in struct:event::__anon342::__anon343
1241 /* see if there is any standard input */
1243 e->of.ct.input = xmalloc(strlen(line)-cursor + 1);
1244 (void) strcpy(e->of.ct.input, line + cursor + 1);
1245 for (i = 0; i < strlen(e->of.ct.input); i++) {
1246 if (e->of.ct.input[i] == '%')
1247 e->of.ct.input[i] = '\n';
1250 e->of.ct.input = NULL;
2150 if (e2->of.ct.input !
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c1726 /* Skip the space used by the input buffer */
1907 /* first the input */
1980 /* Clear the input chain */
2000 * Build either input chain or output chain. It is single-item chain for Sparc,
2234 /* input buffer address */
2237 /* next input buffer entry */
2240 /* input buffer length */
2747 dca_dupcrypto(crypto_data_t *input, crypto_data_t *ninput) argument
2749 ninput->cd_format = input->cd_format;
2750 ninput->cd_offset = input
2781 dca_verifyio(crypto_data_t *input, crypto_data_t *output) argument
[all...]
H A Dblowfish.c110 #define BLOWFISH_ARG_INPLACE(input, output) \
112 (output) = (input);
366 * Do an update on the specified input data.
408 * Do an update on the specified input data.
447 * Do the blowfish update on the specified input data.
510 * Do the blowfish update on the specified input data.
638 * Do an update on the specified input data.
725 * Do an update on the specified input data.
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c750 * reached the soft limit, write the input data and return.
767 auditd_plugin(const char *input, size_t in_len, uint64_t sequence, char **error) argument
789 (void) fprintf(dbfp, "binfile: input seq=%llu, len=%d\n",
845 out_len = write(activeDir->dl_fd, input, in_len);
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c388 rc_msg = strdup("bad input");
557 auditd_plugin(const char *input, size_t in_len, uint64_t sequence, char **error) argument
577 DPRINT((dfile, "audit_remote: input seq=%llu, len=%d\n",
601 send_record_rc = send_record(current_host, input, in_len,
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c55 static int argno = 1; /* current input argument number */
539 while ((c = input()) != EOF && c != '\0')
572 gettext(" input record number %g"), *FNR);
621 while ((c = input()) != '\n' && c != '\0' && c != EOF) {
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh151 printf "\n$(gettext "No input obtained for %s, exiting").\n" $checkval
156 printf "\n$(gettext "Invalid input obtained for %s, exiting").\n" $checkval
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dssc100.c224 ssc100_common(struct ssc100_unit *unitp, uchar_t *byte, uchar_t input, argument
241 i2c_tran_pointer->i2c_wbuf[0] = input;
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S110 * out enabled partition or disks, and waits for user input.
340 * Here we have the code waiting for user input or a timeout.
347 * Actual Start of input loop. Take note of time
364 # (bit 1 indicates input)
366 jnz got_key # Have input
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c1179 CK_BYTE *input, *output; local
1182 input = newsalt;
1207 rv = soft_sign(session_p, input, inlen, output, &hmac_outlen);
1230 /* Output from previous PRF is input for next round */
1231 input = output;
1383 * Append the block index to the salt as input
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h41 * input:
203 int (*decode)(void *context, const char *input, unsigned inputlen,
231 * input parameters to client SASL plugin
453 * input parameters to server SASL plugin
785 * note that the output buffers MAY be the same as the input buffers.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c471 krb5_data input; local
501 input.data = chksumbuf;
502 input.length = strlen(chksumbuf);
507 &input,
H A Din.rshd.c1528 krb5_data input; local
1554 input.data = chksumbuf;
1555 input.length = strlen(chksumbuf);
1562 &key, 0, &input, authenticator->checksum,
/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c288 isp->input[MEDIA_LVL] = mac_state.mac_input;
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc.h262 } input; member in union:usbvc_term_descr::__anon9198
282 /* for input or output terminals, excluding camera terminals */
293 /* input header descriptor */
309 /* UVC Spec: only one input header in one stream interface */
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c46 char cm_frmbs[MB_LEN_MAX + 1]; /* input */
257 * cmap_mbs and cmap_sym which we'll later use to translate the input
545 /* just skip this input seq. */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c36 * $FreeBSD: src/sbin/routed/input.c,v 1.9 2001/06/06 20:52:30 phk Exp $
48 static void input(struct sockaddr_in *, struct interface *, struct rip *, int);
109 * Process RIP input on rip_sock. Returns 0 for success, -1 for failure.
147 input(&from, ifp, &inbuf.rip, cc);
154 input(struct sockaddr_in *from, /* received from this IP address */ function
1056 * Process a single input route.
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c113 * conv_to_utf8(input)
115 * Convert the input string to utf8 from the current locale. If the
118 * return value may be a new string or the original input string.
122 conv_to_utf8(char *input) argument
125 char *inval = input;
126 char *output = input;
139 size = strlen(input);
150 output = input;
154 output = input;
168 * conv_from(input)
176 conv_from_utf8(char *input) argument
[all...]

Completed in 147 milliseconds

1234567891011>>