Searched defs:option (Results 1 - 25 of 426) sorted by relevance

1234567891011>>

/external/libpcap/
H A Dbpf_dump.c30 bpf_dump(const struct bpf_program *p, int option) argument
37 if (option > 2) {
45 if (option > 1) {
/external/tcpdump/
H A Dbpf_dump.c33 bpf_dump(const struct bpf_program *p, int option) argument
40 if (option > 2) {
48 if (option > 1) {
H A Dgetopt_long.h44 struct option { struct
45 /* name of long option */
49 * whether option takes an argument
52 /* if not NULL, set *flag to val when option found */
59 const struct option *, int *);
61 const struct option *, int *);
/external/capstone/arch/AArch64/
H A DAArch64Module.c36 static cs_err option(cs_struct *handle, cs_opt_type type, size_t value) function
52 arch_option[CS_ARCH_ARM64] = option;
/external/capstone/arch/ARM/
H A DARMModule.c42 static cs_err option(cs_struct *handle, cs_opt_type type, size_t value) function
73 arch_option[CS_ARCH_ARM] = option;
/external/capstone/arch/Mips/
H A DMipsModule.c41 static cs_err option(cs_struct *handle, cs_opt_type type, size_t value) function
62 arch_option[CS_ARCH_MIPS] = option;
/external/capstone/arch/PowerPC/
H A DPPCModule.c38 static cs_err option(cs_struct *handle, cs_opt_type type, size_t value) function
57 arch_option[CS_ARCH_PPC] = option;
/external/capstone/arch/Sparc/
H A DSparcModule.c37 static cs_err option(cs_struct *handle, cs_opt_type type, size_t value) function
56 arch_option[CS_ARCH_SPARC] = option;
/external/capstone/arch/SystemZ/
H A DSystemZModule.c33 static cs_err option(cs_struct *handle, cs_opt_type type, size_t value) function
48 arch_option[CS_ARCH_SYSZ] = option;
/external/capstone/arch/X86/
H A DX86Module.c43 static cs_err option(cs_struct *handle, cs_opt_type type, size_t value) function
97 arch_option[CS_ARCH_X86] = option;
/external/capstone/arch/XCore/
H A DXCoreModule.c33 static cs_err option(cs_struct *handle, cs_opt_type type, size_t value) function
45 arch_option[CS_ARCH_XCORE] = 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/fio/oslib/
H A Dgetopt.h10 struct option { struct
23 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
/external/jdiff/src/jdiff/
H A DOptions.java20 * Returns the "length" of a given option. If an option takes no
28 * are not case-sensitive, use toLowerCase() on the option string
32 * @param option a String containing an option
33 * @return an int telling how many components that option has
35 public static int optionLength(String option) { argument
36 String opt = option.toLowerCase();
110 * the first item in any array is the option, and subsequent items in
111 * that array are its arguments. So, if -print is an option tha
[all...]
/external/libbrillo/brillo/http/
H A Dcurl_api.h31 virtual CURLcode EasySetOptInt(CURL* curl, CURLoption option, int value) = 0;
33 CURLoption option,
36 CURLoption option,
39 CURLoption option,
42 CURLoption option,
48 CURLoption option,
51 curl, option, reinterpret_cast<intptr_t>(callback));
143 CURLcode EasySetOptInt(CURL* curl, CURLoption option, int value) override;
145 CURLoption option,
147 CURLcode EasySetOptPtr(CURL* curl, CURLoption option, voi
47 EasySetOptCallback(CURL* curl, CURLoption option, R(*callback)(Args...)) argument
[all...]
/external/libusb/examples/getopt/
H A Dgetopt.h8 version 2.1 of the License, or (at your option) any later version.
42 When `getopt' finds an option that takes an argument,
45 each non-option ARGV-element is returned here. */
56 non-option elements that the caller should itself scan.
68 /* Set to an option character which was unrecognized. */
75 of `struct option' terminated by an element containing a name which is
79 no_argument (or 0) if the option does not take an argument,
80 required_argument (or 1) if the option requires an argument,
81 optional_argument (or 2) if the option takes an optional argument.
84 to the value given in the field `val' when the option i
94 struct option struct
[all...]
/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/mesa3d/src/mesa/program/
H A Dprogram_parse_extra.c60 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) argument
62 if (strcmp(option, "ARB_position_invariant") == 0) {
63 state->option.PositionInvariant = 1;
72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) argument
81 if (strncmp(option, "ARB_", 4) == 0) {
84 option += 4;
86 if (strncmp(option, "fog_", 4) == 0) {
87 option += 4;
89 if (strcmp(option, "exp") == 0) {
91 } else if (strcmp(option, "exp
[all...]
/external/syslinux/com32/include/
H A Dgetopt.h6 struct option { struct
20 const struct option *, int *);
/external/syslinux/libinstaller/getopt/
H A Dgetopt.h6 struct option { struct
23 const struct option *, int *);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp27 const QStyleOptionViewItem &option,
34 QStyledItemDelegate::paint(painter, option, index);
54 opts.rect = option.rect;
26 paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const argument
/external/ImageMagick/coders/
H A Ddot.c57 #include "MagickCore/option.h"
106 *option;
151 option=GetImageOption(image_info,"dot:layout-engine");
152 if (option == (const char *) NULL)
155 gvLayout(graphic_context,graph,(char *) option);
104 *option; local
/external/curl/lib/
H A Dshare.c52 curl_share_setopt(struct Curl_share *share, CURLSHoption option, ...) argument
66 va_start(param, option);
68 switch(option) {
/external/guava/guava-tests/test/com/google/common/io/
H A DTestOutputStream.java74 private void throwIf(TestOption option) throws IOException { argument
75 throwIf(options.contains(option));
/external/guice/core/src/com/google/inject/internal/
H A DInjectorOptionsProcessor.java46 public Boolean visit(DisableCircularProxiesOption option) { argument
52 public Boolean visit(RequireExplicitBindingsOption option) { argument
58 public Boolean visit(RequireAtInjectOnConstructorsOption option) { argument
64 public Boolean visit(RequireExactBindingAnnotationsOption option) { argument

Completed in 494 milliseconds

1234567891011>>