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

1234567

/external/libpcap/
H A Dbpf_dump.c34 bpf_dump(const struct bpf_program *p, int option) argument
41 if (option > 2) {
49 if (option > 1) {
/external/tcpdump/
H A Dbpf_dump.c38 bpf_dump(const struct bpf_program *p, int option) argument
45 if (option > 2) {
53 if (option > 1) {
/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/f2fs-tools/mkfs/
H A Df2fs_format_main.c46 int32_t option=0; local
48 while ((option = getopt(argc,argv,option_string)) != EOF) {
49 switch (option) {
91 MSG(0, "\tError: Unknown option %c\n",option);
/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/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/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.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/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/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/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/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));
H A DTestInputStream.java88 private void throwIf(TestOption option) throws IOException { argument
89 throwIf(options.contains(option));
/external/icu/icu4c/source/test/intltest/
H A Didnaconf.h42 int option; // 0 UseSTD3ASCIIRules, 1 ALLOW_UNASSIGNED member in class:IdnaConfTest
/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/iptables/include/linux/netfilter/
H A Dxt_dccp.h21 __u8 option; member in struct:xt_dccp_info
H A Dxt_tcpudp.h10 __u8 option; /* TCP Option iff non-zero*/ member in struct:xt_tcp
20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_dccp.h21 __u8 option; member in struct:xt_dccp_info
H A Dxt_tcpudp.h10 __u8 option; /* TCP Option iff non-zero*/ member in struct:xt_tcp
20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
/external/f2fs-tools/fsck/
H A Dmain.c42 int option = 0; local
49 while ((option = getopt(argc, argv, option_string)) != EOF) {
50 switch (option) {
68 MSG(0, "\tError: Unknown option %c\n", option);
85 while ((option = getopt(argc, argv, option_string)) != EOF) {
88 switch (option) {
121 MSG(0, "\tError: Unknown option %c\n", option);
/external/iproute2/include/linux/netfilter/
H A Dxt_tcpudp.h10 __u8 option; /* TCP Option iff non-zero*/ member in struct:xt_tcp
20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
/external/skia/debugger/QT/
H A DSkListWidget.cpp13 const QStyleOptionViewItem &option,
18 QRect r = option.rect;
26 if(option.state & QStyle::State_Selected){
70 /* option.rect is a struct that Qt uses as a target to draw into. Following
84 r = option.rect.adjusted(5, 10, -10, -10);
88 r = option.rect.adjusted(19, 10, -10, -10);
93 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
96 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
102 r = option.rect.adjusted(kImageSpace, 0, -10, -7);
108 r = option
12 paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const argument
114 sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const argument
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DCommandLine.java273 System.err.print("Unknown option ");
281 // Return true if an option exists.
283 private static boolean hasOption(Hashtable options, String option) { argument
284 if (Boolean.getBoolean(option)) return true;
285 else if (options.get(option) != Boolean.FALSE) return true;
/external/valgrind/auxprogs/
H A Dgetoff.c10 License, or (at your option) any later version.
63 /* true if arg matches the provided option */
65 int is_opt(char* arg, const char *option) argument
67 int option_len = strlen(option);
68 if (option[option_len-1] == '=')
69 return (0 == strncmp(option, arg, option_len));
71 return (0 == strcmp(option, arg));
107 "missing output file for -o option\n"
/external/bison/darwin-lib/
H A Dgetopt.h10 (at your option) any later version.
65 # undef option macro
76 # define option __GETOPT_ID (option) macro
143 When 'getopt' finds an option that takes an argument,
146 each non-option ARGV-element is returned here. */
157 non-option elements that the caller should itself scan.
169 /* Set to an option character which was unrecognized. */
176 of 'struct option' terminated by an element containing a name which is
180 no_argument (or 0) if the option doe
196 struct option struct
[all...]

Completed in 770 milliseconds

1234567