Searched refs:options (Results 1 - 25 of 3089) sorted by relevance

1234567891011>>

/netbsd-current/external/mpl/bind/dist/tests/irs/testdata/
H A Doptions-attempts.conf12 options attempts:4
H A Doptions-debug.conf12 options debug
H A Doptions-ndots.conf12 options ndots:2
H A Doptions-timeout.conf12 options timeout:1
H A Doptions-unknown.conf12 options unknown
H A Doptions-empty.conf13 options
H A Doptions.conf12 options unknown debug timeout:1 ndots:2
H A Doptions-bad-ndots.conf13 options ndots:256
/netbsd-current/external/public-domain/xz/dist/src/liblzma/common/
H A Dstream_flags_common.h26 is_backward_size_valid(const lzma_stream_flags *options) argument
28 return options->backward_size >= LZMA_BACKWARD_SIZE_MIN
29 && options->backward_size <= LZMA_BACKWARD_SIZE_MAX
30 && (options->backward_size & 3) == 0;
/netbsd-current/external/public-domain/xz/dist/src/liblzma/delta/
H A Ddelta_common.h18 extern uint64_t lzma_delta_coder_memusage(const void *options);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dv32-err-9.s2 ; { dg-options "--march=v32" }
/netbsd-current/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder_presets.c18 lzma_lzma_preset(lzma_options_lzma *options, uint32_t preset)
27 options->preset_dict = NULL;
28 options->preset_dict_size = 0;
30 options->lc = LZMA_LC_DEFAULT;
31 options->lp = LZMA_LP_DEFAULT;
32 options->pb = LZMA_PB_DEFAULT;
36 options->dict_size = UINT32_C(1) << dict_pow2[level];
39 options->mode = LZMA_MODE_FAST;
40 options->mf = level == 0 ? LZMA_MF_HC3 : LZMA_MF_HC4;
41 options
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dfetch.pl27 my %options={};
28 getopts("s:p:", \%options);
31 $addr = $options{s} if defined $options{s};
39 $port = $options{p} if defined $options{p};
/netbsd-current/external/public-domain/xz/dist/src/liblzma/simple/
H A Dsimple_encoder.h19 extern lzma_ret lzma_simple_props_size(uint32_t *size, const void *options);
21 extern lzma_ret lzma_simple_props_encode(const void *options, uint8_t *out);
H A Dsimple_encoder.c17 lzma_simple_props_size(uint32_t *size, const void *options) argument
19 const lzma_options_bcj *const opt = options;
26 lzma_simple_props_encode(const void *options, uint8_t *out) argument
28 const lzma_options_bcj *const opt = options;
31 // options unless the start offset is non-zero.
/netbsd-current/external/mit/isl/dist/
H A Dschedule_cmp.c12 #include <isl/options.h>
15 struct options { struct
21 ISL_ARGS_START(struct options, options_args)
22 ISL_ARG_CHILD(struct options, isl, "isl", &isl_options_args, "isl options")
23 ISL_ARG_ARG(struct options, schedule1, "schedule1", NULL)
24 ISL_ARG_ARG(struct options, schedule2, "schedule2", NULL)
27 ISL_ARG_DEF(options, struct options, options_args)
55 struct options *option local
[all...]
/netbsd-current/external/public-domain/xz/dist/tests/
H A Dtest_filter_flags.c80 known_flags.options = NULL;
84 expect(decoded_flags.options == NULL);
87 lzma_options_bcj options; local
88 options.start_offset = 0;
89 known_flags.options = &options;
92 expect(decoded_flags.options == NULL);
95 options.start_offset = 123456;
96 known_flags.options = &options;
119 lzma_options_delta options = { local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Digen.h23 /* code-generation options: */
186 /* See above for options and flags */
189 /* See above for trace options */
192 /* See above for include options */
195 /* See above for decode options */
201 /* See above for warn options */
215 extern igen_options options;
217 /* default options - hopefully backward compatible */
220 memset (&options, 0, sizeof options); \
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Digen.h23 /* code-generation options: */
186 /* See above for options and flags */
189 /* See above for trace options */
192 /* See above for include options */
195 /* See above for decode options */
201 /* See above for warn options */
215 extern igen_options options;
217 /* default options - hopefully backward compatible */
220 memset (&options, 0, sizeof options); \
[all...]
/netbsd-current/sys/arch/evbsh3/conf/
H A Dstd.evbsh3.el3 # standard, required NetBSD/evbsh3 'options'
6 include "conf/std" # MI standard options
7 include "arch/sh3/conf/std.sh3el" # arch standard options
/netbsd-current/external/mit/libuv/dist/docs/code/detach/
H A Dmain.c7 uv_process_options_t options; variable
17 options.exit_cb = NULL;
18 options.file = "sleep";
19 options.args = args;
20 options.flags = UV_PROCESS_DETACHED;
23 if ((r = uv_spawn(loop, &child_req, &options))) {
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-generic.h34 if (options.fpe & GFC_FPE_INVALID)
37 if (options.fpe & GFC_FPE_DENORMAL)
40 if (options.fpe & GFC_FPE_ZERO)
43 if (options.fpe & GFC_FPE_OVERFLOW)
46 if (options.fpe & GFC_FPE_UNDERFLOW)
49 if (options.fpe & GFC_FPE_INEXACT)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dwarn-2.s2 ;# { dg-options "--gdwarf2 --defsym nop_type=0" }
3 ;# { dg-options "--gdwarf2 --defsym nop_type=1" { target ia64-*-* } }
4 ;# { dg-options "--gdwarf2 --defsym nop_type=2" { target or1k*-*-* } }
/netbsd-current/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-generic.h34 if (options.fpe & GFC_FPE_INVALID)
37 if (options.fpe & GFC_FPE_DENORMAL)
40 if (options.fpe & GFC_FPE_ZERO)
43 if (options.fpe & GFC_FPE_OVERFLOW)
46 if (options.fpe & GFC_FPE_UNDERFLOW)
49 if (options.fpe & GFC_FPE_INEXACT)
/netbsd-current/external/mpl/dhcp/dist/keama/tests/samples/
H A Drunone.sh15 options=""
17 options="-4"
19 options="-6"
24 ../../keama $options -N -i $file.conf -o $out >&2

Completed in 227 milliseconds

1234567891011>>