| /trueos/contrib/dialog/ |
| HD | buildlist.c | 69 int selected) in print_item() argument 90 dlg_print_listitem(win, item->name, climit, first, selected); in print_item() 97 dlg_print_listitem(win, show, climit, first, selected); in print_item() 99 if (selected) { in print_item() 111 int selected) in print_1_list() argument 113 MY_DATA *moi = data->list + selected; in print_1_list() 123 } else if (!(selected ^ (data->items[ii].state != 0))) { in print_1_list() 141 prev_item(ALL_DATA * data, int choice, int selected) in prev_item() argument 147 if ((data->items[n].state != 0) == selected) { in prev_item() 159 stop_prev(ALL_DATA * data, int choice, int selected) in stop_prev() argument [all …]
|
| HD | buttons.c | 167 print_button(WINDOW *win, char *label, int hotkey, int y, int x, int selected) in print_button() argument 173 chtype key_attr = (selected in print_button() 176 chtype label_attr = (selected in print_button() 181 (void) wattrset(win, selected in print_button() 212 (void) wattrset(win, selected in print_button() 327 int selected, in dlg_draw_buttons() argument 378 (selected == n) || (n == 0 && selected < 0)); in dlg_draw_buttons() 379 if (selected == n) in dlg_draw_buttons()
|
| HD | menubox.c | 67 Mode selected, in print_item() argument 83 switch (selected) { in print_item() 98 (void) wattrset(win, (selected != Unselected) ? item_selected_attr : item_attr); in print_item() 112 dlg_print_listitem(win, item->name, climit, first, selected); in print_item() 129 dlg_print_listitem(win, show, my_width - my_x, first, selected); in print_item() 131 if (selected) { in print_item()
|
| HD | treeview.c | 58 int selected) in print_item() argument 76 (void) wattrset(win, selected ? check_selected_attr : check_attr); in print_item() 82 (void) wattrset(win, selected ? item_selected_attr : item_attr); in print_item() 92 dlg_print_listitem(win, show, climit, first, selected); in print_item() 94 if (selected) { in print_item()
|
| HD | checklist.c | 61 int selected) in print_item() argument 79 (void) wattrset(win, selected ? check_selected_attr : check_attr); in print_item() 87 dlg_print_listitem(win, item->name, climit, first, selected); in print_item() 92 dlg_print_listitem(win, show, climit, first, selected); in print_item() 94 if (selected) { in print_item()
|
| /trueos/crypto/openssl/crypto/ |
| HD | constant_time_test.c | 125 unsigned int selected = constant_time_select(CONSTTIME_TRUE, a, b); in test_select() local 126 if (selected != a) { in test_select() 129 CONSTTIME_TRUE, a, b, a, selected); in test_select() 132 selected = constant_time_select(CONSTTIME_FALSE, a, b); in test_select() 133 if (selected != b) { in test_select() 136 CONSTTIME_FALSE, a, b, b, selected); in test_select() 144 unsigned char selected = constant_time_select_8(CONSTTIME_TRUE_8, a, b); in test_select_8() local 145 if (selected != a) { in test_select_8() 148 CONSTTIME_TRUE, a, b, a, selected); in test_select_8() 151 selected = constant_time_select_8(CONSTTIME_FALSE_8, a, b); in test_select_8() [all …]
|
| /trueos/bin/pkill/ |
| HD | pkill.c | 95 static char *selected; variable 331 if ((selected = malloc(nproc)) == NULL) { in main() 335 memset(selected, 0, nproc); in main() 376 selected[i] = 1; in main() 378 selected[i] = 1; in main() 387 if (selected[i]) in main() 402 selected[i] = 0; in main() 410 selected[i] = 0; in main() 418 selected[i] = 0; in main() 426 selected[i] = 0; in main() [all …]
|
| /trueos/lib/libdevstat/ |
| HD | devstat.c | 657 (*dev_select)[i].selected = 0; in devstat_selectdevs() 696 if ((*dev_select)[i].selected) in devstat_selectdevs() 700 (*dev_select)[i].selected = in devstat_selectdevs() 705 (*dev_select)[i].selected = 0; in devstat_selectdevs() 817 if ((*dev_select)[k].selected != 0) in devstat_selectdevs() 819 (*dev_select)[k].selected = in devstat_selectdevs() 824 (*dev_select)[k].selected = 0; in devstat_selectdevs() 867 if ((*dev_select)[i].selected == 0) { in devstat_selectdevs() 868 (*dev_select)[i].selected = in devstat_selectdevs() 876 if ((*dev_select)[i].selected != 0) { in devstat_selectdevs() [all …]
|
| /trueos/games/random/ |
| HD | random.c | 69 selected, unique_output, unbuffer_output; in main() local 169 selected = (int)(denom * random() / RANDOM_MAX_PLUS1) == 0; in main() 171 if (selected) in main() 179 selected = (int)(denom * random() / in main()
|
| HD | randomize_fd.c | 99 u_long i, j, numnode, selected; in randomize_fd() local 213 selected = random() % numnode; in randomize_fd() 216 if (j == selected) { in randomize_fd()
|
| /trueos/usr.sbin/bsdinstall/partedit/ |
| HD | diskeditor.c | 39 int item, int nscroll, int selected) in print_partedit_item() argument 45 wattrset(partitions, selected ? item_selected_attr : item_attr); in print_partedit_item() 63 struct partedit_item *items, int nitems, int *selected, int *nscroll) in diskeditor_show() argument 153 if (selected != NULL) in diskeditor_show() 154 cur_part = *selected; in diskeditor_show() 279 if (selected != NULL) in diskeditor_show() 280 *selected = cur_part; in diskeditor_show()
|
| HD | part_wizard.c | 103 int i, err, selected, n = 0; in boot_disk() local 156 n, disks, &selected, NULL); in boot_disk() 158 chosen = (err == 0) ? strdup(disks[selected].name) : NULL; in boot_disk()
|
| HD | diskeditor.h | 45 struct partedit_item *items, int nitems, int *selected, int *scroll);
|
| /trueos/contrib/openbsm/bin/auditreduce/ |
| HD | auditreduce.c | 498 int selected; in select_records() local 506 selected = 1; in select_records() 507 while ((selected == 1) && (bytesread < reclen)) { in select_records() 521 selected = select_hdr32(tok, in select_records() 528 selected = select_proc32(tok, in select_records() 533 selected = select_subj32(tok, in select_records() 538 selected = select_ipcobj( in select_records() 544 selected = select_filepath( in select_records() 549 selected = select_return32(tok, in select_records() 559 print = ((selected == 1) && (!err) && (!(opttochk & ~optchkd))); in select_records()
|
| /trueos/contrib/dialog/samples/ |
| HD | dialog.py | 203 def radiolist(self, text, height=15, width=54, list=[], selected=0): argument 214 if selected: 215 i, item, tmp = triples[selected - 1] 216 triples[selected - 1] = (i, item, 'on') 328 "Peanut Butter and Jelly", "Grilled cheese"], selected=4)
|
| /trueos/usr.sbin/iostat/ |
| HD | iostat.c | 680 if ((dev_select[i].selected != 0) in phdr() 681 && (dev_select[i].selected <= maxshowdevs)) { in phdr() 702 if ((dev_select[i].selected != 0) in phdr() 703 && (dev_select[i].selected <= maxshowdevs)) { in phdr() 765 if (((perf_select == 0) && (dev_select[dn].selected == 0)) in devstats() 766 || (dev_select[dn].selected > maxshowdevs)) in devstats() 798 if ((dev_select[dn].selected == 0) in devstats() 799 || (dev_select[dn].selected > maxshowdevs)) in devstats()
|
| /trueos/contrib/wpa/wpa_supplicant/ |
| HD | interworking.c | 987 struct wpa_cred *cred, *selected = NULL; in interworking_credentials_available_roaming_consortium() local 1014 if (selected == NULL || in interworking_credentials_available_roaming_consortium() 1015 selected->priority < cred->priority) in interworking_credentials_available_roaming_consortium() 1016 selected = cred; in interworking_credentials_available_roaming_consortium() 1019 return selected; in interworking_credentials_available_roaming_consortium() 1345 struct wpa_cred *cred, *selected = NULL; in interworking_credentials_available_3gpp() local 1387 if (selected == NULL || in interworking_credentials_available_3gpp() 1388 selected->priority < cred->priority) in interworking_credentials_available_3gpp() 1389 selected = cred; in interworking_credentials_available_3gpp() 1393 return selected; in interworking_credentials_available_3gpp() [all …]
|
| HD | events.c | 833 struct wpa_bss *selected = NULL; in wpa_supplicant_pick_network() local 840 while (selected == NULL) { in wpa_supplicant_pick_network() 842 selected = wpa_supplicant_select_bss( in wpa_supplicant_pick_network() 845 if (selected) in wpa_supplicant_pick_network() 849 if (selected == NULL && wpa_s->blacklist && in wpa_supplicant_pick_network() 855 } else if (selected == NULL) in wpa_supplicant_pick_network() 859 return selected; in wpa_supplicant_pick_network() 887 struct wpa_bss *selected, in wpa_supplicant_connect() argument 890 if (wpas_wps_scan_pbc_overlap(wpa_s, selected, ssid)) { in wpa_supplicant_connect() 910 (os_memcmp(selected->bssid, wpa_s->bssid, ETH_ALEN) != 0 && in wpa_supplicant_connect() [all …]
|
| HD | wps_supplicant.h | 44 struct wpa_bss *selected, struct wpa_ssid *ssid); 115 struct wpa_bss *selected, in wpas_wps_scan_pbc_overlap() argument
|
| /trueos/usr.bin/systat/ |
| HD | iostat.c | 201 if (dev_select[i].selected) in numlabels() 216 if (dev_select[i].selected) { in numlabels() 243 if (dev_select[i].selected) { in barlabels() 278 if (dev_select[i].selected) { in showiostat() 291 if (dev_select[i].selected) { in showiostat()
|
| /trueos/usr.sbin/bsdinstall/scripts/ |
| HD | docsinstall | 132 f_dialog_menutag_store -s "$selected" 158 for lang in $selected; do
|
| /trueos/usr.sbin/bsdconfig/startup/include/ |
| HD | messages.subr | 54 msg_delete_selected_desc="Delete selected directive(s)" 55 msg_delete_selected_help="Delete each of the selected rc.conf(5) configuration directives" 57 msg_deleting_selected_directives="Deleting selected directive(s)..." 64 msg_exit_cancel_help="Return to the previous menu (selected items are untouched)"
|
| /trueos/usr.sbin/bsdconfig/share/packages/ |
| HD | packages.subr | 64 SELECTED_PACKAGES= # Packages selected by user in [X]dialog(1) interface 105 # Add number of selected packages for this category (if any) 125 # Add $package to the list of tracked/selected packages. If $package is already 146 # Remove $package from teh list of tracked/selected packages. If $package is 169 # entries and marks each entry as an installed/selected package. 183 # Calculate number of installed/selected packages for each category listed in 186 # $category varcat' -- and number selected packages as $_${varcat}_nselected). 187 # Also calculates the total number of installed/selected packages stored as 196 # selected (and therefore does not increment the counts calculated herein). 258 # Processes selected packages, adding dependencies [all …]
|
| /trueos/contrib/ofed/management/opensm/include/vendor/ |
| HD | osm_vendor.h | 69 #error No MAD Interface selected!
|
| /trueos/usr.sbin/bsdconfig/includes/ |
| HD | USAGE | 31 -d Print description for each function selected. Implies `-f'. 32 -f Show functions for selected includes.
|