Home
last modified time | relevance | path

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

1234

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DChoiceShadow.java97 Choice choice = (Choice)body; in getOnBody() local
98 int count = choice.countItems(); in getOnBody()
102 value[i] = choice.getItem(i); in getOnBody()
105 Choice choice = (Choice)body; in getOnBody() local
106 return choice.getSelectedItem(); in getOnBody()
119 Choice choice = (Choice) body; in equalizeChoices() local
120 int count = choice.countItems(); in equalizeChoices()
123 choice.removeAll(); in equalizeChoices()
127 choice.addItem(/* NOI18N */" "); in equalizeChoices()
131 choice.addItem(s[i]); in equalizeChoices()
[all …]
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DBaseEnum.java137 protected BaseEnum(int choice) { in BaseEnum() argument
138 set(choice); in BaseEnum()
146 protected BaseEnum(String choice) { in BaseEnum() argument
147 set(choice); in BaseEnum()
171 public void set(int choice) { in set() argument
172 if (getHelper().isValid(choice)) in set()
173 currentChoice = new Integer(choice); in set()
179 new Integer(choice), in set()
192 public void set(String choice) { in set() argument
193 if (getHelper().isValid(choice)) in set()
[all …]
H A DModeEnum.java67 public ModeEnum(int choice) { in ModeEnum() argument
68 super(choice); in ModeEnum()
76 public ModeEnum(String choice) { in ModeEnum() argument
77 super(choice); in ModeEnum()
H A DOrientationEnum.java71 public OrientationEnum(int choice) { in OrientationEnum() argument
72 super(choice); in OrientationEnum()
80 public OrientationEnum(String choice) { in OrientationEnum() argument
81 super(choice); in OrientationEnum()
H A DAlignmentEnum.java69 public AlignmentEnum(int choice) { in AlignmentEnum() argument
70 super(choice); in AlignmentEnum()
78 public AlignmentEnum(String choice) { in AlignmentEnum() argument
79 super(choice); in AlignmentEnum()
H A DAnchorEnum.java79 public AnchorEnum(int choice) { in AnchorEnum() argument
80 super(choice); in AnchorEnum()
89 public AnchorEnum(String choice) { in AnchorEnum() argument
90 super(choice); in AnchorEnum()
H A DReliefEnum.java84 public ReliefEnum(int choice) { in ReliefEnum() argument
85 super(choice); in ReliefEnum()
95 public ReliefEnum(String choice) { in ReliefEnum() argument
96 super(choice); in ReliefEnum()
H A DBaseEnumHelper.java103 public boolean isValid(int choice) { in isValid() argument
104 return (keyedByInteger.containsKey(new Integer(choice))); in isValid()
110 public boolean isValid(String choice) { in isValid() argument
111 return (keyedByString.containsKey(choice)); in isValid()
/titanic_41/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c298 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_41/usr/src/lib/libadm/common/
H A Dckitem.c143 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_41/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c321 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_41/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()
/titanic_41/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
/titanic_41/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c406 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_41/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h96 } choice; member
164 } choice; member
177 } choice; member
/titanic_41/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()
/titanic_41/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 …]
/titanic_41/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()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DTextList.java206 public void menuMode(CLChoice choice) { in menuMode() argument
207 view.menuMode(choice); in menuMode()
/titanic_41/usr/src/lib/libslp/clib/
H A Dslp_ami.h51 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_41/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()
/titanic_41/usr/src/head/
H A Dvaltools.h47 *choice; member
/titanic_41/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()
1551 val->choice = choice_pa_pk_as_rep_draft9_dhSignedData; in asn1_decode_pa_pk_as_rep_draft9()
[all …]
/titanic_41/usr/src/lib/pam_modules/ldap/
H A Dldap_acct_mgmt.c198 if (acctResp.choice == 0) { in get_account_mgmt()
203 } else if (acctResp.choice == 1) { in get_account_mgmt()
/titanic_41/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c466 int choice = 0; in main() local
486 choice = 1; in main()
554 if (choice == 0) { in main()

1234