| /freebsd/release/scripts/ |
| H A D | pkgbase-stage.lua | 51 local selected = {} 53 table.insert(selected, components["pkg"]) 54 table.insert(selected, components["base"]) 55 table.insert(selected, components["base-jail"]) 56 table.insert(selected, components["kernel"]) 57 table.insert(selected, components["kernel-dbg"]) 58 table.insert(selected, components["src"]) 59 table.insert(selected, components["tests"]) 61 table.insert(selected, components["lib" .. compat]) 65 table.insert(selected, components["pkg"]) [all …]
|
| /freebsd/contrib/dialog/ |
| H A D | buildlist.c | 76 index2row(ALL_DATA * all, int choice, int selected) in index2row() argument 78 MY_DATA *data = all->list + selected; in index2row() 94 TRACE(("! index2row(choice %d, %s) = %d\n", choice, mySide(selected), result)); in index2row() 102 row2index(ALL_DATA * all, int row, int selected) in row2index() argument 104 MY_DATA *data = all->list + selected; in row2index() 116 TRACE(("! row2index(row %d, %s) = %d\n", row, mySide(selected), result)); in row2index() 129 int selected) in print_item() argument 150 dlg_print_listitem(win, item->name, climit, first, selected); in print_item() 157 dlg_print_listitem(win, show, climit, first, selected); in print_item() 159 if (selected) { in print_item() [all …]
|
| H A D | buttons.c | 177 print_button(WINDOW *win, char *label, int hotkey, int y, int x, int selected) in print_button() argument 183 chtype key_attr = (selected in print_button() 186 chtype label_attr = (selected in print_button() 191 dlg_attrset(win, selected in print_button() 224 dlg_attrset(win, selected in print_button() 343 int selected, in dlg_draw_buttons() argument 397 (selected == n) || (n == 0 && selected < 0)); in dlg_draw_buttons() 398 if (selected == n) in dlg_draw_buttons()
|
| /freebsd/bin/pkill/ |
| H A D | pkill.c | 96 static char *selected; variable 362 if ((selected = malloc(nproc)) == NULL) { in main() 366 memset(selected, 0, nproc); in main() 407 selected[i] = 1; in main() 409 selected[i] = 1; in main() 418 if (selected[i]) in main() 433 selected[i] = 0; in main() 441 selected[i] = 0; in main() 449 selected[i] = 0; in main() 457 selected[i] = 0; in main() [all …]
|
| /freebsd/usr.sbin/bsdinstall/scripts/ |
| H A D | pkgbase.in | 216 table.insert(selected, "pkg") 220 table.insert(selected, "kernel") 224 table.insert(selected, component) 227 return selected 230 -- Returns a list of pkgbase packages selected by the user 275 local selected = select_components(components, options) 277 -- Determine if the "debug" component was selected. 279 for _, component in ipairs(selected) do 287 for _, component in ipairs(selected) do 291 -- If the debug component was selected, install the -dbg
|
| H A D | firmware | 91 f_dialog_menutag_store -s "$selected" 106 if [ "${selected}" == "" ]; then 120 for fw in ${selected}; do
|
| H A D | docsinstall | 132 f_dialog_menutag_store -s "$selected" 158 for lang in $selected; do
|
| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 09-alpn.cnf | 13 test-8 = 8-alpn-selected-sni-server-supports-alpn 14 test-9 = 9-alpn-selected-sni-server-does-not-support-alpn 290 [8-alpn-selected-sni-server-supports-alpn] 291 ssl_conf = 8-alpn-selected-sni-server-supports-alpn-ssl 293 [8-alpn-selected-sni-server-supports-alpn-ssl] 294 server = 8-alpn-selected-sni-server-supports-alpn-server 295 client = 8-alpn-selected-sni-server-supports-alpn-client 296 server2 = 8-alpn-selected-sni-server-supports-alpn-server2 298 [8-alpn-selected-sni-server-supports-alpn-server] 303 [8-alpn-selected-sni-server-supports-alpn-server2] [all …]
|
| H A D | 08-npn.cnf | 15 test-10 = 10-npn-selected-sni-server-supports-npn 16 test-11 = 11-npn-selected-sni-server-does-not-support-npn 366 [10-npn-selected-sni-server-supports-npn] 367 ssl_conf = 10-npn-selected-sni-server-supports-npn-ssl 369 [10-npn-selected-sni-server-supports-npn-ssl] 370 server = 10-npn-selected-sni-server-supports-npn-server 371 client = 10-npn-selected-sni-server-supports-npn-client 372 server2 = 10-npn-selected-sni-server-supports-npn-server2 374 [10-npn-selected-sni-server-supports-npn-server] 379 [10-npn-selected-sni-server-supports-npn-server2] [all …]
|
| /freebsd/lib/libdevstat/ |
| H A D | devstat.c | 667 (*dev_select)[i].selected = 0; in devstat_selectdevs() 706 if ((*dev_select)[i].selected) in devstat_selectdevs() 710 (*dev_select)[i].selected = in devstat_selectdevs() 715 (*dev_select)[i].selected = 0; in devstat_selectdevs() 827 if ((*dev_select)[k].selected != 0) in devstat_selectdevs() 829 (*dev_select)[k].selected = in devstat_selectdevs() 834 (*dev_select)[k].selected = 0; in devstat_selectdevs() 877 if ((*dev_select)[i].selected == 0) { in devstat_selectdevs() 878 (*dev_select)[i].selected = in devstat_selectdevs() 886 if ((*dev_select)[i].selected != 0) { in devstat_selectdevs() [all …]
|
| /freebsd/contrib/openbsm/bin/auditreduce/ |
| H A D | auditreduce.c | 527 int selected; in select_records() local 535 selected = 1; in select_records() 536 while ((selected == 1) && (bytesread < reclen)) { in select_records() 550 selected = select_hdr32(tok, in select_records() 557 selected = select_proc32(tok, in select_records() 562 selected = select_subj32(tok, in select_records() 567 selected = select_ipcobj( in select_records() 573 selected = select_filepath( in select_records() 578 selected = select_return32(tok, in select_records() 583 selected = select_zone(tok.tt.zonename.zonename, &optchkd); in select_records() [all …]
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | interworking.c | 892 struct wpa_bss *selected; in already_connected() local 906 selected = wpa_supplicant_pick_network(wpa_s, &sel_ssid); in already_connected() 907 if (selected && sel_ssid && sel_ssid->priority > ssid->priority) in already_connected() 1414 struct wpa_cred *cred, *selected = NULL; in interworking_credentials_available_roaming_consortium() local 1456 if (selected == NULL) { in interworking_credentials_available_roaming_consortium() 1457 selected = cred; in interworking_credentials_available_roaming_consortium() 1461 if (selected == NULL || is_excluded || in interworking_credentials_available_roaming_consortium() 1462 cred_prio_cmp(selected, cred) < 0) { in interworking_credentials_available_roaming_consortium() 1463 selected = cred; in interworking_credentials_available_roaming_consortium() 1472 return selected; in interworking_credentials_available_roaming_consortium() [all …]
|
| H A D | events.c | 1801 struct wpa_bss *selected = NULL; in wpa_supplicant_pick_network() local 1820 while (selected == NULL) { in wpa_supplicant_pick_network() 1824 selected = wpa_supplicant_select_bss( in wpa_supplicant_pick_network() 1826 if (selected) in wpa_supplicant_pick_network() 1829 selected = wpa_supplicant_select_bss( in wpa_supplicant_pick_network() 1832 if (selected) in wpa_supplicant_pick_network() 1836 if (!selected && in wpa_supplicant_pick_network() 1844 } else if (selected == NULL) in wpa_supplicant_pick_network() 1849 if (selected && ssid && ssid->mem_only_psk && !ssid->psk_set && in wpa_supplicant_pick_network() 1866 selected = NULL; in wpa_supplicant_pick_network() [all …]
|
| /freebsd/usr.bin/random/ |
| H A D | random.c | 58 bool selected; in main() local 155 selected = random_uniform_denom(denom); in main() 156 if (selected) { in main()
|
| H A D | randomize_fd.c | 98 u_long i, j, numnode, selected; in randomize_fd() local 212 selected = arc4random_uniform(numnode); in randomize_fd() 215 if (j == selected) { in randomize_fd()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticRefactoringKinds.td | 24 def err_refactor_code_outside_of_function : Error<"the selected code is not a " 26 def err_refactor_extract_simple_expression : Error<"the selected expression " 28 def err_refactor_extract_prohibited_expression : Error<"the selected "
|
| /freebsd/contrib/dialog/samples/ |
| H A D | 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)
|
| /freebsd/sys/contrib/device-tree/Bindings/mips/cavium/ |
| H A D | bootbus.txt | 55 - cavium,wait-mode: Optional. If present, wait mode (WAITM) is selected. 57 - cavium,page-mode: Optional. If present, page mode (PAGEM) is selected. 62 - cavium,ale-mode: Optional. If present, ALE mode is selected. 64 - cavium,sam-mode: Optional. If present, SAM mode is selected. 66 - cavium,or-mode: Optional. If present, OR mode is selected.
|
| /freebsd/usr.bin/systat/ |
| H A D | iostat.c | 188 if (dev_select[i].selected) in numlabels() 203 if (dev_select[i].selected) { in numlabels() 230 if (dev_select[i].selected) { in barlabels() 265 if (dev_select[i].selected) { in showiostat() 278 if (dev_select[i].selected) { in showiostat()
|
| /freebsd/crypto/openssl/test/ |
| H A D | constant_time_test.c | 194 uint64_t selected = constant_time_select_64(CONSTTIME_TRUE_64, a, b); in test_select_64() local 196 if (selected != a) { in test_select_64() 198 BIO_printf(bio_err, "a=%jx b=%jx got %jx wanted a\n", a, b, selected); in test_select_64() 201 selected = constant_time_select_64(CONSTTIME_FALSE_64, a, b); in test_select_64() 202 if (selected != b) { in test_select_64() 203 BIO_printf(bio_err, "a=%jx b=%jx got %jx wanted b\n", a, b, selected); in test_select_64()
|
| /freebsd/usr.sbin/iostat/ |
| H A D | iostat.c | 737 if ((dev_select[i].selected != 0) in phdr() 738 && (dev_select[i].selected <= maxshowdevs)) { in phdr() 759 if ((dev_select[i].selected != 0) in phdr() 760 && (dev_select[i].selected <= maxshowdevs)) { in phdr() 826 if (((perf_select == 0) && (dev_select[dn].selected == 0)) in devstats() 827 || (dev_select[dn].selected > maxshowdevs)) in devstats() 862 if ((dev_select[dn].selected == 0) in devstats() 863 || (dev_select[dn].selected > maxshowdevs)) in devstats()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_alpn_select_cb.pod | 65 should be set to the value of a single protocol selected from the B<in>, 75 matches an item in the B<client>, B<client_len> list is selected, and returned 92 must be set to point to the selected protocol (which may be within B<in>). 98 B<SSL_TLSEXT_ERR_OK> or if the zero length protocol is selected. The B<arg> 111 SSL_get0_alpn_selected() returns a pointer to the selected protocol in B<data> 113 is set to 0 if no protocol has been selected. B<data> must not be freed. 177 ALPN protocol selected. 186 ALPN protocol not selected, e.g., because no ALPN protocols are configured for
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-max77620.txt | 69 selected as FPS0, FPS1 or FPS2. 76 selected as FPS0, FPS1 or FPS2. 89 FPS source is selected as FPS0, FPS1 or 97 FPS source is selected as FPS0, FPS1 or
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
| H A D | mux.txt | 5 parents, one of which can be selected as output. This clock does not 15 register value selected parent clock 24 register value selected clock parent
|
| /freebsd/contrib/ntp/sntp/unity/ |
| H A D | unity_fixture.c | 49 static int selected(const char * filter, const char * name) in selected() function 58 return selected(UnityFixture.NameFilter, test); in testSelected() 63 return selected(UnityFixture.GroupFilter, group); in groupSelected()
|