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

/ndk/sources/host-tools/make-3.81/
H A Dgetopt.h10 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...]
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dgetopt.in.h9 (at your option) any later version.
108 When `getopt' finds an option that takes an argument,
111 each non-option ARGV-element is returned here. */
122 non-option elements that the caller should itself scan.
134 /* Set to an option character which was unrecognized. */
141 of `struct option' terminated by an element containing a name which is
145 no_argument (or 0) if the option does not take an argument,
146 required_argument (or 1) if the option requires an argument,
147 optional_argument (or 2) if the option takes an optional argument.
150 to the value given in the field `val' when the option i
160 struct option struct
[all...]

Completed in 335 milliseconds