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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dvisibility-c.c5 int options __attribute__((__visibility__("hidden"))); variable
9 options = 0;
H A Dpragma-darwin.c4 /* { dg-options "-O -Wunused" } */
12 /* The options pragma used to do a lot, now it's only for emulating
15 #pragma options 23 /* { dg-warning "malformed '#pragma options'" } */
16 #pragma options align /* { dg-warning "malformed '#pragma options'" } */
17 #pragma options align natural /* { dg-warning "malformed '#pragma options'" } */
18 #pragma options align=45 /* { dg-warning "malformed '#pragma options'" } */
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dvisibility-c.c5 int options __attribute__((__visibility__("hidden"))); variable
9 options = 0;
H A Dpragma-darwin.c4 /* { dg-options "-O -Wunused" } */
12 /* The options pragma used to do a lot, now it's only for emulating
15 #pragma options 23 /* { dg-error "malformed '#pragma options'" } */
16 #pragma options align /* { dg-error "malformed '#pragma options'" } */
17 #pragma options align mac68k /* { dg-error "malformed '#pragma options'" } */
18 #pragma options align=45 /* { dg-error "malformed '#pragma options'" } */
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr41163.c7 struct option options[] = { { &options } }; local
8 parse_options(options);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr32540-2.c2 /* { dg-options "-O3 -ftree-pre" } */
5 void acceptloop_th(int *t, int options) { argument
6 if (f()) options |= 0x1 << 0;
7 if (f()) options |= 0x1 << 1;
8 if (f()) options |= 0x1 << 2;
9 if (f()) options |= 0x1 << 3;
10 if (f()) options |= 0x1 << 4;
11 if (f()) options |= 0x1 << 5;
12 if (f()) options |= 0x1 << 6;
13 if (f()) options |
[all...]
H A Dpr32540-1.c2 /* { dg-options "-O3 -ftree-pre" } */
6 int options = 0; local
7 if (f()) options |= 0x1 << 1;
8 if (f()) options |= 0x1 << 2;
9 if (f()) options |= 0x1 << 3;
10 if (f()) options |= 0x1 << 4;
11 if (f()) options |= 0x1 << 5;
12 if (f()) options |= 0x1 << 6;
13 if (f()) options |= 0x1 << 7;
14 if (f()) options |
[all...]
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/delta/
H A Ddelta_common.h18 extern uint64_t lzma_delta_coder_memusage(const void *options);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dv32-err-9.s2 ; { dg-options "--march=v32" }
H A Dus-err-1.s1 ; Test that we get an error with mismatching options.
4 ; { dg-options "--no-underscore --em=crisaout" }
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder_presets.c17 lzma_lzma_preset(lzma_options_lzma *options, uint32_t preset)
26 options->preset_dict = NULL;
27 options->preset_dict_size = 0;
29 options->lc = LZMA_LC_DEFAULT;
30 options->lp = LZMA_LP_DEFAULT;
31 options->pb = LZMA_PB_DEFAULT;
33 options->dict_size = UINT32_C(1) << (uint8_t []){
37 options->mode = LZMA_MODE_FAST;
38 options->mf = level == 0 ? LZMA_MF_HC3 : LZMA_MF_HC4;
39 options
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dunswitch-loops-pr26969.c5 ruby_re_compile_fastmap (char *fastmap, int options) argument
10 if (j != '\n' || (options & 4))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vect/
H A Dunswitch-loops-pr26969.c5 ruby_re_compile_fastmap (char *fastmap, int options) argument
10 if (j != '\n' || (options & 4))
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dreadconf.c52 # 1. command line options
97 # Defaults for various options
280 * Adds a local TCP/IP port forward to options. Never returns if there is an
285 add_local_forward(Options *options, const Forward *newfwd) argument
292 options->local_forwards = xrealloc(options->local_forwards,
293 options->num_local_forwards + 1,
294 sizeof(*options->local_forwards));
295 fwd = &options->local_forwards[options
309 add_remote_forward(Options *options, const Forward *newfwd) argument
326 clear_forwardings(Options *options) argument
378 process_config_line(Options *options, const char *host, char *line, const char *filename, int linenum, int *activep) argument
1156 read_config_file(const char *filename, const char *host, Options *options, int checkperm) argument
1206 initialize_options(Options * options) argument
1308 fill_default_options(Options * options) argument
[all...]
H A Dservconf.c70 /* Initializes the server options to their default values. */
73 initialize_server_options(ServerOptions *options) argument
75 memset(options, 0, sizeof(*options));
77 /* Portable-specific options */
78 options->use_pam = -1;
81 options->num_ports = 0;
82 options->ports_from_cmdline = 0;
83 options->listen_addrs = NULL;
84 options
188 fill_default_server_options(ServerOptions *options) argument
640 add_listen_addr(ServerOptions *options, char *addr, int port) argument
656 add_one_listen_addr(ServerOptions *options, char *addr, int port) argument
850 process_server_config_line(ServerOptions *options, char *line, const char *filename, int linenum, int *activep, const char *user, const char *host, const char *address) argument
1740 parse_server_match_config(ServerOptions *options, const char *user, const char *host, const char *address) argument
1822 parse_server_config(ServerOptions *options, const char *filename, Buffer *conf, const char *user, const char *host, const char *address) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/doc/misc/
H A Dsort-options.pl17 # Id: sort-options.pl,v 1.3 2007/09/24 23:46:48 tbox Exp
20 my @options = ();
33 push(@options, $sec . sortlevel());
35 push(@options, $_);
41 foreach my $i (sort @options) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/sh64/
H A Derr-4.s2 ! { dg-options "--abi=32 -no-mix" }
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Dpacket.pl60 my %options={};
61 getopts("a:p:t:", \%options);
64 $addr = $options{a} if defined $options{a};
67 $port = $options{p} if defined $options{p};
70 $proto = lc $options{t} if defined $options{t};
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dd-lang.h26 extern char *d_demangle (const char *mangled, int options);
32 const struct value_print_options *options);

Completed in 314 milliseconds

1234567891011>>