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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Dgetopt.h4 struct option { struct
10 extern int smb_getopt(char *caller, char **options, struct option *opts,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/arch/i386/
H A DMakefile7 CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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; \
148 "curl_easy_setopt expects a long argument for this option")
150 "curl_easy_setopt expects a curl_off_t argument for this option")
153 "string (char* or char[]) argument for this option"
156 "curl_easy_setopt expects a curl_write_callback argument for this option")
158 "curl_easy_setopt expects a curl_read_callback argument for this option")
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tmp.bak/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; \
148 "curl_easy_setopt expects a long argument for this option")
150 "curl_easy_setopt expects a curl_off_t argument for this option")
153 "string (char* or char[]) argument for this option"
156 "curl_easy_setopt expects a curl_write_callback argument for this option")
158 "curl_easy_setopt expects a curl_read_callback argument for this option")
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dcolor.h8 (at your option) any later version.
32 /* Color option. */
40 extern bool handle_color_option (const char *option);
43 extern void handle_style_option (const char *option);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
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-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A DtestxxLexer.l3 %option C++ noyywrap
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt_int.h9 (at your option) any later version.
24 const struct option *__longopts, int *__longind,
48 /* The next char to be scanned in the option-element
49 in which the last option character we returned was found.
56 /* Describe how to deal with options that follow non-option ARGV-elements.
63 stop option processing when the first non-option is seen.
67 of the list of option characters, or by calling getopt.
74 RETURN_IN_ORDER is an option available to programs that were
77 non-option ARG
[all...]
H A Dgetopt1.c9 (at your option) any later version.
42 const struct option *long_options, int *opt_index)
50 const struct option *long_options, int *opt_index,
57 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
58 If an option that starts with '-' (not '--') doesn't match a long option,
59 but does match a short option, it is parsed as a short option
65 const struct option *long_options, int *opt_index)
73 const struct option *long_option
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt_int.h9 (at your option) any later version.
24 const struct option *__longopts, int *__longind,
48 /* The next char to be scanned in the option-element
49 in which the last option character we returned was found.
56 /* Describe how to deal with options that follow non-option ARGV-elements.
63 stop option processing when the first non-option is seen.
67 of the list of option characters, or by calling getopt.
74 RETURN_IN_ORDER is an option available to programs that were
77 non-option ARG
[all...]
H A Dcsharpcomp.c8 (at your option) any later version.
58 option.
132 char *option = (char *) xmalloca (12 + strlen (source_file) + 1); local
134 memcpy (option, "-fresources=", 12);
135 strcpy (option + 12, source_file);
136 *argp++ = option;
254 char *option = (char *) xmalloca (5 + strlen (output_file) + 1); local
255 memcpy (option, "-out:", 5);
256 strcpy (option + 5, output_file);
257 *argp++ = option;
261 char *option = (char *) xmalloca (5 + strlen (libdirs[i]) + 1); local
268 char *option = (char *) xmalloca (11 + strlen (libraries[i]) + 4 + 1); local
283 char *option = (char *) xmalloca (10 + strlen (source_file) + 1); local
436 char *option = (char *) xmalloca (5 + strlen (output_file) + 1); local
443 char *option = (char *) xmalloca (5 + strlen (libdirs[i]) + 1); local
450 char *option = (char *) xmalloca (11 + strlen (libraries[i]) + 4 + 1); local
467 char *option = (char *) xmalloca (10 + strlen (source_file) + 1); local
[all...]
H A Dgetopt1.c9 (at your option) any later version.
42 const struct option *long_options, int *opt_index)
50 const struct option *long_options, int *opt_index,
57 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
58 If an option that starts with '-' (not '--') doesn't match a long option,
59 but does match a short option, it is parsed as a short option
65 const struct option *long_options, int *opt_index)
73 const struct option *long_option
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_TCPOPTSTRIP.c22 const unsigned int option; member in struct:tcp_optionmap
52 printf(" %-14s strip \"%s\" option\n", w->name, w->desc);
58 unsigned int option; local
67 option = 0;
70 option = tcp_optionmap[i].option;
74 if (option == 0 &&
75 !xtables_strtoui(arg, NULL, &option, 0, UINT8_MAX))
77 "Bad TCP option value \"%s\"", arg);
79 if (option <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dconfig.c26 * Purpose: find an option in the option list
28 * Returns: pointer to option on success, NULL otherwise
48 * Purpose: set a specific option doing type conversions
53 static int set_option_str(char *filename, int line, OPTION *option, char *p) argument
56 option->val = (void *) strdup(p);
58 option->val = NULL;
63 static int set_option_int(char *filename, int line, OPTION *option, char *p) argument
68 error("%s: line %d: bogus option value", filename, line);
78 option
83 set_option_srv(char *filename, int line, OPTION *option, char *p) argument
133 set_option_auo(char *filename, int line, OPTION *option, char *p) argument
190 OPTION *option; local
269 OPTION *option; local
280 OPTION *option; local
291 OPTION *option; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Doptions.h35 /* enum of option available in the miniupnpd.conf */
62 * parse and store the option file values
68 * frees memory allocated to option values */
73 struct option struct
79 extern struct option * ary_options;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/
H A Dresource.c30 * option registration
35 struct pnp_option *option = pnp_alloc(sizeof(struct pnp_option)); local
38 if (!option)
41 option->priority = priority & 0xff;
43 if (option->priority > PNP_RES_PRIORITY_FUNCTIONAL)
44 option->priority = PNP_RES_PRIORITY_INVALID;
46 return option;
51 struct pnp_option *option; local
55 option = pnp_build_option(PNP_RES_PRIORITY_PREFERRED);
60 dev->independent = option;
66 struct pnp_option *option; local
82 pnp_register_irq_resource(struct pnp_option *option, struct pnp_irq *data) argument
110 pnp_register_dma_resource(struct pnp_option *option, struct pnp_dma *data) argument
129 pnp_register_port_resource(struct pnp_option *option, struct pnp_port *data) argument
148 pnp_register_mem_resource(struct pnp_option *option, struct pnp_mem *data) argument
210 pnp_free_option(struct pnp_option *option) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/
H A DMakefile.cpu5 HAS_MTUNE := $(call cc-option-yn, -mtune=i386)
7 tune = $(call cc-option,-mtune=$(1),$(2))
9 tune = $(call cc-option,-mcpu=$(1),$(2))
12 align := $(cc-option-align)
27 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8,-march=athlon)
30 cflags-$(CONFIG_MWINCHIPC6) += $(call cc-option,-march=winchip-c6,-march=i586)
31 cflags-$(CONFIG_MWINCHIP2) += $(call cc-option,-march=winchip2,-march=i586)
32 cflags-$(CONFIG_MWINCHIP3D) += $(call cc-option,-march=winchip2,-march=i586)
33 cflags-$(CONFIG_MCYRIXIII) += $(call cc-option,-march=c3,-march=i486) $(align)-functions=0 $(align)-jumps=0 $(align)-loops=0
34 cflags-$(CONFIG_MVIAC3_2) += $(call cc-option,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/
H A DMakefile.flags9 CPPFLAGS += $(call cc-option,-std=gnu99,)
20 CFLAGS += $(call cc-option,-Wall -Wshadow -Wwrite-strings,)
21 CFLAGS += $(call cc-option,-Wundef -Wstrict-prototypes,)
30 CFLAGS += $(call cc-option,-Werror,)
40 CFLAGS += $(call cc-option,-Wmissing-prototypes -Wmissing-declarations,)
43 CFLAGS += $(call cc-option,-Os -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections,)
46 CFLAGS += $(call cc-option,-fno-guess-branch-probability,)
47 CFLAGS += $(call cc-option,-funsigned-char -static-libgcc,)
48 CFLAGS += $(call cc-option,-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1,)
52 #CFLAGS+=$(call cc-option,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtelnet.c107 int cmd, int option);
111 static void send_negotiation(struct connectdata *, int cmd, int option);
112 static void set_local_option(struct connectdata *, int cmd, int option);
113 static void set_remote_option(struct connectdata *, int cmd, int option);
145 CURL_TS_SB, /* sub-option collection */
146 CURL_TS_SE /* looking for sub-option end */
276 const char *direction, int cmd, int option)
283 if(CURL_TELCMD_OK(option))
284 infof(data, "%s IAC %s\n", direction, CURL_TELCMD(option));
286 infof(data, "%s IAC %d\n", direction, option);
275 printoption(struct SessionHandle *data, const char *direction, int cmd, int option) argument
311 send_negotiation(struct connectdata *conn, int cmd, int option) argument
332 set_remote_option(struct connectdata *conn, int option, int newstate) argument
406 rec_will(struct connectdata *conn, int option) argument
454 rec_wont(struct connectdata *conn, int option) argument
496 set_local_option(struct connectdata *conn, int option, int newstate) argument
570 rec_do(struct connectdata *conn, int option) argument
617 rec_dont(struct connectdata *conn, int option) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dscript.c10 * (at your option) any later version.
40 /* get a rough idea of how long an option will be (rounding up...) */
54 static int upper_length(int length, struct dhcp_option *option) argument
56 return max_option_length[option->flags & TYPE_MASK] *
57 (length / option_lengths[option->flags & TYPE_MASK]);
65 /* Fill dest with the text of option 'option'. */
66 static void fill_options(char *dest, unsigned char *option, struct dhcp_option *type_p) argument
73 int len = option[OPT_LEN - 2];
90 fwrite(option,
[all...]

Completed in 174 milliseconds

1234567891011>>