/freebsd/usr.sbin/bsdconfig/console/include/ |
H A D | messages.subr | 26 hline_choose_a_font="Choose a font" 27 hline_choose_a_keyboard_map="Choose a keyboard map" 28 hline_choose_a_keyboard_repeat_rate="Choose a keyboard repeat rate" 29 hline_choose_a_screen_map="Choose a screen map" 30 hline_choose_a_screen_saver="Choose a nifty-looking screen saver" 31 hline_choose_a_terminal_type="Choose a terminal type" 52 msg_choose_alternate_keyboard_map="Choose an alternate keyboard map" 53 msg_choose_alternate_screen_font="Choose an alternate screen font" 54 msg_choose_alternate_screenmap="Choose an alternate screenmap" 55 msg_choose_console_terminal_type="Choose console terminal type" [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | zoned_time.h | 115 …_LIBCPP_HIDE_FROM_ABI zoned_time(_TimeZonePtr __zone, const local_time<_Duration>& __tp, choose __… 117 … decltype(std::declval<_TimeZonePtr&>() -> to_sys(local_time<_Duration>{}, choose::earliest)), 121 …_LIBCPP_HIDE_FROM_ABI zoned_time(string_view __name, const local_time<_Duration>& __tp, choose __c) 124 …ble_v<decltype(std::declval<_TimeZonePtr&>() -> to_sys(local_time<_Duration>{}, choose::earliest)), 133 // per wording choose has no effect 135 …FROM_ABI zoned_time(_TimeZonePtr __zone, const zoned_time<_Duration2, _TimeZonePtr2>& __zt, choose) 147 …M_ABI zoned_time(string_view __name, const zoned_time<_Duration2, _TimeZonePtr2>& __zt, choose __c) 162 // choose::earliest and that choice is not respected. 201 zoned_time(_TimeZonePtrOrName&&, local_time<_Duration>, choose = choose::earliest) 205 zoned_time(_TimeZonePtrOrName&&, zoned_time<_Duration, TimeZonePtr2>, choose = choose::earliest)
|
H A D | time_zone.h | 45 enum class choose { earliest, latest }; enum 104 to_sys(const local_time<_Duration>& __time, choose __z) const { in to_sys() 113 case choose::earliest: in to_sys() 116 case choose::latest: in to_sys()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | Kconfig | 15 To compile this driver as a module, choose M here. 26 To compile this driver as a module, choose M here. 37 To compile this driver as a module, choose M here.
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | Kconfig | 15 If you choose to build a module, it'll be called ath12k. 25 you want optimal performance choose N. 34 you want optimal performance choose N.
|
/freebsd/contrib/dialog/samples/ |
H A D | menubox1 | 11 choose. If there are more items than can fit \n\ 15 number keys 1-9 to choose an option.\n\ 17 Choose the OS you like:" 20 51 4 \
|
H A D | menubox | 11 choose. If there are more items than can fit \n\ 15 number keys 1-9 to choose an option.\n\ 17 Choose the OS you like:" 20 51 4 \
|
H A D | menubox-utf8 | 13 choose. If there are more items than can fit \n\ 17 number keys 1-9 to choose an option.\n\ 19 Choose the OS you like:" 20 51 4 \
|
H A D | menubox2 | 11 choose. If there are more items than can fit \n\ 15 number keys 1-9 to choose an option.\n\ 17 Choose the OS you like:" 20 51 4 \
|
H A D | menubox8 | 13 choose. If there are more items than can fit \n\ 17 number keys 1-9 to choose an option.\n\ 19 Choose the OS you like:" 20 51 4 \
|
H A D | menubox3 | 11 choose. If there are more items than can fit \n\ 15 number keys 1-9 to choose an option.\n\ 17 Choose the OS you like:" 20 51 4 \
|
H A D | menubox-8bit | 13 choose. If there are more items than can fit \n\ 17 number keys 1-9 to choose an option.\n\ 19 Choose the OS you like:" 20 51 4 \
|
H A D | menubox4 | 11 choose. If there are more items than can fit \n\ 15 number keys 1-9 to choose an option.\n\ 17 Choose the OS you like:" 20 51 4 \
|
H A D | menubox6 | 12 choose. If there are more items than can fit \n\ 16 \Z2number\Zn keys 1-9 to choose an option.\n\ 18 Choose the OS you like:" 20 51 4 \
|
H A D | menubox7 | 13 choose. If there are more items than can fit \n\ 17 number keys 1-9 to choose an option.\n\ 19 Choose the OS you like:" 20 51 4 \
|
H A D | menubox12 | 31 choose. If there are more items than can fit \n\ 35 number keys 1-9 to choose an option.\n\ 37 Choose the OS you like:" 20 51 4 \
|
H A D | menubox5 | 11 choose. If there are more items than can fit \n\ 15 number keys 1-9 to choose an option.\n\ 17 Choose the OS you like:" 20 51 4 \
|
/freebsd/share/examples/bootforth/ |
H A D | menu.4th | 56 10 18 at-xy ." * Choose 1 if you just want to run FreeBSD." 57 10 19 at-xy ." * Choose 2 if you want to use bootloader facilities." 60 10 22 at-xy ." * Choose 3 in order to warm boot your machine."
|
H A D | menuconf.4th | 58 10 18 at-xy ." * Choose 1 or 2 to run special configuration file." 59 10 19 at-xy ." * Choose 3 to proceed with standard bootstrapping." 62 10 22 at-xy ." * Choose 4 in order to warm boot your machine."
|
/freebsd/usr.sbin/bsdconfig/console/ |
H A D | console | 126 "2 $msg_font") command=font ;; # Choose alternate screen font 127 "3 $msg_keymap") command=keymap ;; # Choose alt. keyboard map 130 "6 $msg_screenmap") command=screenmap ;; # Choose alternate screenmap 131 "7 $msg_ttys") command=ttys ;; # Choose console terminal type
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | network_device.hlp | 13 preference to SLIP whenever possible). When you choose the SLIP 26 your ISP supports dynamic negotiation, most do. If you do not choose 30 "modem capabilities database". If you choose a PAP or CHAP login you
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | suff-transform-select.mk | 7 # make should choose the .d.e rule, because .d is before .f in .SUFFIXES. 9 # it would choose .f.e instead.
|
/freebsd/usr.sbin/bsdconfig/startup/include/ |
H A D | messages.subr | 44 msg_choose_view_details="Choose View Details" 105 msg_view_details_desc="Choose view details" 106 msg_view_details_help="Choose which details are shown in the current view"
|
/freebsd/share/man/man4/ |
H A D | pvscsi.4 | 32 A non-positive value will cause the driver to choose the value based on device 38 A non-positive value will cause the driver to choose the value based on number
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | marvell-neta-bm.txt | 15 Otherwise the driver would adjust a given number or choose default if 20 If not set a driver will choose a default value.
|