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

1234567891011>>

/openbsd-current/etc/examples/
H A Ddhcpd.conf13 option domain-name "my.domain";
14 option domain-name-servers 192.168.1.3, 192.168.1.5;
17 option routers 192.168.1.1;
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Ddescend.sh15 while getopts afqrv option; do
16 case $option in
18 alldirs=$option
19 options=$options" "-$option
22 force=$option
23 options=$options" "-$option
27 quiet=$option
28 options=$options" "-$option
31 restricted=$option
32 options=$options" "-$option
[all...]
/openbsd-current/include/
H A Dgetopt.h45 struct option { struct
46 /* name of long option */
50 * whether option takes an argument
53 /* if not NULL, set *flag to val when option found */
61 const struct option *, int *);
63 const struct option *, int *);
/openbsd-current/usr.sbin/dhcpd/
H A Ddhcpd.conf6 # option definitions common to all supported networks...
7 option domain-name "fugue.com";
8 option domain-name-servers toccata.fugue.com;
10 option subnet-mask 255.255.255.224;
16 option broadcast-address 204.254.239.31;
17 option routers prelude.fugue.com;
23 option broadcast-address 204.254.239.31;
24 option routers snarg.fugue.com;
29 option name-servers bb.home.vix.com, gw.home.vix.com;
30 option domai
[all...]
H A Dtree.h99 struct option *options[256];
102 struct option { struct
/openbsd-current/gnu/lib/libiberty/include/
H A Dgetopt.h10 Free Software Foundation; either version 2, or (at your option) any
31 When `getopt' finds an option that takes an argument,
34 each non-option ARGV-element is returned here. */
45 non-option elements that the caller should itself scan.
57 /* Set to an option character which was unrecognized. */
63 of `struct option' terminated by an element containing a name which is
67 no_argument (or 0) if the option does not take an argument,
68 required_argument (or 1) if the option requires an argument,
69 optional_argument (or 2) if the option takes an optional argument.
72 to the value given in the field `val' when the option i
82 struct option struct
[all...]
/openbsd-current/gnu/gcc/include/
H A Dgetopt.h10 Free Software Foundation; either version 2, or (at your option) any
31 When `getopt' finds an option that takes an argument,
34 each non-option ARGV-element is returned here. */
45 non-option elements that the caller should itself scan.
57 /* Set to an option character which was unrecognized. */
63 of `struct option' terminated by an element containing a name which is
67 no_argument (or 0) if the option does not take an argument,
68 required_argument (or 1) if the option requires an argument,
69 optional_argument (or 2) if the option takes an optional argument.
72 to the value given in the field `val' when the option i
82 struct option struct
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dgetopt.h10 Free Software Foundation; either version 2, or (at your option) any
31 When `getopt' finds an option that takes an argument,
34 each non-option ARGV-element is returned here. */
45 non-option elements that the caller should itself scan.
57 /* Set to an option character which was unrecognized. */
63 of `struct option' terminated by an element containing a name which is
67 no_argument (or 0) if the option does not take an argument,
68 required_argument (or 1) if the option requires an argument,
69 optional_argument (or 2) if the option takes an optional argument.
72 to the value given in the field `val' when the option i
82 struct option struct
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dgetopt.h6 Free Software Foundation; either version 2, or (at your option) any
22 When `getopt' finds an option that takes an argument,
25 each non-option ARGV-element is returned here. */
36 non-option elements that the caller should itself scan.
48 /* Set to an option character which was unrecognized. */
54 of `struct option' terminated by an element containing a name which is
58 no_argument (or 0) if the option does not take an argument,
59 required_argument (or 1) if the option requires an argument,
60 optional_argument (or 2) if the option takes an optional argument.
63 to the value given in the field `val' when the option i
73 struct option struct
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dgetopt.h10 Free Software Foundation; either version 2, or (at your option) any
31 When `getopt' finds an option that takes an argument,
34 each non-option ARGV-element is returned here. */
45 non-option elements that the caller should itself scan.
57 /* Set to an option character which was unrecognized. */
63 of `struct option' terminated by an element containing a name which is
67 no_argument (or 0) if the option does not take an argument,
68 required_argument (or 1) if the option requires an argument,
69 optional_argument (or 2) if the option takes an optional argument.
72 to the value given in the field `val' when the option i
82 struct option struct
[all...]
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dgetopt.h7 (at your option) any later version.
26 When `getopt' finds an option that takes an argument,
29 each non-option ARGV-element is returned here. */
40 non-option elements that the caller should itself scan.
52 /* Set to an option character which was unrecognized. */
58 of `struct option' terminated by an element containing a name which is
62 no_argument (or 0) if the option does not take an argument,
63 required_argument (or 1) if the option requires an argument,
64 optional_argument (or 2) if the option takes an optional argument.
67 to the value given in the field `val' when the option i
77 struct option struct
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/common/
H A DGetOptInc.h28 // option structure
29 struct option { struct
55 const struct option *longopts, int *longindex);
60 const struct option *longopts, int *longindex);
/openbsd-current/gnu/usr.bin/texinfo/lib/
H A Dgetopt_int.h8 the Free Software Foundation; either version 2, or (at your option)
25 const struct option *__longopts, int *__longind,
49 /* The next char to be scanned in the option-element
50 in which the last option character we returned was found.
57 /* Describe how to deal with options that follow non-option ARGV-elements.
64 stop option processing when the first non-option is seen.
68 of the list of option characters.
75 RETURN_IN_ORDER is an option available to programs that were
78 non-option ARG
[all...]
H A Dgetopt1.c8 the Free Software Foundation; either version 2, or (at your option)
46 const struct option *long_options, int *opt_index)
53 const struct option *long_options, int *opt_index,
60 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
61 If an option that starts with '-' (not '--') doesn't match a long option,
62 but does match a short option, it is parsed as a short option
67 const struct option *long_options, int *opt_index)
74 const struct option *long_option
[all...]
H A Dgetopt_.h8 the Free Software Foundation; either version 2, or (at your option)
53 When `getopt' finds an option that takes an argument,
56 each non-option ARGV-element is returned here. */
67 non-option elements that the caller should itself scan.
79 /* Set to an option character which was unrecognized. */
86 of `struct option' terminated by an element containing a name which is
90 no_argument (or 0) if the option does not take an argument,
91 required_argument (or 1) if the option requires an argument,
92 optional_argument (or 2) if the option takes an optional argument.
95 to the value given in the field `val' when the option i
105 struct option struct
[all...]
/openbsd-current/usr.bin/find/
H A DMakefile4 SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldemul.h10 the Free Software Foundation; either version 1, or (at your option)
22 struct option;
61 (int, char **, int, struct option **, int, struct option **);
163 (int, char **, int, struct option **, int, struct option **);
165 /* Companion to the above to handle an option. Returns TRUE if it is
183 via a linker command line option or linker script option.
/openbsd-current/gnu/gcc/gcc/
H A Dparams.c9 Software Foundation; either version 2, or (at your option) any later
68 if (strcmp (compiler_params[i].option, name) == 0)
72 compiler_params[i].option,
77 compiler_params[i].option,
H A Dopts.c1 /* Command line option handling.
10 Software Foundation; either version 2, or (at your option) any later
182 complain_wrong_lang (const char *text, const struct cl_option *option, argument
187 ok_langs = write_langs (option->flags);
191 warning (0, "command line option \"%s\" is valid for %s but not for %s",
206 error ("unrecognized command line option \"%s\"", bad_option);
220 const struct cl_option *option; local
252 option = &cl_options[opt_index];
256 if (!value && (option->flags & CL_REJECT_NEGATIVE))
262 /* Check to see if the option i
1445 const struct cl_option *option = &(cl_options[opt_idx]); local
1471 get_option_state(int option, struct cl_option_state *state) argument
[all...]
/openbsd-current/usr.sbin/tcpdump/
H A Dbpf_dump.c35 bpf_dump(struct bpf_program *p, int option) argument
42 if (option > 2) {
50 if (option > 1) {
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DOptionParser.h18 struct option;
25 // The definition of the option that this refers to.
27 // if not NULL, set *flag to val when option found
50 static std::string GetShortOptionString(struct option *long_options);
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dldemul.h9 the Free Software Foundation; either version 1, or (at your option)
57 (int, char **, int, struct option **, int, struct option **);
155 (int, char **, int, struct option **, int, struct option **);
157 /* Companion to the above to handle an option. Returns TRUE if it is
175 via a linker command line option or linker script option.
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.xs99 openlog_xs(ident, option, facility)
102 int option
110 openlog(ident_pv, option, facility);
147 openlog_xs(ident, option, facility)
150 int option
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dparams.h9 Software Foundation; either version 2, or (at your option) any later
48 const char *const option; member in struct:param_info
51 /* A short description of the option. */
76 #define DEFPARAM(enumerator, option, msgid, default) \
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DOptionParser.cpp34 std::vector<option> opts;
36 option opt;
44 opts.push_back(option());
56 std::string OptionParser::GetShortOptionString(struct option *long_options) {

Completed in 142 milliseconds

1234567891011>>