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

1234567891011>>

/external/dhcpcd/
H A Ddhcpcd.conf12 option domain_name_servers, domain_name, domain_search, host_name
13 option classless_static_routes
15 option ntp_servers
17 option interface_mtu
H A Dandroid.conf9 option subnet_mask, routers, domain_name_servers, domain_name, domain_search
/external/mesa3d/src/mesa/program/
H A Dprogram_parse_extra.c50 if (state->option.NV_fragment) {
72 if (state->option.NV_fragment) {
152 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) argument
154 if (strcmp(option, "ARB_position_invariant") == 0) {
155 state->option.PositionInvariant = 1;
164 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) argument
171 if (strncmp(option, "ARB_", 4) == 0) {
174 option += 4;
177 if (strncmp(option, "fog_", 4) == 0) {
178 option
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Duoptions.c33 /* process an option */
34 UOption *option=NULL; local
37 /* process a long option */
42 /* search for the option string */
46 option=options+j;
50 if(option==NULL) {
51 /* no option matches */
54 option->doesOccur=1;
56 if(option->hasArg!=UOPT_NO_ARG) {
57 /* parse the argument for the option, i
[all...]
/external/wpa_supplicant_8/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
/external/selinux/libsepol/cil/src/
H A Dcil_lexer.l41 %option nounput
42 %option noinput
43 %option noyywrap
44 %option prefix="cil_yy"
/external/fio/lib/
H A Dgetopt.h10 struct option { struct
23 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
/external/linux-tools-perf/src/tools/perf/util/
H A Dcgroup.h4 struct option;
15 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
/external/libnl/lib/route/
H A Dpktloc_grammar.l10 %option 8bit
11 %option reentrant
12 %option warn
13 %option noyywrap
14 %option nounput
15 %option bison-bridge
16 %option bison-locations
17 %option prefix="pktloc_"
/external/mesa3d/src/getopt/
H A Dgetopt.h47 struct option { struct
48 /* name of long option */
52 * whether option takes an argument
55 /* if not NULL, set *flag to val when option found */
62 const struct option *, int *);
64 const struct option *, int *);
/external/openssh/openbsd-compat/
H A Dgetopt.h43 struct option { struct
44 /* name of long option */
48 * whether option takes an argument
51 /* if not NULL, set *flag to val when option found */
58 const struct option *, int *);
60 const struct option *, int *);
/external/vboot_reference/futility/
H A Dcmd_sign.c65 } option = { variable in typeref:struct:local_data_s
77 fprintf(stderr, "Missing --%s option\n", optname);
89 if (option.pem_signpriv) {
90 if (option.pem_external) {
94 option.pem_signpriv,
95 option.pem_algo, option.flags,
96 option.pem_external);
98 option.signprivate = PrivateKeyReadPem(
99 option
[all...]
/external/tcpdump/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...]
/external/skia/debugger/QT/
H A DSkListWidget.h33 void paint(QPainter* painter, const QStyleOptionViewItem& option,
39 QSize sizeHint(const QStyleOptionViewItem& option,
/external/valgrind/coregrind/m_mach/
H A Dmach_msg.c52 mach_msg_option_t option,
60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify)
62 mach_msg_option_t option;
78 * We refrain from passing the option bits that we implement
80 * the kernel's fast paths (when it checks the option value).
83 mr = mach_msg_trap(msg, option &~ LIBMACH_OPTIONS,
89 if ((option & MACH_SEND_INTERRUPT) == 0)
92 option &~ LIBMACH_OPTIONS,
96 if ((option & MACH_RCV_INTERRUPT) == 0)
99 option
[all...]
/external/nanopb-c/tests/options/
H A Doptions.proto1 /* Test nanopb option parsing.
8 option (nanopb_fileopt).max_size = 20;
18 option (nanopb_msgopt).max_size = 30;
37 option (nanopb_enumopt).long_names = false;
52 option (nanopb_enumopt).long_names = false;
61 option (nanopb_msgopt).packed_struct = true;
/external/google-breakpad/src/third_party/curl/
H A Dtypecheck-gcc.h34 * To add an option that uses the same type as an existing option, you'll just
37 #define curl_easy_setopt(handle, option, value) \
39 __typeof__ (option) _curl_opt = option; \
126 "curl_easy_setopt expects a long argument for this option")
128 "curl_easy_setopt expects a curl_off_t argument for this option")
130 "curl_easy_setopt expects a string (char* or char[]) argument for this option"
133 "curl_easy_setopt expects a curl_write_callback argument for this option")
135 "curl_easy_setopt expects a curl_read_callback argument for this option")
[all...]
/external/tcpdump/
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...]
/external/bison/lib/
H A Dgetopt_int.h9 (at your option) any later version.
26 const struct option *__longopts, int *__longind,
34 /* Describe how to deal with options that follow non-option ARGV-elements.
41 stop option processing when the first non-option is seen.
45 of the list of option characters, or by calling getopt.
52 RETURN_IN_ORDER is an option available to programs that were
55 non-option ARGV-element as if it were the argument of an option
57 list of option character
[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...]
/external/clang/unittests/Driver/
H A DMakefile13 LINK_COMPONENTS := $(TARGETS_TO_BUILD) support option
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h8 License, or (at your option) any later version.
32 When `getopt' finds an option that takes an argument,
35 each non-option ARGV-element is returned here. */
46 non-option elements that the caller should itself scan.
58 /* Set to an option character which was unrecognized. */
64 of `struct option' terminated by an element containing a name which is
68 no_argument (or 0) if the option does not take an argument,
69 required_argument (or 1) if the option requires an argument,
70 optional_argument (or 2) if the option takes an optional argument.
73 to the value given in the field `val' when the option i
83 struct option struct
[all...]
/external/iptables/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...]
/external/ppp/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...]
/external/bison/build-aux/
H A Dcross-options.pl7 my %option;
14 (?:(-\w),\s+)? # $1: $short: Possible short option.
15 (--[-\w]+) # $2: $long: Long option.
63 $option{$long} = $short;
69 foreach my $long (sort keys %option)
74 print '@item @option{', $long, "}\n\@tab";
75 print ' @option{', $option{$long}, '}' if $option{$long};

Completed in 873 milliseconds

1234567891011>>