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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/samples/
H A Dudhcpd.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
90 option dns 129.219.13.81 # appened to above DNS servers for a total of 3
91 option domain local
92 option lease 864000 # 10 days of seconds
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/samples/
H A Dudhcpd.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
90 option dns 129.219.13.81 # appened to above DNS servers for a total of 3
91 option domain local
92 option lease 864000 # 10 days of seconds
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/udhcp/
H A Dudhcpd.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
90 option dns 129.219.13.81 # appened to above DNS servers for a total of 3
91 option domain local
92 option lease 864000 # 10 days of seconds
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Doptions.h5 Command line option handler for webserver.
17 Foundation; either version 2 of the License, or (at your option) any later
34 The option structure defines a program option as follows:
35 name the name of the option, which may include a period to
38 name). The last option in an array MUST be NULL.
39 When the name is empty (""), then this option is used to
42 selections: either must be NULL to define a boolean option. In this
44 or a space-delimited string of option values. In this
46 or a single-word description for option value
107 struct option struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Doptions.h5 Command line option handler for webserver.
17 Foundation; either version 2 of the License, or (at your option) any later
34 The option structure defines a program option as follows:
35 name the name of the option, which may include a period to
38 name). The last option in an array MUST be NULL.
39 When the name is empty (""), then this option is used to
42 selections: either must be NULL to define a boolean option. In this
44 or a space-delimited string of option values. In this
46 or a single-word description for option value
107 struct option struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dconfig10 --enable|-e option Enable option
11 --disable|-d option Disable option
12 --module|-m option Turn option into a module
13 --set-str option value
14 Set option to "value"
15 --state|-s option Print state of option (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/debian/
H A Dpptpd.conf14 # TAG: option
18 option /etc/ppp/pptpd-options
53 # option in the pppd options file, or run bcrelay.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/samples/
H A Dpptpd.conf14 # TAG: option
18 option /etc/ppp/options.pptpd
49 # Without this option, which is the default, pptpd manages the list of
51 # With this option, pptpd does not pass an address, and so pppd may use
61 # remoteip option. The default is 100.
68 # These options are ignored if delegate option is set.
73 # option in the pppd options file, or run bcrelay.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Dcmdline.c14 int cmdline_find_option(const char *option, char *buffer, int bufsize) argument
16 return __cmdline_find_option(real_mode->hdr.cmd_line_ptr, option, buffer, bufsize);
18 int cmdline_find_option_bool(const char *option) argument
20 return __cmdline_find_option_bool(real_mode->hdr.cmd_line_ptr, option);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dgetopt.h4 struct option { struct
10 extern int smb_getopt(char *caller, char **options, struct option *opts,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/arch/i386/
H A DMakefile7 CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/scripts/
H A Dxzgrep.in14 # (at your option) any later version.
60 option=$1
64 case $option in
66 arg2=-\'$(expr "X${option}X" : 'X-.[0-9]*\(.*\)' | sed "$escape")
68 option=$(expr "X$option" : 'X\(-.[0-9]*\)');;
72 case ${1?"$option option requires an argument"} in
84 case $option in
86 operands="$operands '"$(printf '%sX\n' "$option" | se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/scripts/
H A Dxzgrep14 # (at your option) any later version.
60 option=$1
64 case $option in
66 arg2=-\'$(expr "X${option}X" : 'X-.[0-9]*\(.*\)' | sed "$escape")
68 option=$(expr "X$option" : 'X\(-.[0-9]*\)');;
72 case ${1?"$option option requires an argument"} in
84 case $option in
86 operands="$operands '"$(printf '%sX\n' "$option" | se
[all...]
H A Dxzgrep.in14 # (at your option) any later version.
60 option=$1
64 case $option in
66 arg2=-\'$(expr "X${option}X" : 'X-.[0-9]*\(.*\)' | sed "$escape")
68 option=$(expr "X$option" : 'X\(-.[0-9]*\)');;
72 case ${1?"$option option requires an argument"} in
84 case $option in
86 operands="$operands '"$(printf '%sX\n' "$option" | se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Doutput.cc11 (at your option) any later version.
58 if (option[ANSIC] | option[CPLUSPLUS])
278 printf (option[KRC] ?
282 option[C] ?
286 option[ANSIC] | option[CPLUSPLUS] ?
328 printf (option[KRC] ?
333 option[C] ?
338 option[ANSI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/
H A Dquirks.c26 struct pnp_option *option,
33 dev_err(&dev->dev, "couldn't add ioport region to option set "
34 "%d\n", pnp_option_set(option));
38 *new_option = *option;
41 list_add(&new_option->list, &option->list);
46 pnp_option_set(option));
51 struct pnp_option *option; local
56 * one given) to every dependent option set.
58 list_for_each_entry(option, &dev->options, list) {
59 if (pnp_option_is_dependent(option)
25 quirk_awe32_add_ports(struct pnp_dev *dev, struct pnp_option *option, unsigned int offset) argument
70 struct pnp_option *option; local
104 struct pnp_option *option; local
141 struct pnp_option *option, *new_option; local
209 struct pnp_option *option; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Dtypecheck-gcc.h38 * To add an option that uses the same type as an existing option, you'll just
41 #define curl_easy_setopt(handle, option, value) \
43 __typeof__ (option) _curl_opt = option; \
149 "curl_easy_setopt expects a long argument for this option")
151 "curl_easy_setopt expects a curl_off_t argument for this option")
154 "string (char* or char[]) argument for this option"
157 "curl_easy_setopt expects a curl_write_callback argument for this option")
159 "curl_easy_setopt expects a curl_read_callback argument for this option")
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/Include/
H A Dgetopt.h9 License, or (at your option) any later version.
29 When `getopt' finds an option that takes an argument,
32 each non-option ARGV-element is returned here. */
45 non-option elements that the caller should itself scan.
61 /* Set to an option character which was unrecognized. */
67 of `struct option' terminated by an element containing a name which is
71 no_argument (or 0) if the option does not take an argument,
72 required_argument (or 1) if the option requires an argument,
73 optional_argument (or 2) if the option takes an optional argument.
76 to the value given in the field `val' when the option i
86 struct option struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpushlist.h33 const char *option; member in struct:push_entry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgetopt.h6 Free Software Foundation; either version 2, or (at your option) any
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dgetopt.h9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option i
81 struct option struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lguest/
H A DMakefile2 CFLAGS_boot.o := $(call cc-option, -fno-stack-protector)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgetopt.h6 Free Software Foundation; either version 2, or (at your option) any
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Doptions.h13 /* enum of option available in the miniupnpd.conf */
35 * parse and store the option file values
41 * frees memory allocated to option values */
46 struct option struct
52 extern struct option * ary_options;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/
H A DtestxxLexer.l3 %option C++ noyywrap

Completed in 245 milliseconds

1234567891011>>