Searched refs:option (Results 1 - 25 of 3443) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Doption-pic-vxworks-1.s1 .option pic1
2 .option pic3
H A Doption-pic-vxworks-2.s1 .option pic0
2 .option pic2
H A Doption-pic-2.s2 .option picfoo
3 .option pic0foo
4 .option pic0 foo
H A Doption-pic-vxworks-1.l2 .*:1: Error: \.option pic1 not supported
3 .*:2: Error: \.option pic3 not supported
/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A Dnull_lex.l9 %option nounput
10 %option noinput
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Dno-relax-align-2.s1 .option norelax
2 .option rvc
H A Dalign-1.s1 .option norvc
H A Dno-relax-align.s1 .option norelax
H A Dc-nonzero-imm.s1 .option rvc
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/bfin/
H A Dinvalid_arith_mode.l2 .*:7: Error: bad option.
3 .*:11: Error: bad option.
4 .*:12: Error: bad option.
5 .*:13: Error: bad option.
6 .*:14: Error: bad option.
7 .*:18: Error: bad option..
8 .*:22: Error: bad option.
9 .*:23: Error: bad option.
10 .*:24: Error: bad option.
11 .*:25: Error: bad option
[all...]
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcpcd.conf26 option domain_name_servers, domain_name, domain_search
27 option classless_static_routes
29 option interface_mtu
32 option host_name
35 #option ntp_servers
38 # Safe to enable by default because it requires the equivalent option set
40 option rapid_commit
/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dkdigest-commands.in37 option = {
46 option = {
52 option = {
58 option = {
64 option = {
70 option = {
76 option = {
82 option = {
91 option = {
97 option
[all...]
/netbsd-current/external/bsd/flex/dist/tests/
H A Dheader_r_scanner.l35 %option reentrant
36 %option 8bit prefix="test" header="header_r_scanner.h"
37 %option nounput nomain noyywrap noinput
38 %option warn
H A Dheader_nr_scanner.l32 %option 8bit prefix="test" header="header_nr_scanner.h"
33 %option nounput nomain noyywrap noinput
34 %option warn
H A Dtop.l42 %option reentrant
43 %option 8bit header="top.h" prefix="test"
44 %option nounput nomain noyywrap noinput
45 %option warn
H A Darray_nr.l33 %option 8bit prefix="test"
34 %option nounput nomain noyywrap noinput
35 %option warn array
H A Ddebug_nr.l32 %option 8bit prefix="test"
33 %option nounput nomain noyywrap noinput
34 %option warn debug
/netbsd-current/external/bsd/tcpdump/dist/missing/
H A Dgetopt_long.h44 struct option { struct
45 /* name of long option */
49 * whether option takes an argument
52 /* if not NULL, set *flag to val when option found */
59 const struct option *, int *);
61 const struct option *, int *);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf81 # keyword 'opt' or 'option'. If an option can take multiple items, such
82 # as the dns option, they can be listed on the same line, or multiple
83 # lines. The only option with a default is 'lease'.
87 option subnet 255.255.255.0
88 option domain atherosowl.com
89 option lease 864000 # 10 days of seconds
/netbsd-current/usr.sbin/autofs/
H A Dtoken.l51 %option noinput
52 %option nounput
53 %option noyywrap
/netbsd-current/external/bsd/file/dist/src/
H A Dmygetopt.h53 struct option { struct
54 /* name of long option */
58 * whether option takes an argument
61 /* if not NULL, set *flag to val when option found */
68 const struct option *, int *);
/netbsd-current/external/bsd/ntp/dist/sntp/tests/
H A Dsntptest.h11 void ActivateOption(const char* option, const char* argument);
/netbsd-current/external/mpl/dhcp/dist/keama/tests/samples/
H A Dsimple.conf7 # option definitions common to all supported networks...
8 option domain-name "example.org";
9 # option domain-name-servers ns1.example.org, ns2.example.org;
31 option routers 192.168.1.1;
H A Dvmnet8.conf28 option broadcast-address 172.16.254.255;
29 option domain-name-servers 172.16.254.2;
30 option domain-name localdomain;
33 option netbios-name-servers 172.16.254.2;
34 option routers 172.16.254.2;
39 option domain-name-servers 0.0.0.0;
40 # option domain-name "";
41 option routers 0.0.0.0;
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Ddescend.sh7 # the Free Software Foundation; either version 2, or (at your option)
27 while getopts afqrv option; do
28 case $option in
30 alldirs=$option
31 options=$options" "-$option
34 force=$option
35 options=$options" "-$option
39 quiet=$option
40 options=$options" "-$option
43 restricted=$option
[all...]

Completed in 651 milliseconds

1234567891011>>