Searched refs:selected (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.h47 struct partedit_item *items, int nitems, int *selected, int *scroll);
H A Ddiskeditor.c41 int item, int nscroll, int selected)
47 wattrset(partitions, selected ? item_selected_attr : item_attr);
65 struct partedit_item *items, int nitems, int *selected, int *nscroll)
72 "Add a new partition", "Delete selected partition or partitions",
155 if (selected != NULL)
156 cur_part = *selected;
281 if (selected != NULL)
282 *selected = cur_part;
40 print_partedit_item(WINDOW *partitions, struct partedit_item *items, int item, int nscroll, int selected) argument
64 diskeditor_show(const char *title, const char *cprompt, struct partedit_item *items, int nitems, int *selected, int *nscroll) argument
H A Dpart_wizard.c105 int i, err, selected, n = 0; local
158 n, disks, &selected, NULL);
160 chosen = (err == 0) ? strdup(disks[selected].name) : NULL;
/freebsd-11-stable/crypto/openssl/crypto/
H A Dconstant_time_test.c125 unsigned int selected = constant_time_select(CONSTTIME_TRUE, a, b); local
126 if (selected != a) {
129 CONSTTIME_TRUE, a, b, a, selected);
132 selected = constant_time_select(CONSTTIME_FALSE, a, b);
133 if (selected != b) {
136 CONSTTIME_FALSE, a, b, b, selected);
144 unsigned char selected = constant_time_select_8(CONSTTIME_TRUE_8, a, b); local
145 if (selected != a) {
148 CONSTTIME_TRUE, a, b, a, selected);
151 selected
163 int selected = constant_time_select_int(CONSTTIME_TRUE, a, b); local
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dbuildlist.c61 * Print list item. The 'selected' parameter is true if 'choice' is the
69 int selected)
90 dlg_print_listitem(win, item->name, climit, first, selected);
97 dlg_print_listitem(win, show, climit, first, selected);
99 if (selected) {
106 * Prints either the left (unselected) or right (selected) list.
111 int selected)
113 MY_DATA *moi = data->list + selected;
123 } else if (!(selected ^ (data->items[ii].state != 0))) {
141 prev_item(ALL_DATA * data, int choice, int selected) argument
65 print_item(ALL_DATA * data, WINDOW *win, DIALOG_LISTITEM * item, int choice, int selected) argument
109 print_1_list(ALL_DATA * data, int choice, int selected) argument
159 stop_prev(ALL_DATA * data, int choice, int selected) argument
165 check_hotkey(DIALOG_LISTITEM * items, int choice, int selected) argument
185 next_item(ALL_DATA * data, int choice, int selected) argument
205 index2row(ALL_DATA * data, int choice, int selected) argument
223 first_item(ALL_DATA * data, int selected) argument
241 last_item(ALL_DATA * data, int selected) argument
259 row2index(ALL_DATA * data, int row, int selected) argument
275 skip_rows(ALL_DATA * data, int row, int skip, int selected) argument
304 closest_item(ALL_DATA * data, int choice, int selected) argument
340 int selected; local
372 set_top_item(ALL_DATA * data, int value, int selected) argument
387 fix_top_item(ALL_DATA * data, int cur_item, int selected) argument
[all...]
H A Dbuttons.c167 print_button(WINDOW *win, char *label, int hotkey, int y, int x, int selected) argument
173 chtype key_attr = (selected
176 chtype label_attr = (selected
181 (void) wattrset(win, selected
212 (void) wattrset(win, selected
327 int selected,
378 (selected == n) || (n == 0 && selected < 0));
379 if (selected == n)
688 * option was not specified, or if the selected butto
324 dlg_draw_buttons(WINDOW *win, int y, int x, const char **labels, int selected, int vertical, int limit) argument
[all...]
H A Dmenubox.c67 Mode selected,
83 switch (selected) {
98 (void) wattrset(win, (selected != Unselected) ? item_selected_attr : item_attr);
112 dlg_print_listitem(win, item->name, climit, first, selected);
129 dlg_print_listitem(win, show, my_width - my_x, first, selected);
131 if (selected) {
63 print_item(ALL_DATA * data, WINDOW *win, DIALOG_LISTITEM * item, int choice, Mode selected, bool is_inputmenu) argument
/freebsd-11-stable/usr.bin/random/
H A Drandom.c69 selected, unique_output, unbuffer_output; local
169 selected = (int)(denom * random() / RANDOM_MAX_PLUS1) == 0;
171 if (selected)
179 selected = (int)(denom * random() /
H A Drandomize_fd.c99 u_long i, j, numnode, selected; local
213 selected = random() % numnode;
216 if (j == selected) {
/freebsd-11-stable/bin/pkill/
H A Dpkill.c99 static char *selected; variable
338 if ((selected = malloc(nproc)) == NULL) {
342 memset(selected, 0, nproc);
383 selected[i] = 1;
385 selected[i] = 1;
394 if (selected[i])
409 selected[i] = 0;
417 selected[i] = 0;
425 selected[i] = 0;
433 selected[
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor.h69 #error No MAD Interface selected!
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Ddocsinstall118 local selected
119 selected=$( eval $DIALOG \
132 f_dialog_menutag_store -s "$selected"
149 f_dialog_menutag_fetch selected
155 # Install each of the selected packages
158 for lang in $selected; do
H A Dwlanconfig44 # Setup what was selected
83 local no_default="<not selected>"
186 # Get current country/regdomain for selected interface
191 [ "$DEF_REGDOMAIN" = 0 ] && DEF_REGDOMAIN="<not selected>"
192 [ "$DEF_COUNTRY" = 0 ] && DEF_COUNTRY="<not selected>"
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.c491 * Devices are selected/deselected based upon the following criteria:
496 * devices haven't already been selected and if the user has not
501 * - current number of devices selected (num_selected)
516 * - number of devices selected on the command line by the user
520 * selected by the user or devices matching a pattern given by the
521 * user will be selected in addition to devices that are already
522 * selected. Additional devices will be selected, up to maxshowdevs
526 * given by the user will be selected. No other devices will be
527 * selected
[all...]
H A Ddevstat.h125 int selected; member in struct:device_selection
/freebsd-11-stable/contrib/dialog/samples/
H A Ddialog.py28 # *any* objects to be displayed and selected, not just strings.
55 # - 'selected' option to radiolist dialog; clicking "Cancel" is now
159 The selected object is returned, or None if the dialog was canceled.
174 Returns a list of the selected objects.
175 Returns an empty list if nothing was selected.
198 if c == 0: # Nothing was selected
203 def radiolist(self, text, height=15, width=54, list=[], selected=0):
205 Return the selected object.
206 Returns empty string if no choice was selected.
208 selected
[all...]
/freebsd-11-stable/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c505 * Read each record from the audit trail. Check if it is selected after
516 int selected; local
524 selected = 1;
525 while ((selected == 1) && (bytesread < reclen)) {
539 selected = select_hdr32(tok,
546 selected = select_proc32(tok,
551 selected = select_subj32(tok,
556 selected = select_ipcobj(
562 selected = select_filepath(
567 selected
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Diostat.c191 if (dev_select[i].selected)
206 if (dev_select[i].selected) {
233 if (dev_select[i].selected) {
268 if (dev_select[i].selected) {
281 if (dev_select[i].selected) {
/freebsd-11-stable/usr.sbin/iostat/
H A Diostat.c565 * mode. This is the only mode where the devices selected
739 if ((dev_select[i].selected != 0)
740 && (dev_select[i].selected <= maxshowdevs)) {
761 if ((dev_select[i].selected != 0)
762 && (dev_select[i].selected <= maxshowdevs)) {
826 if (((perf_select == 0) && (dev_select[dn].selected == 0))
827 || (dev_select[dn].selected > maxshowdevs))
862 if ((dev_select[dn].selected == 0)
863 || (dev_select[dn].selected > maxshowdevs))
/freebsd-11-stable/contrib/wpa/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...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h52 ColorStyle selected; member in struct:lldb_private::HighlightStyle
96 /// Returns a human readable name for the selected highlighter.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp39 // If we have a valid cursor, we have to apply the 'selected' style around
46 // Print the selected character with the defined color codes.
47 options.selected.Apply(s, line.substr(column, 1));
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture.c49 static int selected(const char * filter, const char * name) function
58 return selected(UnityFixture.NameFilter, test);
63 return selected(UnityFixture.GroupFilter, group);

Completed in 322 milliseconds

123