/titanic_50/usr/src/lib/pam_modules/authtok_check/ |
H A D | packer.c | 298 int choice; in merge_files() local 327 choice = 0; in merge_files() 330 if (strcmp(words[choice], words[ti]) > 0) in merge_files() 331 choice = ti; in merge_files() 333 (void) Chomp(words[choice]); in merge_files() 334 if (words[choice][0] != '\0' && in merge_files() 335 strcmp(lastword, words[choice]) != 0) { in merge_files() 336 (void) PutPW(pwp, words[choice]); in merge_files() 337 (void) strncpy(lastword, words[choice], MAXWORDLEN); in merge_files() 340 if (fgets(words[choice], MAXWORDLEN, tmpfp[choice]) == NULL) { in merge_files() [all …]
|
/titanic_50/usr/src/lib/libadm/common/ |
H A D | ckitem.c | 143 if (menup->choice) in ckitem() 144 item[0] = menup->choice->token; in ckitem() 235 char **choice; local 241 choice = calloc((size_t)max, sizeof (char *)); 261 chp = menup->choice; 268 choice[nchoice++] = chp->token; 276 chp = menup->choice; 313 choice[nchoice++] = found; 319 return (choice); 323 setitem(CKMENU *menup, char *choice) argument [all …]
|
/titanic_50/usr/src/cmd/svr4pkg/pkginfo/ |
H A D | pkginfo.c | 321 struct cfstat *dp, *choice; in report() local 328 choice = (struct cfstat *)0; in report() 339 choice = dp; in report() 341 } else if (!choice || in report() 342 (strcmp(choice->pkginst, dp->pkginst) > 0)) in report() 343 choice = dp; in report() 345 if (!choice) in report() 348 if (pkginfo(&info, choice->pkginst, ckarch, ckvers)) { in report() 349 choice->installed = (-1); in report() 368 choice->installed = (-1); in report() [all …]
|
/titanic_50/usr/src/psm/stand/bootlst/common/ |
H A D | bootlst.c | 143 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()
|
/titanic_50/usr/src/common/ |
H A D | GPLDISCLAIMER | 1 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
|
/titanic_50/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | splpkgmap.c | 406 int i, svnodes, choice, select; in store() local 411 choice = (-1); in store() 423 choice = i; in store() 431 if (choice < 0) { in store() 435 sf[choice]->ept->volno = (char)volno; in store() 437 btotal += sf[choice]->blks + (svnodes * DIRSIZE); in store() 439 addclass(sf[choice]->ept->pkg_class, volno); in store() 440 return (++choice); /* return non-zero if more work to do */ in store()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | k5-int-pkinit.h | 96 } choice; member 164 } choice; member 177 } choice; member
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/ |
H A D | nwamadm.c | 1250 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()
|
/titanic_50/usr/src/cmd/luxadm/ |
H A D | hotplug.c | 389 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 …]
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | gpkglist.c | 55 extern int setinvis(CKMENU *menup, char *choice); 56 extern int setitem(CKMENU *menup, char *choice); 171 chp = menup->choice; in gpkglist()
|
/titanic_50/usr/src/lib/libslp/clib/ |
H A D | slp_ami.h | 51 unsigned short choice; member 91 unsigned short choice; member 231 unsigned short choice; member 356 unsigned short choice; member 501 unsigned short choice; member
|
/titanic_50/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_srv.c | 759 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 D | pkinit_crypto_openssl.c | 3588 int *choice) in pkinit_choose_tokens() argument 3603 assert(choice != NULL); in pkinit_choose_tokens() 3703 *choice = i; /* chosen entry of token_choices->token_array */ in pkinit_choose_tokens() 3706 *choice = RESCAN_TOKENS; /* rescan for new smartcard */ in pkinit_choose_tokens() 3709 *choice = SKIP_TOKENS; /* skip smartcard auth */ in pkinit_choose_tokens() 3937 int choice = 0; in pkinit_open_session() local 4237 if ((r = pkinit_choose_tokens(context, cctx, &token_choices, &choice)) != 0) { in pkinit_open_session() 4244 if (choice == RESCAN_TOKENS) { in pkinit_open_session() 4254 } else if (choice == SKIP_TOKENS) { in pkinit_open_session() 4263 choice = 0; /* really the only choice is the first token_array entry */ in pkinit_open_session() [all …]
|
H A D | pkinit_lib.c | 193 switch ((*in)->choice) { in free_krb5_pa_pk_as_rep() 241 switch((*in)[i]->choice) { in free_krb5_trusted_ca()
|
/titanic_50/usr/src/head/ |
H A D | valtools.h | 47 *choice; member
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_decode.c | 1220 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() 1551 val->choice = choice_pa_pk_as_rep_draft9_dhSignedData; in asn1_decode_pa_pk_as_rep_draft9() [all …]
|
/titanic_50/usr/src/lib/pam_modules/ldap/ |
H A D | ldap_acct_mgmt.c | 198 if (acctResp.choice == 0) { in get_account_mgmt() 203 } else if (acctResp.choice == 1) { in get_account_mgmt()
|
/titanic_50/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_svc.c | 466 int choice = 0; in main() local 486 choice = 1; in main() 554 if (choice == 0) { in main()
|
/titanic_50/usr/src/cmd/allocate/ |
H A D | disk_clean.sh | 168 for choice in $* 170 if [ "$choice" = "$reply" ]
|
/titanic_50/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libadm.h | 85 extern int setitem __P((CKMENU *menup, char *choice)); 86 extern int setinvis __P((CKMENU *menup, char *choice));
|
/titanic_50/usr/src/lib/libtermcap/common/ |
H A D | mapfile-vers | 35 # the choice of which curses library will be used. The NODIRECT
|
/titanic_50/usr/src/cmd/format/ |
H A D | menu_command.c | 1558 int choice; in c_label() local 1577 choice = input(FIO_INT, "Specify Label type", ':', in c_label() 1579 if ((choice == L_TYPE_SOLARIS) && in c_label() 1583 } else if ((choice == L_TYPE_EFI) && in c_label() 1587 switch (choice) { in c_label()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rds/ |
H A D | THIRDPARTYLICENSE | 3 * This software is available to you under a choice of one of two
|
/titanic_50/usr/src/test/libc-tests/cfg/ |
H A D | compilation.cfg | 27 # under. This infuences choice of compiler and switches.
|
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | README | 28 0 is the slowest but most stable choice. Level 2 encoding (which right now is the
|