Home
last modified time | relevance | path

Searched refs:input (Results 151 – 175 of 493) sorted by relevance

12345678910>>...20

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dscriptvfy.l38 #undef input
41 #define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(scr_fp))==10?(yylineno++,yytchar):yytch… macro
175 if ((ch = input()) == '\n')
186 while ((ch = input()) != '\"') {
188 input(); /* Read this into the bit bucket. */
208 while ((ch = input()) != '\'') {
210 input(); /* Read this into the bit bucket. */
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l41 #undef input
42 #define input() \ macro
532 while ((c = input()) != LEXEOF) {
646 switch (input()) {
650 for (i = 1; i < 8 && input() != LEXEOF;
658 while ((c = input()) != LEXEOF) {
711 while ((c = input()) != LEXEOF) {
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c214 gss_buffer_t input, /* Input message to wrap */ in __dh_gss_seal() argument
262 if ((*minor = __QOPSeal(wrap->mic.qop, input, conf_req, in __dh_gss_seal()
304 gss_buffer_t input, /* Wrapped Diffie-Hellman token */ in __dh_gss_unseal() argument
339 if ((*minor = __get_token(input, NULL, &tok, &keys)) != DH_SUCCESS) { in __dh_gss_unseal()
H A Dcrypto.c495 gss_buffer_t input, /* The buffer to wrap */ in __QOPSeal() argument
511 if ((stat = wrap_msg_body(input, output)) in __QOPSeal()
548 gss_buffer_t input, /* The message to unwrap */ in __QOPUnSeal() argument
569 stat = unwrap_msg_body(input, output); in __QOPUnSeal()
/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c43 FILE *input; variable
152 if ((input = fopen(filename, "r")) != NULL) { in main()
154 (void) fclose(input); in main()
161 input = stdin; in main()
327 if (getlin(tline, sizeof (tline), input, NO) == EOF) in checkline()
/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th41 create readval readmax allot \ input obtained (up to readmax characters)
42 variable readlen \ input length
59 \ Check key pressed (see loader(8)) and input limit
94 : read ( c-addr/u -- ) \ Expects string prompt as stack input
116 0 readlen ! \ Reset input to NULL
118 readlen @ 1 - dup readlen ! \ Decrement input length
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c334 if (state.input.in_tecla) in elfedit_msg()
356 state.input.in_tecla = FALSE; in elfedit_msg()
3150 gl_normal_io(state.input.gl); in cmd_match_fcn()
3393 if (state.input.full_tty) { in read_cmd()
3394 state.input.in_tecla = TRUE; in read_cmd()
3395 s = gl_get_line(state.input.gl, in read_cmd()
3397 state.input.in_tecla = FALSE; in read_cmd()
3627 state.input.full_tty = state.input.is_tty && in main()
3630 if (state.input.full_tty) { in main()
3669 if (state.input.is_tty) { in main()
[all …]
/illumos-gate/usr/src/cmd/luxadm/
H A Dfcalupdate.c799 char input[1024]; in warn() local
801 input[0] = '\0'; in warn()
812 (void) gets(input); in warn()
814 if ((strcmp(input, MSGSTR(4535, "y")) == 0) || in warn()
815 (strcmp(input, MSGSTR(40, "yes")) == 0)) { in warn()
817 } else if ((strcmp(input, MSGSTR(4536, "n")) == 0) || in warn()
818 (strcmp(input, MSGSTR(45, "no")) == 0)) { in warn()
/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/contrib/ast/src/lib/libast/disc/
H A Dsfdcmore.c42 Sfio_t* input; /* tied with this input stream */ member
273 if (f = more->input)
275 more->input = 0;
359 more->input = sfstdin;
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmttydefs.c62 int input, state, size, rawc, field; in read_ttydefs() local
86 input = ACTIVE; in read_ttydefs()
111 input = FINISHED; in read_ttydefs()
257 } while (input == ACTIVE); in read_ttydefs()
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c169 getaline(FILE *input, char **tokens) in getaline() argument
179 if (fgets(line, sizeof (line), input) == NULL) in getaline()
959 FILE *input; in main() local
968 input = NULL; in main()
1015 input = fopen(infile, "r"); in main()
1016 if (input == NULL) { in main()
1022 input = stdin; in main()
1038 while ((tokcnt = getaline(input, tokens)) != -1) { in main()
/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) in krb5_ldap_get_db_opt() argument
56 char *pos = strchr(input, '='); in krb5_ldap_get_db_opt()
60 *opt = strdup(input); in krb5_ldap_get_db_opt()
65 int len = pos - input; in krb5_ldap_get_db_opt()
70 memcpy(*opt, input, (unsigned) len); in krb5_ldap_get_db_opt()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb2_sign.c89 void *input, size_t input_len,
174 void *input, size_t input_len, in smb3_do_kdf() argument
193 if ((rc = smb2_hmac_update(hctx, input, input_len)) != 0) in smb3_do_kdf()
/illumos-gate/usr/src/common/bootbanner/
H A Dbootbanner.c45 bootbanner_expand_template(const char *input, ilstr_t *output) in bootbanner_expand_template() argument
60 char c = input[pos]; in bootbanner_expand_template()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c908 if (input == NULL || output == NULL) { in getldap_get_serverInfo()
928 if (input[0] != '\0') { in getldap_get_serverInfo()
929 req = input; in getldap_get_serverInfo()
931 addr_type[0] = input[1]; in getldap_get_serverInfo()
932 input[strlen(NS_CACHE_NEW)] = '\0'; in getldap_get_serverInfo()
1887 input, output, &server_removed); in getldap_serverInfo_op()
1922 changed = set_server_status(input, serverInfo_old); in getldap_serverInfo_op()
1925 create_buf_and_notify(input, changed); in getldap_serverInfo_op()
2825 rm_svr_t *rms = (rm_svr_t *)input; in create_buf_and_notify()
2934 set_server_status(char *input, server_info_t *head) in set_server_status() argument
[all …]
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c234 char *input; in main() local
450 input = userinput(usrname, &repository, ATTR_SHELL); in main()
451 if (input) in main()
452 attrlist_add(&attributes, ATTR_SHELL, input); in main()
457 input = userinput(usrname, &repository, ATTR_GECOS); in main()
458 if (input) in main()
459 attrlist_add(&attributes, ATTR_GECOS, input); in main()
464 input = userinput(usrname, &repository, ATTR_HOMEDIR); in main()
465 if (input) in main()
466 attrlist_add(&attributes, ATTR_HOMEDIR, input); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c830 if (input == NULL) { in parsekey()
836 (strncasecmp(input, "0x", 2) == 0)) in parsekey()
837 input += 2; in parsekey()
839 for (i = 0; input[i] != '\0' && input[i] != '/'; i++) in parsekey()
842 if (input[i] == '\0') { in parsekey()
846 input[i] = '\0'; in parsekey()
850 (input + i + 1)); in parsekey()
866 input[hexlen] = '\0'; in parsekey()
897 if (!isxdigit(input[i]) || in parsekey()
905 *key = (hd2num(input[i]) << 4); in parsekey()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tab.c128 tab_count_args(const char *input, uint_t *flags) in tab_count_args() argument
133 index = input; in tab_count_args()
167 tab_copy_args(char *input, int argc, mdb_arg_t *argv) in tab_copy_args() argument
172 index = input; in tab_copy_args()
/illumos-gate/usr/src/lib/libnvpair/
H A Dnvpair_json.c47 nvlist_print_json_string(FILE *fp, const char *input) in nvlist_print_json_string() argument
56 while ((sz = mbrtowc(&c, input, MB_CUR_MAX, &mbr)) > 0) { in nvlist_print_json_string()
97 input += sz; in nvlist_print_json_string()
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c74 static int parseDevid(char *input, stmfDevid *devid);
457 parseDevid(char *input, stmfDevid *devid) in parseDevid() argument
523 if (checkIscsiName(input + 4) != 0) { in checkScsiNameString()
558 checkHexUpper(char *input) in checkHexUpper() argument
562 for (i = 0; i < strlen(input); i++) { in checkHexUpper()
563 if (isxdigit(input[i])) { in checkHexUpper()
564 input[i] = toupper(input[i]); in checkHexUpper()
579 checkIscsiName(wchar_t *input) in checkIscsiName() argument
583 for (i = 0; input[i] != 0; i++) { in checkIscsiName()
584 if (!iswalnum(input[i]) && input[i] != '-' && in checkIscsiName()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/files/
H A Dgout.t8.01 (standard input):a
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfcall_exit2.in1 dummy input line
H A Dclsflnam.ok1 Error `' closing input file
/illumos-gate/usr/src/test/util-tests/tests/head/
H A Dstdin.11.out1 ==> standard input <==

12345678910>>...20