Searched refs:options (Results 251 - 275 of 3091) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl2/gmake/dist/
H A Dgetopt1.c70 getopt_long (int argc, char *const *argv, const char *options,
73 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
82 getopt_long_only (int argc, char *const *argv, const char *options,
85 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
69 getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
81 getopt_long_only(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
/netbsd-current/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dstream_flags.h111 * \param options Stream Header options to be encoded.
112 * options->backward_size is ignored and doesn't
118 * - LZMA_OPTIONS_ERROR: options->version is not supported by
120 * - LZMA_PROG_ERROR: Invalid options.
123 const lzma_stream_flags *options, uint8_t *out)
130 * \param options Stream Footer options to be encoded.
135 * - LZMA_OPTIONS_ERROR: options->version is not supported by
137 * - LZMA_PROG_ERROR: Invalid options
[all...]
/netbsd-current/external/public-domain/xz/dist/src/liblzma/common/
H A Deasy_preset.c23 opt_easy->filters[0].options = &opt_easy->opt_lzma;
H A Dfilter_common.h28 /// Calculates memory usage of the encoder. If the options are
30 uint64_t (*memusage)(const void *options);
/netbsd-current/external/bsd/flex/dist/doc/
H A DMakefile.am10 flex.1: $(top_srcdir)/configure.ac $(top_srcdir)/src/flex.skl $(top_srcdir)/src/options.c $(top_srcdir)/src/options.h | $(FLEX)
/netbsd-current/external/public-domain/xz/dist/src/liblzma/delta/
H A Ddelta_common.c45 // Validate the options.
46 if (lzma_delta_coder_memusage(filters[0].options) == UINT64_MAX)
50 const lzma_options_delta *opt = filters[0].options;
63 lzma_delta_coder_memusage(const void *options) argument
65 const lzma_options_delta *opt = options;
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dwaitpid.c32 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED)
H A Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options,
72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
81 getopt_long_only (int argc, char *const *argv, const char *options,
84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
68 getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
80 getopt_long_only(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dwaitpid.c32 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dwaitpid.c32 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/docker/scripts/
H A Dbuild_install_llvm.sh14 Usage: build_install_llvm.sh [options] -- [cmake-args]
20 Available options:
25 Required options: --to, at least one --install-target.
27 All options after '--' are passed to CMake invocation.
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dwaitpid.c32 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED)
H A Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options,
72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
81 getopt_long_only (int argc, char *const *argv, const char *options,
84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
68 getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
80 getopt_long_only(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dcommandline.h48 isc_commandline_parse(int argc, char * const *argv, const char *options);
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dwaitpid.c32 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED)
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dwaitpid.c32 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED)
H A Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options,
72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
81 getopt_long_only (int argc, char *const *argv, const char *options,
84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
68 getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
80 getopt_long_only(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dfb.h46 fb_get_options(const char *name, char **options) argument
/netbsd-current/external/mpl/dhcp/dist/tests/DHCPv6/
H A Ddhcp_client.pm257 $this->{options} = [ ];
266 push(@{$this->{options}}, [ $num, $data ]);
271 my @options;
272 foreach my $option (@{$this->{options}}) {
274 push(@options, $option->[1]);
277 return wantarray() ? @options : $options[0];
283 my $options = "";
284 foreach my $option (@{$this->{options}}) {
285 $options
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dobjdump.h36 /* Return TRUE if these options can be applied to ABFD. */
40 options whose SELECTED field is set. */
43 /* List of options. Terminated by a NULL name. */
44 struct objdump_private_option *options; member in struct:objdump_private_desc
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dparameters.cc26 #include "options.h"
89 Parameters::set_options(const General_options* options) argument
92 this->options_ = options;
93 // For speed, we convert the options() debug var from a string to an
95 this->debug_ = debug_string_to_enum(this->options().debug());
98 this->incremental_mode_ = this->options().incremental_mode();
100 if (options->verbose())
208 General_options::Endianness endianness = this->options().endianness();
228 if (this->options().user_set_Trodata_segment()
229 && !this->options()
294 set_parameters_options(const General_options* options) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dobjdump.h36 /* Return TRUE if these options can be applied to ABFD. */
40 options whose SELECTED field is set. */
43 /* List of options. Terminated by a NULL name. */
44 struct objdump_private_option *options; member in struct:objdump_private_desc
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dparameters.cc26 #include "options.h"
89 Parameters::set_options(const General_options* options) argument
92 this->options_ = options;
93 // For speed, we convert the options() debug var from a string to an
95 this->debug_ = debug_string_to_enum(this->options().debug());
98 this->incremental_mode_ = this->options().incremental_mode();
100 if (options->verbose())
208 General_options::Endianness endianness = this->options().endianness();
228 if (this->options().user_set_Trodata_segment()
229 && !this->options()
294 set_parameters_options(const General_options* options) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dmain.c73 if (options.fpe != 0)
H A Denviron.c68 options_t options; variable
133 options.separator = p;
134 options.separator_len = strlen (p);
138 if (options.separator_len == 0)
160 options.separator = " ";
161 options.separator_len = 1;
168 { "GFORTRAN_STDIN_UNIT", GFC_STDIN_UNIT_NUMBER, &options.stdin_unit,
172 { "GFORTRAN_STDOUT_UNIT", GFC_STDOUT_UNIT_NUMBER, &options.stdout_unit,
176 { "GFORTRAN_STDERR_UNIT", GFC_STDERR_UNIT_NUMBER, &options.stderr_unit,
180 { "GFORTRAN_UNBUFFERED_ALL", 0, &options
[all...]

Completed in 198 milliseconds

<<11121314151617181920>>