Searched refs:selected (Results 101 - 125 of 269) sorted by relevance

1234567891011

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsggrep.c424 /* Verify selected options. */
536 A message is selected if it comes from one of the specified source files,\n\
544 When more than one selection criterion is specified, the set of selected\n\
545 messages is the union of the selected messages of each criterion.\n\
689 /* Test whether one of mp->filepos[] is selected. */
728 bool selected; local
747 selected = is_string_selected (3, total_comment, length);
751 if (selected)
763 bool selected; local
782 selected
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dconstant_time_test.c195 uint64_t selected = constant_time_select_64(CONSTTIME_TRUE_64, a, b); local
197 if (selected != a) {
199 BIO_printf(bio_err, "a=%jx b=%jx got %jx wanted a\n", a, b, selected);
202 selected = constant_time_select_64(CONSTTIME_FALSE_64, a, b);
203 if (selected != b) {
204 BIO_printf(bio_err, "a=%jx b=%jx got %jx wanted b\n", a, b, selected);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dconstant_time_test.c195 uint64_t selected = constant_time_select_64(CONSTTIME_TRUE_64, a, b); local
197 if (selected != a) {
199 BIO_printf(bio_err, "a=%jx b=%jx got %jx wanted a\n", a, b, selected);
202 selected = constant_time_select_64(CONSTTIME_FALSE_64, a, b);
203 if (selected != b) {
204 BIO_printf(bio_err, "a=%jx b=%jx got %jx wanted b\n", a, b, selected);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darch-utils.c436 /* Given SELECTED, a currently selected BFD architecture, and
452 const struct bfd_arch_info *selected)
457 if (selected == NULL)
461 return selected;
466 if (from_target == selected)
467 return selected;
479 compat1 = selected->compatible (selected, from_target);
480 compat2 = from_target->compatible (from_target, selected);
487 if (tdesc_compatible_p (target_desc, selected))
449 choose_architecture_for_target(const struct target_desc *target_desc, const struct bfd_arch_info *selected) argument
[all...]
/netbsd-current/lib/libmenu/
H A Dmenu.c316 * If the radio option is selected then make sure only one
317 * item is actually selected in the items.
323 if (menu->items[i]->selected == 1) {
327 menu->items[i]->selected = 0;
332 /* if none selected, select the first item */
334 menu->items[0]->selected = 1;
357 * If the radio option is selected then make sure only one
358 * item is actually selected in the items.
364 if (menu->items[i]->selected == 1) {
368 menu->items[i]->selected
[all...]
/netbsd-current/external/mit/xorg/lib/fontconfig/etc/conf.avail/
H A D70-no-bitmap-webfonts.conf6 Reject X11 bitmap fonts which may be selected in place of scalable
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dwps_supplicant.h45 struct wpa_bss *selected, struct wpa_ssid *ssid);
126 struct wpa_bss *selected,
125 wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s, struct wpa_bss *selected, struct wpa_ssid *ssid) argument
H A Dinterworking.c884 struct wpa_bss *selected; local
898 selected = wpa_supplicant_pick_network(wpa_s, &sel_ssid);
899 if (selected && sel_ssid && sel_ssid->priority > ssid->priority)
1372 struct wpa_cred *cred, *selected = NULL; local
1412 if (selected == NULL) {
1413 selected = cred;
1417 if (selected == NULL || is_excluded ||
1418 cred_prio_cmp(selected, cred) < 0) {
1419 selected = cred;
1428 return selected;
1931 struct wpa_cred *selected = NULL; local
2056 struct wpa_cred *cred, *selected = NULL; local
2377 pick_best_roaming_partner(struct wpa_supplicant *wpa_s, struct wpa_bss *selected, struct wpa_cred *cred) argument
2431 struct wpa_bss *bss, *selected = NULL, *selected_home = NULL; local
[all...]
H A Devents.c573 " selected based on TSN in RSN IE");
646 " selected based on RSN IE");
676 " selected based on TSN in WPA IE");
710 " selected based on WPA IE");
1398 "Scan results matching the currently selected network");
1414 wpa_dbg(wpa_s, MSG_DEBUG, "Try to find BSS matching pre-selected network id=%d",
1429 wpa_dbg(wpa_s, MSG_DEBUG, " selected BSS " MACSTR
1443 struct wpa_bss *selected = NULL; local
1462 while (selected == NULL) {
1466 selected
1533 wpa_supplicant_connect(struct wpa_supplicant *wpa_s, struct wpa_bss *selected, struct wpa_ssid *ssid) argument
1655 wpa_supplicant_need_to_roam(struct wpa_supplicant *wpa_s, struct wpa_bss *selected, struct wpa_ssid *ssid) argument
1956 struct wpa_bss *selected; local
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-tools/
H A Dstatslog2 # statslog - Rearrange and output selected parts of slapd's statslog output.
22 Output selected parts of slapd's statslog output (LDAP request/response
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbe.h59 void dbeSetTabSelectionState (int dbevindex, Vector<bool> *selected);
61 void dbeSetMemTabSelectionState (int dbevindex, Vector<bool> *selected);
63 void dbeSetIndxTabSelectionState (int dbevindex, Vector<bool> *selected);
103 Vector<bool> *selected);
104 Vector<unsigned> *dbeGetSampleSize (int dbevindex, Vector<bool> *selected);
105 char *dbeCheckPattern (int dbevindex, Vector<bool> *selected, char *pattern,
112 bool dbeUpdateFilters (int dbevindex, Vector<bool> *selected,
117 void dbeSetLoadObjectState (int dbevindex, Vector<int> *selected);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmve-vpt-bad-1.l16 [^:]*:18: Error: selected FPU does not support instruction -- `vpt.f16 eq,q0,q1'
17 [^:]*:19: Error: selected FPU does not support instruction -- `vpt.f32 eq,q0,q1'
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-make_print_var_on_error-jobs.mk4 # values of selected variables on error.
/netbsd-current/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture.c51 static int selected(const char * filter, const char * name) function
60 return selected(UnityFixture.NameFilter, test);
65 return selected(UnityFixture.GroupFilter, group);
/netbsd-current/sys/dev/ic/
H A Dad1848.c1059 int i, n, selected; local
1062 selected = -1;
1066 selected = 0;
1068 selected = n - 1;
1070 for (i = 1 /*really*/ ; selected == -1 && i < n; i++)
1072 selected = i;
1080 selected = i - 1;
1082 selected = i;
1085 if (selected == -1) {
1087 selected
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dxstormy16-desc.c1185 /* MAX_HW is only an upper bound on the number of selected entries.
1188 const CGEN_HW_ENTRY **selected = local
1193 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1198 selected[init[i].type] = &init[i];
1199 cd->hw_table.entries = selected;
1219 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1222 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1226 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1231 selected[ini
[all...]
H A Dmt-desc.c1014 /* MAX_HW is only an upper bound on the number of selected entries.
1017 const CGEN_HW_ENTRY **selected = local
1022 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1027 selected[init[i].type] = &init[i];
1028 cd->hw_table.entries = selected;
1048 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1051 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1055 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1060 selected[ini
[all...]
H A Dbpf-desc.c1635 /* MAX_HW is only an upper bound on the number of selected entries.
1638 const CGEN_HW_ENTRY **selected = local
1643 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1648 selected[init[i].type] = &init[i];
1649 cd->hw_table.entries = selected;
1669 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1672 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1676 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1681 selected[ini
[all...]
H A Dcris-desc.c2489 /* MAX_HW is only an upper bound on the number of selected entries.
2492 const CGEN_HW_ENTRY **selected = local
2497 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
2502 selected[init[i].type] = &init[i];
2503 cd->hw_table.entries = selected;
2523 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
2526 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
2530 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
2535 selected[ini
[all...]
H A Dfr30-desc.c1454 /* MAX_HW is only an upper bound on the number of selected entries.
1457 const CGEN_HW_ENTRY **selected = local
1462 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1467 selected[init[i].type] = &init[i];
1468 cd->hw_table.entries = selected;
1488 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1491 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1495 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1500 selected[ini
[all...]
H A Dm32r-desc.c1233 /* MAX_HW is only an upper bound on the number of selected entries.
1236 const CGEN_HW_ENTRY **selected = local
1241 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1246 selected[init[i].type] = &init[i];
1247 cd->hw_table.entries = selected;
1267 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1270 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1274 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1279 selected[ini
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmt-desc.c1013 /* MAX_HW is only an upper bound on the number of selected entries.
1016 const CGEN_HW_ENTRY **selected = local
1021 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1026 selected[init[i].type] = &init[i];
1027 cd->hw_table.entries = selected;
1047 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1050 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1054 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1059 selected[ini
[all...]
H A Dm32r-desc.c1232 /* MAX_HW is only an upper bound on the number of selected entries.
1235 const CGEN_HW_ENTRY **selected = local
1240 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1245 selected[init[i].type] = &init[i];
1246 cd->hw_table.entries = selected;
1266 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1269 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1273 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1278 selected[ini
[all...]
H A Dxstormy16-desc.c1184 /* MAX_HW is only an upper bound on the number of selected entries.
1187 const CGEN_HW_ENTRY **selected = local
1192 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1197 selected[init[i].type] = &init[i];
1198 cd->hw_table.entries = selected;
1218 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1221 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1225 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1230 selected[ini
[all...]
H A Dfr30-desc.c1453 /* MAX_HW is only an upper bound on the number of selected entries.
1456 const CGEN_HW_ENTRY **selected = local
1461 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1466 selected[init[i].type] = &init[i];
1467 cd->hw_table.entries = selected;
1487 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1490 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1494 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1499 selected[ini
[all...]

Completed in 175 milliseconds

1234567891011