HomeSort by: relevance | last modified time | path
    Searched defs:choice (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/arch/zaurus/stand/zboot/
bootmenu.c 54 int choice = -1; local
57 choice = def;
59 choice = (*input) - 'A';
61 choice = (*input) - 'a';
63 choice = atoi(input) - 1;
64 if (choice < 0 || choice >= bootcfg_info.nummenu)
65 choice = -1;
67 return choice;
74 int choice; local
    [all...]
  /src/sys/arch/i386/stand/lib/
bootmenu.c 84 int choice, usedef; local
86 choice = -1;
90 choice = def;
93 choice = (*input) - 'A';
95 choice = (*input) - 'a';
97 choice = atoi(input) - 1;
98 if (choice < 0 || choice >= bootcfg_info.nummenu)
99 choice = -1;
104 choice = -1
140 int choice; local
    [all...]
  /src/sys/stand/efiboot/
bootmenu.c 83 int choice, usedef; local
85 choice = -1;
89 choice = def;
92 choice = (*input) - 'A';
94 choice = (*input) - 'a';
96 choice = atoi(input) - 1;
97 if (choice < 0 || choice >= bootcfg_info.nummenu)
98 choice = -1;
103 choice = -1
139 int choice; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
storeutl.c 139 enum OPTION_choice choice; member in struct:__anon41
149 if (o == map[i].choice) {
  /src/crypto/external/apache2/openssl/dist/fuzz/
slh-dsa.c 109 unsigned int choice; local
119 choice = (selector % 12) + 1460;
121 name = OBJ_nid2ln(choice);
127 switch (choice) {
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
fuzzer.c 576 const struct asn1_template *choice = t->ptr; local
577 const unsigned int *element = DPOC(data, choice->offset);
581 if (*element > A1_HEADER_LEN(choice)) {
588 DPOC(data, choice->tt), &datalen);
590 choice += *element;
591 el = DPOC(data, choice->offset);
592 ret = _asn1_encode_fuzzer(choice->ptr, p, len, el, &datalen);
720 const struct asn1_template *choice = t->ptr; local
721 const unsigned int *element = DPOC(data, choice->offset);
723 if (*element > A1_HEADER_LEN(choice))
    [all...]
template.c 375 const struct asn1_template *choice = t->ptr; local
376 unsigned int *element = DPO(data, choice->offset);
383 for (i = 1; i < A1_HEADER_LEN(choice) + 1; i++) {
384 /* should match first tag instead, store it in choice.tt */
385 ret = _asn1_decode(choice[i].ptr, 0, p, len,
386 DPO(data, choice[i].offset), &datalen);
395 if (i >= A1_HEADER_LEN(choice) + 1) {
396 if (choice->tt == 0)
401 DPO(data, choice->tt), &datalen);
668 const struct asn1_template *choice = t->ptr local
803 const struct asn1_template *choice = t->ptr; local
909 const struct asn1_template *choice = t->ptr; local
1070 const struct asn1_template *choice = t->ptr; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
storeutl.c 126 enum OPTION_choice choice; member in struct:__anon1164
136 if (o == map[i].choice) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
storeutl.c 111 enum OPTION_choice choice; member in struct:__anon1815
121 if (o == map[i].choice) {
  /src/external/bsd/openldap/dist/servers/slapd/
filter.c 105 * Filter ::= CHOICE {
120 * SEQUENCE OF CHOICE {
470 " unknown substring choice=%ld\n",
632 ber_tag_t choice; local
643 choice = f->f_choice & SLAPD_FILTER_MASK;
645 switch ( choice ) {
1116 * SimpleFilterItem ::= CHOICE {
1128 * SEQUENCE OF CHOICE {
  /src/external/bsd/tmux/dist/
menu.c 42 int choice; member in struct:menu_data
175 if (md->choice == -1)
178 *cy = md->py + 1 + md->choice;
214 screen_write_menu(&ctx, menu, md->choice, md->border_lines,
247 int count = menu->count, old = md->choice;
273 if (md->choice != -1) {
274 md->choice = -1;
286 md->choice = m->y - (md->py + 1);
287 if (md->choice != old)
296 md->choice = i
499 int choice; local
    [all...]
options.c 1064 int n = 0, choice = -1; local
1068 choice = n;
1071 if (choice == -1) {
1075 return (choice);
1082 int choice = -1; local
1085 choice = options_get_number(oo, name);
1086 if (choice < 2)
1087 choice = !choice;
1089 choice = options_find_choice(oe, value, cause)
    [all...]
mode-tree.c 1142 int choice; local
1183 choice = -1;
1186 choice = i;
1190 if (choice != -1) {
1191 if ((u_int)choice > mtd->line_size - 1) {
1195 mtd->current = choice;
window-customize.c 660 const char **choice, *text, *name; local
749 for (choice = oe->choices; *choice != NULL; choice++) {
750 strlcat(choices, *choice, sizeof choices);
1019 u_int choice; local
1090 choice = options_get_number(oo, name);
1091 if (oe->choices[choice + 1] == NULL)
1092 choice = 0;
1094 choice++
    [all...]
  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder_private.h 41 probability choice; member in struct:__anon24636
lzma_decoder.c 43 rc_if_0(ld.choice, seq ## _CHOICE) { \
44 rc_update_0(ld.choice); \
49 rc_update_1(ld.choice); \
121 rc_if_0(ld.choice, seq ## _CHOICE) { \
122 rc_update_0(ld.choice); \
128 rc_update_1(ld.choice); \
162 probability choice; member in struct:__anon24633
910 bit_reset(coder->match_len_decoder.choice);
912 bit_reset(coder->rep_len_decoder.choice);
  /src/external/bsd/openldap/dist/libraries/liblber/
decode.c 378 const enum bgbvc choice; member in struct:bgbvr
430 switch (b->choice) {
458 switch (b->choice) {
484 if (b->choice != BvOff) { /* BvOff does not have LBER_BV_ALLOC set */
486 switch(b->choice) {
  /src/external/mit/isl/dist/
isl_sample.c 438 int choice; local
458 choice = isl_int_lt(min->el[level], max->el[level]);
459 if (choice) {
467 if (!reduced && choice &&
isl_arg.c 27 *(unsigned *)(((char *)opt) + arg->offset) = arg->u.choice.default_value;
409 for (i = 0; decl->u.choice.choice[i].name; ++i)
410 if (decl->u.choice.choice[i].value == *p) {
411 s = decl->u.choice.choice[i].name;
428 for (i = 0; decl->u.choice.choice[i].name; ++i) {
433 printf("%s", decl->u.choice.choice[i].name)
808 const char *choice; local
    [all...]
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 1445 int choice; local
1457 choice = rand() % (nitems - 1);
1459 if (order[j] == choice)
1462 order[i] = choice;
  /src/external/bsd/ipf/dist/
radix_ipf.c 1474 int choice; local
1486 choice = rand() % (nitems - 1);
1488 if (order[j] == choice)
1491 order[i] = choice;
  /src/external/lgpl3/gmp/dist/tune/
speed.c 575 struct choice_t *choice; variable in typeref:struct:choice_t
629 want_data |= ((choice[i].p->flag & FLAG_NODATA) == 0);
662 s->r = choice[i].r;
663 choice[i].time = speed_measure (choice[i].p->fun, s);
664 choice[i].no_time = (choice[i].time == -1.0);
665 if (! choice[i].no_time)
666 choice[i].time *= choice[i].scale
    [all...]
  /src/external/mit/isl/dist/include/isl/
arg.h 65 struct isl_arg_choice *choice; member in struct:isl_arg::__anon23657::__anon23658
69 } choice; member in union:isl_arg::__anon23657
140 .u = { .choice = { .choice = c, .default_value = d, \
149 .u = { .choice = { .choice = c, .default_value = d, \
159 .u = { .choice = { .choice = c, .default_value = d, \
168 .u = { .choice = { .choice = c, .default_value = d,
    [all...]
  /src/games/fortune/fortune/
fortune.c 924 int choice; local
929 choice = arc4random_uniform(100);
930 DPRINTF(1, (stderr, "choice = %d\n", choice));
932 if (choice < fp->percent)
935 choice -= fp->percent;
937 " skip \"%s\", %d%% (choice = %d)\n",
938 fp->name, fp->percent, choice));
941 "using \"%s\", %d%% (choice = %d)\n",
942 fp->name, fp->percent, choice));
987 int choice; local
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 1962 int choice; local
2003 if( Tcl_GetIndexFromObj(interp, objv[1], DB_strs, "option", 0, &choice) ){
2007 switch( (enum DB_enum)choice ){
2787 if( choice==DB_ONECOLUMN ){
3647 if( choice==DB_WAL_HOOK ) ppHook = &pDb->pWalHook;
3648 if( choice==DB_UPDATE_HOOK ) ppHook = &pDb->pUpdateHook;
3649 if( choice==DB_ROLLBACK_HOOK ) ppHook = &pDb->pRollbackHook;

Completed in 61 milliseconds

1 2