Searched refs:option (Results 26 - 50 of 1583) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/cas/
H A Dconfigfile.c15 * (at your option) any later version.
82 char buffer[120], option[15], *path; local
116 sscanf(buffer, "%s %*s", option);
119 if (strcmp(option, "font") == 0) {
122 if (strcmp(option, "font_size") == 0) {
125 if (strcmp(option, "source_image") == 0) {
128 if (strcmp(option, "template") == 0) {
131 if (strcmp(option, "img_type") == 0) {
136 if (strcmp(option, lines[i]) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/
H A DtestxxLexer.l3 %option C++ noyywrap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/lib/
H A Dgetopt.h8 (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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-dccp.c160 static int dccp_print_option(const u_char *option);
348 static int dccp_print_option(const u_char *option) argument
352 TCHECK(*option);
354 if (*option >= 32) {
355 TCHECK(*(option+1));
356 optlen = *(option +1);
358 printf("Option %d optlen too short",*option);
363 TCHECK2(*option,optlen);
365 switch (*option){
377 if (*(option
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dparse-events.h7 struct option;
26 extern int parse_events(const struct option *opt, const char *str, int unset);
27 extern int parse_filter(const struct option *opt, const char *str, int unset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/
H A Dload_driver.sh7 # /sbin/rmmod option
9 /sbin/modprobe option
15 /sbin/rmmod option
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/extensions/
H A Dlibct_proto_unknown.c7 * (at your option) any later version.
15 static struct option opts[] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/common/
H A Denv.c18 * option) any later version.
30 #define parse_even_earlier(res, option, p) \
34 if (strncmp(option, (char *)p, strlen(option)) == 0) \
35 tmp = strict_strtol((char *)p + strlen(option"="), 10, &res); \
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dour_getopt.h16 License, or (at your option) any later version.
39 When `getopt' finds an option that takes an argument,
42 each non-option ARGV-element is returned here. */
53 non-option elements that the caller should itself scan.
65 /* Set to an option character which was unrecognized. */
72 of `struct option' terminated by an element containing a name which is
76 no_argument (or 0) if the option does not take an argument,
77 required_argument (or 1) if the option requires an argument,
78 optional_argument (or 2) if the option takes an optional argument.
81 to the value given in the field `val' when the option i
91 struct option struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/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-R7000-V1.0.7.12_1.2.5/components/opensource/xz/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, or by calling getopt.
75 RETURN_IN_ORDER is an option available to programs that were
78 non-option ARG
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dbool-array.cc11 (at your option) any later version.
32 if (option[DEBUG])
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/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, or by calling getopt.
75 RETURN_IN_ORDER is an option available to programs that were
78 non-option ARG
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Doptions.h35 /* enum of option available in the miniupnpd.conf */
65 * parse and store the option file values
71 * frees memory allocated to option values */
76 struct option struct
82 extern struct option * ary_options;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent-delegate-min.cc50 TorrentDelegateMin :: sizeHint( const QStyleOptionViewItem& option, const Torrent& tor ) const argument
55 QFont nameFont( option.font );
61 QFont statusFont( option.font );
62 statusFont.setPointSize( int( option.font.pointSize( ) * 0.85 ) );
76 TorrentDelegateMin :: drawTorrent( QPainter * painter, const QStyleOptionViewItem& option, const Torrent& tor ) const argument
82 QFont nameFont( option.font );
87 QFont statusFont( option.font );
88 statusFont.setPointSize( int( option.font.pointSize( ) * 0.85 ) );
95 if (option.state & QStyle::State_Selected) {
96 QPalette::ColorGroup cg = option
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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);
119 static void sendsuboption(struct connectdata *conn, int option);
148 CURL_TS_SB, /* sub-option collection */
149 CURL_TS_SE /* looking for sub-option end */
262 we enable this option by default. This behaviour
263 can be changed thanks to the "BINARY" option in
287 using the TERMINAL TYPE Telnet option)
310 printoption(struct SessionHandle *data, const char *direction, int cmd, int option) argument
346 send_negotiation(struct connectdata *conn, int cmd, int option) argument
367 set_remote_option(struct connectdata *conn, int option, int newstate) argument
441 rec_will(struct connectdata *conn, int option) argument
489 rec_wont(struct connectdata *conn, int option) argument
531 set_local_option(struct connectdata *conn, int option, int newstate) argument
605 rec_do(struct connectdata *conn, int option) argument
665 rec_dont(struct connectdata *conn, int option) argument
1004 sendsuboption(struct connectdata *conn, int option) argument
[all...]

Completed in 388 milliseconds

1234567891011>>