Searched refs:selected (Results 26 - 50 of 63) sorted by relevance

123

/freebsd-11-stable/contrib/dialog/
H A Dchecklist.c52 * Print list item. The 'selected' parameter is true if 'choice' is the
61 int selected)
79 (void) wattrset(win, selected ? check_selected_attr : check_attr);
87 dlg_print_listitem(win, item->name, climit, first, selected);
92 dlg_print_listitem(win, show, climit, first, selected);
94 if (selected) {
217 * selected initially. Allow none to be selected, since some users may
384 key = ' '; /* force the selected item to toggle */
396 * (any number of items can be selected) o
56 print_item(ALL_DATA * data, WINDOW *win, DIALOG_LISTITEM * item, const char *states, int choice, int selected) argument
[all...]
H A Dtreeview.c49 * Print list item. The 'selected' parameter is true if 'choice' is the
58 int selected)
76 (void) wattrset(win, selected ? check_selected_attr : check_attr);
82 (void) wattrset(win, selected ? item_selected_attr : item_attr);
92 dlg_print_listitem(win, show, climit, first, selected);
94 if (selected) {
229 * selected initially. Allow none to be selected, since some users may
375 key = ' '; /* force the selected item to toggle */
53 print_item(ALL_DATA * data, DIALOG_LISTITEM * item, const char *states, int depths, int choice, int selected) argument
H A Dutil.c653 * first character if selected.
660 int selected)
677 (void) wattrset(win, selected ? attrs[3] : attrs[2]);
683 (void) wattrset(win, selected ? attrs[1] : attrs[0]);
697 (void) wattrset(win, selected ? attrs[1] : attrs[0]);
1725 * if the help button were selected. Now we want to exit with "HELP",
1826 * If the --tab-correct was not selected, convert tabs to single spaces.
656 dlg_print_listitem(WINDOW *win, const char *text, int climit, bool first, int selected) argument
/freebsd-11-stable/sbin/fsck/
H A Dfsck.c76 static int selected(const char *);
254 if (!selected(fs->fs_vfstype))
415 selected(const char *type) function
419 /* If no type specified, it's always selected. */
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_passwd.c162 #error Configuration error! crypt_r() should have been selected!
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_cleaner.c340 int select, selected; local
365 selected = 0;
383 selected++;
387 if (selected == 0) {
/freebsd-11-stable/crypto/openssh/
H A Daudit-bsm.c232 * Check if the specified event is selected (enabled) for auditing.
233 * Returns 1 if the event is selected, 0 if not and -1 on failure.
236 selected(char *username, uid_t uid, au_event_t event, int sf) function
270 sel = selected(the_authctxt->user, uid, event_no, rc);
/freebsd-11-stable/usr.bin/systat/
H A Ddevs.c372 if (dev_select[i].selected) {
429 if (dev_select[i].selected)
/freebsd-11-stable/sys/net/
H A Dieee8023ad_lacp.c1449 enum lacp_selected selected = lp->lp_selected; local
1453 lacp_dprintf(lp, "%s: state= 0x%x, selected= 0x%x, "
1455 lp->lp_mux_state, selected, p_sync, p_collecting);
1464 if (selected != LACP_UNSELECTED) {
1472 if (selected == LACP_SELECTED && la->la_pending == 0) {
1474 } else if (selected == LACP_UNSELECTED) {
1479 if (selected == LACP_SELECTED && p_sync) {
1481 } else if (selected != LACP_SELECTED) {
1486 if (selected == LACP_SELECTED && p_sync && p_collecting) {
1488 } else if (selected !
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-desc.c2424 /* MAX_HW is only an upper bound on the number of selected entries.
2427 const CGEN_HW_ENTRY **selected = local
2432 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
2437 selected[init[i].type] = &init[i];
2438 cd->hw_table.entries = selected;
2458 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
2461 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
2465 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
2470 selected[ini
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dpack.c63 * In a second step, we read all revisions in the selected range, build
929 apr_array_header_t *selected,
956 APR_ARRAY_PUSH(selected, path_order_t *) = current_path;
994 reps_fit_into_containers(apr_array_header_t *selected, argument
998 for (i = 0; i < selected->nelts; ++i)
999 if (APR_ARRAY_IDX(selected, i, path_order_t *)->expanded_size > limit)
1399 apr_array_header_t *selected = apr_array_make(scratch_pool, 16, local
1423 SVN_ERR(select_reps(context, i, selected, node_parts, rep_parts));
1439 if (reps_fit_into_containers(selected, 2 * ffd->block_size))
1447 apr_array_clear(selected);
927 select_reps(pack_context_t *context, int idx, apr_array_header_t *selected, apr_array_header_t *node_parts, apr_array_header_t *rep_parts) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_ttls.c76 char *selected; local
82 selected = "EAP";
100 selected = "MSCHAPV2";
104 selected = "MSCHAP";
108 selected = "PAP";
112 selected = "CHAP";
139 selected = "EAP";
144 wpa_printf(MSG_DEBUG, "EAP-TTLS: Phase2 type: %s", selected);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp228 // If the cursor is inside this token, we have to apply the 'selected'
235 options.selected.Apply(storage, tok_str);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1033 // selected range.
1058 var s = document.querySelector(".selected");
1067 document.querySelectorAll(".selected").forEach(function(s) {
1068 s.classList.remove("selected");
1070 el.classList.add("selected");
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c725 * formed before allowing other networks to be selected.
1075 struct wpa_ssid *selected)
1097 ssid->disabled = ssid != selected;
1111 struct wpa_ssid *selected, const u8 *bssid,
1132 wpas_wps_temp_disable(wpa_s, selected);
1697 wpa_printf(MSG_DEBUG, " selected based on WPS IE "
1729 wpa_printf(MSG_DEBUG, " selected based on WPS IE");
1731 wpa_printf(MSG_DEBUG, " selected based on WPS IE "
1739 wpa_printf(MSG_DEBUG, " selected based on WPS IE");
1806 struct wpa_bss *selected, struc
1074 wpas_wps_temp_disable(struct wpa_supplicant *wpa_s, struct wpa_ssid *selected) argument
1110 wpas_wps_reassoc(struct wpa_supplicant *wpa_s, struct wpa_ssid *selected, const u8 *bssid, int freq) argument
1805 wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s, struct wpa_bss *selected, struct wpa_ssid *ssid) argument
[all...]
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S112 * When a partition is selected, or a timeout expires, the currently
113 * selected partition is used to load the next stage boot code,
318 * Whatever drive we selected, make it an ascii digit and save it
455 * selected partition, and leave the drive number unchanged.
458 addw $partbl,%ax # selected
475 * If going to next drive, replace drive with selected one.
483 * Load selected bootsector to the LOAD location in RAM. If read
492 pushw %si # Save ptr to selected part.
499 * putkey prints the option selected in %dl (F1..F5 or 1..5) followed by
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1060 selected, the corresponding INIT function is called.
1070 information obtained from INFO.ABFD or the previously selected
1076 values from the previously selected architecture for this
1081 doesn't recognize the selected architecture; an existing \`\`struct
1085 - that describes the selected architecture (see gdbarch_alloc()).
1166 The actual architecture selected is determined by INFO, \`\`(gdb) set
1168 architecture. INFO should be initialized to zero and then selected
1212 When a previously created architecture is re-selected, the
2202 "Previous architecture 0x%08lx (%s) selected\n",
2224 "New architecture 0x%08lx (%s) selected\
[all...]
/freebsd-11-stable/usr.bin/vmstat/
H A Dvmstat.c881 if ((dev_select[i].selected) &&
882 (dev_select[i].selected <= maxshowdevs))
1122 if (dev_select[dn].selected == 0 ||
1123 dev_select[dn].selected > maxshowdevs)
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dauto158 test $MIRROR_BUTTON -eq 0 || error "No mirror selected"
327 # distributions have been selected.
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c3039 AlgorithmIdentifier *selected)
3045 memset(selected, 0, sizeof(*selected));
3086 ret = copy_AlgorithmIdentifier(&peer->val[i], selected);
3099 ret = copy_AlgorithmIdentifier(cipher->ai_func(), selected);
3108 ret = copy_AlgorithmIdentifier(def, selected);
3035 hx509_crypto_select(const hx509_context context, int type, const hx509_private_key source, hx509_peer_info peer, AlgorithmIdentifier *selected) argument
H A Dhxtool.c1487 AlgorithmIdentifier selected; local
1505 ret = hx509_crypto_select(context, type, NULL, peer, &selected);
1509 der_print_heim_oid (&selected.algorithm, '.', &s);
1512 free_AlgorithmIdentifier(&selected);
/freebsd-11-stable/contrib/gcc/
H A Dfunction.c627 struct temp_slot *p, *best_p = 0, *selected = NULL, **pp;
667 selected = p;
668 cut_slot_from_list (selected, &avail_temp_slots);
680 selected = best_p;
681 cut_slot_from_list (selected, &avail_temp_slots);
714 if (selected == 0)
761 selected = p;
764 p = selected;
621 struct temp_slot *p, *best_p = 0, *selected = NULL, **pp; local
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c1908 const unsigned char *selected = s->s3->alpn_selected; local
1915 * 1 byte for selected protocol length
1916 * + length of the selected protocol
1924 memcpy(ret, selected, len);
2083 const unsigned char *selected = NULL; local
2087 int r = s->ctx->alpn_select_cb(s, &selected, &selected_len,
2099 memcpy(s->s3->alpn_selected, selected, selected_len);
2820 unsigned char *selected; local
2834 ctx->next_proto_select_cb(s, &selected, &selected_len, data,
2851 memcpy(s->next_proto_negotiated, selected, selected_le
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.c769 struct sta_info *selected, *sta; local
788 selected = sta;
790 if (sta != selected)
928 selected = NULL;
931 if (selected) {
935 selected = sta;
939 return selected;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp550 style.selected.Set(debugger_sp->GetStopShowColumnAnsiPrefix(),

Completed in 251 milliseconds

123