Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 5793) sorted by relevance

12345678910>>...232

/netbsd-src/usr.bin/menuc/testm/
H A Dmenus.mc65 option "Do nothing option",
68 option "Try a sub menu",
71 option "A scrollable menu",
74 option "Another scrollable menu",
77 option "Big non-scrollable menu, bombs on small screens",
80 option "A menu with no shortcuts",
83 option "A dynamic menu ...",
86 option "Continuous title and menu ...",
89 option "Run a shell...",
177 option "upper right", sub menu upperright;
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCommandLineReference.rst21 .. option:: -B<prefix>, --prefix <arg>, --prefix=<arg>
25 .. option:: -F<arg>
29 .. option:: -ObjC
34 .. option:: -ObjC++
39 .. option:: -Qn, -fno-ident
43 .. option:: -Qunused-arguments
47 .. option:: -Qy, -fident
51 .. option:: -Wa,<arg>,<arg2>...
55 .. option:: -Wlarge-by-value-copy=<arg>
57 .. option:: -Xarch\_<arg1> <arg2>
[all …]
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Doptions.c36 TAILQ_HEAD(options, option) options;
428 struct option *option; in options_init() local
434 option = (struct option *)malloc(sizeof(*option)); in options_init()
435 assert(option != NULL); in options_init()
436 memset(option, 0, sizeof(*option)); in options_init()
437 option->old = def->name; in options_init()
440 option->name = "name-servers"; in options_init()
443 option->name = "nwip-domain-name"; in options_init()
446 option->name = "nisplus-domain-name"; in options_init()
449 option->name = "boot-file-name"; in options_init()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dtblgen.rst39 .. option:: -help
43 .. option:: -help-list
47 .. option:: -D=macroname
52 .. option:: -d=filename
56 .. option:: -debug
60 .. option:: -dump-json
65 .. option:: -I directory
71 .. option:: -null-backend
76 .. option:: -o filename
81 .. option:: -print-records
[all …]
H A Dllvm-readobj.rst28 - :program:`llvm-readelf` uses `GNU` for the :option:`--elf-output-style` option
33 - :program:`llvm-readelf` provides :option:`-s` as an alias for
34 :option:`--symbols`, for GNU :program:`readelf` compatibility, whereas it is
35 an alias for :option:`--section-headers` in :program:`llvm-readobj`.
36 - :program:`llvm-readobj` provides ``-t`` as an alias for :option:`--symbols`.
39 aliases for :option:`--section-relocations`, :option:`--section-data`,
40 :option:`--section-symbols` and :option:`--dyn-symbols` respectively.
50 .. option:: --all
55 .. option:: --addrsig
59 .. option:: --color
[all …]
H A Dllvm-readelf.rst23 .. option:: --all
27 .. option:: --addrsig
31 .. option:: --arch-specific, -A
35 .. option:: --bb-addr-map
40 .. option:: --color
44 .. option:: --demangle, -C
48 .. option:: --dyn-relocations
52 .. option:: --dyn-symbols, --dyn-syms
56 .. option:: --dynamic-table, --dynamic, -d
60 .. option:: --cg-profile
[all …]
H A Dllvm-objdump.rst24 .. option:: -a, --archive-headers
28 .. option:: -d, --disassemble
32 .. option:: -D, --disassemble-all
36 .. option:: --disassemble-symbols=<symbol1[,symbol2,...]>
39 :option:`--demangle` is specified, otherwise takes mangled symbol names.
40 Implies :option:`--disassemble`.
42 .. option:: --dwarf=<value>
48 .. option:: -f, --file-headers
52 .. option:: --fault-map-section
56 .. option:: -h, --headers, --section-headers
[all …]
H A Dllvm-otool.rst9 :program:`llvm-otool` [*option...*] *[file...]*
22 .. option:: -arch <value>
26 .. option:: -C
30 .. option:: -D
34 .. option:: -d
38 .. option:: -f
42 .. option:: -G
46 .. option:: --help-hidden
50 .. option:: --help
54 .. option:: -h
[all …]
/netbsd-src/libexec/telnetd/
H A Dstate.c80 #define TS_WILL 5 /* will option negotiation */
232 * Begin option subnegotiation... in telrcv()
260 * Handle RFC 10xx Telnet linemode option additions in telrcv()
321 suboption(); /* handle sub-option */ in telrcv()
356 * Telnet option processing state machine.
406 * peer probably should be buffering until this option state negotiation
411 send_do(int option, int init) in send_do() argument
414 if ((do_dont_resp[option] == 0 && his_state_is_will(option)) || in send_do()
415 his_want_state_is_will(option)) in send_do()
446 willoption(int option) willoption() argument
640 send_dont(int option,int init) send_dont() argument
655 wontoption(int option) wontoption() argument
788 send_will(int option,int init) send_will() argument
814 dooption(int option) dooption() argument
942 send_wont(int option,int init) send_wont() argument
957 dontoption(int option) dontoption() argument
[all...]
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Doptiondata6.in61 # option data config
4 option space foobar;
6 option foobar.fmt-f code 1 = boolean;
7 option foobar.fmt-f true;
9 option foobar.fmt-b-i8 code 2 = integer 8;
10 option foobar.fmt-b-i8 -10;
12 option dhcp6.preference 20;
14 option foobar.fmt-s-i16 code 5 = integer 16;
15 option foobar.fmt-s-i16 -10000;
17 option foobar.fmt-S-ui16 code 7 = unsigned integer 16;
[all …]
H A Doptiondata4.in41 # option data config
4 option space foobar;
6 option ip-forwarding on;
8 option foobar.fmt-b-si8 code 3 = signed integer 8;
9 option foobar.fmt-b-si8 -100;
11 option default-ip-ttl 20;
13 option foobar.fmt-s-si16 code 6 = signed integer 16;
14 option foobar.fmt-s-si16 -1000;
16 option boot-size 16000;
18 option time-offset -1200;
[all …]
H A Doptiondecl6.in61 # option definition config
4 option space foobar;
6 option foobar.fmt-f code 1 = boolean;
7 option foobar.fmt-b-i8 code 2 = integer 8;
8 option foobar.fmt-b-si8 code 3 = signed integer 8;
9 option foobar.fmt-B-ui8 code 4 = unsigned integer 8;
10 option foobar.fmt-s-i16 code 5 = integer 16;
11 option foobar.fmt-s-si16 code 6 = signed integer 16;
12 option foobar.fmt-S-ui16 code 7 = unsigned integer 16;
13 option foobar.fmt-l-i32 code 8 = integer 32;
[all …]
H A Doptiondecl4.in41 # option definition config
4 option space foobar;
6 option foobar.fmt-f code 1 = boolean;
7 option foobar.fmt-b-i8 code 2 = integer 8;
8 option foobar.fmt-b-si8 code 3 = signed integer 8;
9 option foobar.fmt-B-ui8 code 4 = unsigned integer 8;
10 option foobar.fmt-s-i16 code 5 = integer 16;
11 option foobar.fmt-s-si16 code 6 = signed integer 16;
12 option foobar.fmt-S-ui16 code 7 = unsigned integer 16;
13 option foobar.fmt-l-i32 code 8 = integer 32;
[all …]
H A Ddocsis6.dir3 option space docsis;
5 option vsio.docsis code 4491 = encapsulate docsis;
7 option docsis.oro code 1 = array of unsigned integer 16;
8 option docsis.device-type code 2 = text;
9 option docsis.vendor-type code 10 = text;
10 option docsis.tftp-servers code 32 = array of ip6-address;
11 option docsis.config-file code 33 = text;
12 option docsis.syslog-servers code 34 = array of ip6-address;
13 % option docsis.device-id code 36 = "X";
14 option docsis.time-servers code 37 = array of ip6-address;
[all …]
/netbsd-src/external/mpl/dhcp/dist/client/tests/
H A Dduid2_test.txt6 option subnet-mask 255.255.255.0;
7 option dhcp-lease-time 60;
8 option routers 17.132.16.200;
9 option dhcp-message-type 5;
10 option dhcp-server-identifier 172.16.132.200;
11 option dhcp-renewal-time 30;
12 option dhcp-rebinding-time 45;
13 option domain-name "example.org";
22 option subnet-mask 255.255.255.0;
23 option dhcp-lease-time 60;
[all …]
H A Dduid3_test.txt6 option subnet-mask 255.255.255.0;
7 option dhcp-lease-time 60;
8 option routers 17.132.16.200;
9 option dhcp-message-type 5;
10 option dhcp-server-identifier 172.16.132.200;
11 option dhcp-renewal-time 30;
12 option dhcp-rebinding-time 45;
13 option domain-name "example.org";
22 option subnet-mask 255.255.255.0;
23 option dhcp-lease-time 60;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopts-common.c270 option_ok_for_language (const struct cl_option *option, in option_ok_for_language() argument
273 if (!(option->flags & lang_mask)) in option_ok_for_language()
275 else if ((option->flags & CL_TARGET) in option_ok_for_language()
276 && (option->flags & (CL_LANG_ALL | CL_DRIVER)) in option_ok_for_language()
277 && !(option->flags & (lang_mask & ~CL_COMMON & ~CL_TARGET))) in option_ok_for_language()
324 const struct cl_option *option = &cl_options[opt_index]; in opt_enum_arg_to_value() local
326 gcc_assert (option->var_type == CLVC_ENUM); in opt_enum_arg_to_value()
329 if (enum_arg_to_value (cl_enums[option->var_enum].values, arg, in opt_enum_arg_to_value()
381 const struct cl_option *option = &cl_options[opt_index]; in generate_canonical_option() local
382 const char *opt_text = option->opt_text; in generate_canonical_option()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopts-common.cc270 option_ok_for_language (const struct cl_option *option, in option_ok_for_language() argument
273 if (!(option->flags & lang_mask)) in option_ok_for_language()
275 else if ((option->flags & CL_TARGET) in option_ok_for_language()
276 && (option->flags & (CL_LANG_ALL | CL_DRIVER)) in option_ok_for_language()
277 && !(option->flags & (lang_mask & ~CL_COMMON & ~CL_TARGET))) in option_ok_for_language()
327 const struct cl_option *option = &cl_options[opt_index]; in opt_enum_arg_to_value() local
329 gcc_assert (option->var_type == CLVC_ENUM); in opt_enum_arg_to_value()
332 if (enum_arg_to_value (cl_enums[option->var_enum].values, arg, 0, in opt_enum_arg_to_value()
384 const struct cl_option *option = &cl_options[opt_index]; in generate_canonical_option() local
385 const char *opt_text = option->opt_text; in generate_canonical_option()
[all …]
/netbsd-src/external/mpl/bind/dist/bin/dig/
H A Dhost.rst44 .. option:: -4
46 …This option specifies that only IPv4 should be used for query transport. See also the :option:`-6`…
48 .. option:: -6
50 …This option specifies that only IPv6 should be used for query transport. See also the :option:`-4`…
52 .. option:: -a
54 The :option:`-a` ("all") option is normally equivalent to :option:`-v` :option:`-t ANY <-t>`. It
55 also affects the behavior of the :option:`-l` list zone option.
57 .. option:: -A
59 The :option:`-A` ("almost all") option is equivalent to :option:`-a`, except that RRSIG,
62 .. option:: -c class
[all …]
/netbsd-src/usr.sbin/sysinst/
H A Dmenus.mi147 remove_menu_option(int menuID, const char *option)
151 if (menu_def[menuID].opts[j].opt_name == option) {
230 option "log", exit, action
233 option "async", exit, action
236 option "noatime", exit, action
239 option "nodev", exit, action
242 option "nodevmtime", exit, action
245 option "noexec", exit, action
248 option "nosuid", exit, action
251 option "noauto", exit, action
[all …]
H A Dmenus.pm60 option MSG_encrypt, exit, action
67 option MSG_erase, next menu shred_modes;
68 option MSG_undo, exit, action {
72 option MSG_unconfig, exit, action {
86 option MSG_fmtasraid, exit, action {
96 option MSG_fmtaslvm, exit, action {
107 option MSG_encrypt, exit, action {
118 option MSG_erase, next menu shred_modes;
119 option MSG_doumount, exit, action {
123 option MSG_Delete_partition, exit, action {
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool-commands.in38 option = {
45 option = {
52 option = {
58 option = {
64 option = {
70 option = {
76 option = {
82 option = {
87 option = {
92 option = {
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Dcc.din102 # option <string> <command>
117 option --param+ # ignored
118 option --sysroot=* set sysroot
119 option --version set show-version # internal
122 option -C add cpp-args
123 option -c set exit-after-as
124 option -D+ add cpp-args
125 option -E set exit-after-cpp
126 option -fPIC set pic
127 option -fpic set pic
[all …]
/netbsd-src/external/mpl/dhcp/dist/tests/failover/
H A Ddhcp-1.cf5 (pick-first-value (option dhcp-client-identifier,
10 (pick-first-value (option dhcp-client-identifier,
39 option space SUNW;
40 option SUNW.root-mount-options code 1 = text;
41 option SUNW.root-server-ip-address code 2 = ip-address;
42 option SUNW.root-server-hostname code 3 = text;
43 option SUNW.root-path-name code 4 = text;
44 option SUNW.swap-server-ip-address code 5 = ip-address;
45 option SUNW.swap-file-path code 6 = text;
46 option SUNW.boot-file-path code 7 = text;
[all …]
H A Ddhcp-2.cf5 (pick-first-value (option dhcp-client-identifier,
10 (pick-first-value (option dhcp-client-identifier,
37 option space SUNW;
38 option SUNW.root-mount-options code 1 = text;
39 option SUNW.root-server-ip-address code 2 = ip-address;
40 option SUNW.root-server-hostname code 3 = text;
41 option SUNW.root-path-name code 4 = text;
42 option SUNW.swap-server-ip-address code 5 = ip-address;
43 option SUNW.swap-file-path code 6 = text;
44 option SUNW.boot-file-path code 7 = text;
[all …]

12345678910>>...232