Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 25 of 78) sorted by relevance

1234

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c296 int choice; in merge_files() local
325 choice = 0; in merge_files()
328 if (strcmp(words[choice], words[ti]) > 0) in merge_files()
329 choice = ti; in merge_files()
331 (void) Chomp(words[choice]); in merge_files()
332 if (words[choice][0] != '\0' && in merge_files()
334 (void) PutPW(pwp, words[choice]); in merge_files()
338 if (fgets(words[choice], MAXWORDLEN, tmpfp[choice]) == NULL) { in merge_files()
339 (void) fclose(tmpfp[choice]); in merge_files()
340 tmpfp[choice] = tmpfp[tmpfp_idx - 1]; in merge_files()
[all …]
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c143 if (menup->choice) in ckitem()
235 char **choice; local
261 chp = menup->choice;
276 chp = menup->choice;
319 return (choice);
329 if (choice == NULL) {
331 chp = menup->choice;
380 if (choice == NULL) {
410 base = menup->choice;
442 menup->choice = chp;
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c325 struct cfstat *dp, *choice; in report() local
332 choice = (struct cfstat *)0; in report()
343 choice = dp; in report()
345 } else if (!choice || in report()
347 choice = dp; in report()
349 if (!choice) in report()
353 choice->installed = (-1); in report()
372 choice->installed = (-1); in report()
380 choice->installed = (-1); in report()
386 choice->installed = (-1); in report()
[all …]
/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c143 unsigned long choice; in main() local
194 choice = strtoul(cp, NULL, 0); in main()
201 if (choice == 0 || choice > menu_entry_count) { in main()
207 printf("boot [<root-device>] -Z %s\n\n", datasets[choice - 1]); in main()
/illumos-gate/usr/src/common/
H A DGPLDISCLAIMER1 For the avoidance of doubt, except that if any license choice other than GPL or
3 Public License version 2 (GPLv2) at this time for any software where a choice of
5 or any later version may be used, or where a choice of which version of the GPL
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c406 int i, svnodes, choice, select; in store() local
412 choice = (-1); in store()
424 choice = i; in store()
432 if (choice < 0) { in store()
436 sf[choice]->ept->volno = (char)volno; in store()
438 btotal += sf[choice]->blks + (svnodes * DIRSIZE); in store()
440 addclass(sf[choice]->ept->pkg_class, volno); in store()
441 return (++choice); /* return non-zero if more work to do */ in store()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h96 } choice; member
164 } choice; member
177 } choice; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c1250 uint_t i, choice, num_wlans = 0; in select_wifi_func() local
1288 (choice = atoi(choicestr)) >= 1 && choice <= (i + 1)) in select_wifi_func()
1292 if (choice == i + 1 || wlans[choice - 1].nww_essid[0] == '\0') { in select_wifi_func()
1304 if (choice == i + 1) { in select_wifi_func()
1317 security_mode = wlans[choice - 1].nww_security_mode; in select_wifi_func()
1318 have_key = wlans[choice - 1].nww_have_key; in select_wifi_func()
1336 (void) strlcpy(essid, wlans[choice - 1].nww_essid, in select_wifi_func()
1338 (void) strlcpy(bssid, wlans[choice - 1].nww_bssid, in select_wifi_func()
1340 security_mode = wlans[choice - 1].nww_security_mode; in select_wifi_func()
1341 have_key = wlans[choice - 1].nww_have_key; in select_wifi_func()
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c389 char choice[2]; in h_print_list() local
438 (void) gets(choice); in h_print_list()
439 if (choice[0] == 'q' || choice[0] == 'Q' || in h_print_list()
440 choice[0] == 's' || choice[0] == 'S' || in h_print_list()
441 choice[0] == '\0') { in h_print_list()
447 if (choice[0] == 'q' || choice[0] == 'Q') { in h_print_list()
2778 char choice[2]; in h_print_list_warn() local
2900 (void) gets(choice); in h_print_list_warn()
2901 if (choice[0] == 'c' || choice[0] == 'C' || in h_print_list_warn()
2902 choice[0] == 'q' || choice[0] == 'Q' || in h_print_list_warn()
[all …]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkglist.c55 extern int setinvis(CKMENU *menup, char *choice);
56 extern int setitem(CKMENU *menup, char *choice);
171 chp = menup->choice; in gpkglist()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_srv.c759 rep->choice = choice_pa_pk_as_rep_encKeyPack; in pkinit_server_return_padata()
768 rep9->choice = choice_pa_pk_as_rep_draft9_encKeyPack; in pkinit_server_return_padata()
781 rep->choice = choice_pa_pk_as_rep_dhInfo; in pkinit_server_return_padata()
788 rep9->choice = choice_pa_pk_as_rep_draft9_dhSignedData; in pkinit_server_return_padata()
792 if (((rep != NULL) && (rep->choice == choice_pa_pk_as_rep_dhInfo)) || in pkinit_server_return_padata()
793 ((rep9 != NULL) && rep9->choice == in pkinit_server_return_padata()
807 rep9->choice == choice_pa_pk_as_rep_draft9_dhSignedData) || in pkinit_server_return_padata()
808 (rep != NULL && rep->choice == choice_pa_pk_as_rep_dhInfo)) { in pkinit_server_return_padata()
928 rep->choice = choice_pa_pk_as_rep_encKeyPack; in pkinit_server_return_padata()
958 rep9->choice = choice_pa_pk_as_rep_draft9_encKeyPack; in pkinit_server_return_padata()
H A Dpkinit_crypto_openssl.c3762 int *choice) in pkinit_choose_tokens() argument
3777 assert(choice != NULL); in pkinit_choose_tokens()
3883 *choice = SKIP_TOKENS; /* skip smartcard auth */ in pkinit_choose_tokens()
4111 int choice = 0; in pkinit_open_session() local
4418 if (choice == RESCAN_TOKENS) { in pkinit_open_session()
4428 } else if (choice == SKIP_TOKENS) { in pkinit_open_session()
4448 if (choice == RESCAN_TOKENS) { in pkinit_open_session()
4458 } else if (choice == SKIP_TOKENS) { in pkinit_open_session()
4507 if (i != choice) { in pkinit_open_session()
6473 krb5_cas[i]->choice = choice_trusted_cas_principalName;
[all …]
H A Dpkinit_lib.c193 switch ((*in)->choice) { in free_krb5_pa_pk_as_rep()
241 switch((*in)[i]->choice) { in free_krb5_trusted_ca()
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ami.h49 unsigned short choice; member
89 unsigned short choice; member
229 unsigned short choice; member
354 unsigned short choice; member
499 unsigned short choice; member
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c1220 val->choice = choice_trusted_cas_principalName;
1222 val->choice = choice_trusted_cas_caName;
1238 val->choice = choice_trusted_cas_issuerAndSerial;
1264 val->choice = choice_trusted_cas_principalName; in asn1_decode_trusted_ca()
1267 val->choice = choice_trusted_cas_caName; in asn1_decode_trusted_ca()
1270 val->choice = choice_trusted_cas_issuerAndSerial; in asn1_decode_trusted_ca()
1532 val->choice = choice_pa_pk_as_rep_dhInfo; in asn1_decode_pa_pk_as_rep()
1535 val->choice = choice_pa_pk_as_rep_encKeyPack; in asn1_decode_pa_pk_as_rep()
1539 val->choice = choice_pa_pk_as_rep_UNKNOWN; in asn1_decode_pa_pk_as_rep()
1555 val->choice = choice_pa_pk_as_rep_draft9_encKeyPack; in asn1_decode_pa_pk_as_rep_draft9()
[all …]
/illumos-gate/usr/src/head/
H A Dvaltools.h45 *choice; member
/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_acct_mgmt.c196 if (acctResp.choice == 0) { in get_account_mgmt()
201 } else if (acctResp.choice == 1) { in get_account_mgmt()
/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh168 for choice in $*
170 if [ "$choice" = "$reply" ]
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h85 extern int setitem __P((CKMENU *menup, char *choice));
86 extern int setinvis __P((CKMENU *menup, char *choice));
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c539 int choice = 0; in main() local
569 choice = 1; in main()
645 if (choice == 0) { in main()
/illumos-gate/usr/src/lib/libtermcap/common/
H A Dmapfile-vers35 # the choice of which curses library will be used. The NODIRECT
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A DTHIRDPARTYLICENSE3 * This software is available to you under a choice of one of two
/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c1566 int choice; in c_label() local
1585 choice = input(FIO_INT, "Specify Label type", ':', in c_label()
1587 if ((choice == L_TYPE_SOLARIS) && in c_label()
1591 } else if ((choice == L_TYPE_EFI) && in c_label()
1595 switch (choice) { in c_label()
/illumos-gate/usr/src/test/libc-tests/cfg/
H A Dcompilation.cfg27 # under. This infuences choice of compiler and switches.
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME28 0 is the slowest but most stable choice. Level 2 encoding (which right now is the

1234