Searched refs:option (Results 126 - 150 of 3458) sorted by relevance

1234567891011>>

/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dj_events.d39 #pragma D option quiet
H A Dpriclass.d56 #pragma D option quiet
/netbsd-current/external/cddl/dtracetoolkit/dist/Java/
H A Dj_events.d39 #pragma D option quiet
/netbsd-current/external/cddl/dtracetoolkit/dist/Kernel/
H A Dpriclass.d56 #pragma D option quiet
/netbsd-current/external/bsd/flex/dist/tests/
H A Dprefix_r.l32 %option reentrant
33 %option 8bit prefix="FOO"
34 %option nounput nomain noyywrap noinput
35 %option warn
H A Dprefix_nr.l33 %option 8bit prefix="FOO"
34 %option nounput nomain noyywrap noinput
35 %option warn
H A Drescan_nr.direct.l30 %option 8bit prefix="test"
31 %option nounput nomain noyywrap noinput
32 %option warn stack never-interactive
H A Dposix.l43 %option 8bit prefix="test"
44 %option nounput nomain noyywrap noinput
45 %option warn posix-compat
H A Dposixly_correct.l43 %option 8bit prefix="test"
44 %option nounput nomain noyywrap noinput
45 %option warn
H A Dextended.l33 %option 8bit prefix="test"
34 %option nounput nomain noyywrap noinput
35 %option warn
H A Dlineno_nr.l37 %option 8bit prefix="test"
38 %option nounput nomain noyywrap noinput yylineno
39 %option warn
H A Dlineno_trailing.l37 %option 8bit prefix="test"
38 %option nounput nomain noyywrap noinput yylineno
39 %option warn
H A Dbison_yylval_scanner.l36 %option 8bit prefix="test"
37 %option reentrant bison-bridge
38 %option header="bison_yylval_scanner.h"
39 %option noyywrap nomain nounput noyy_top_state noyywrap nodefault noinput warn
40 %option stack
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dcompressed-plt-1e.s4 .option pic2
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Doption-pic-1.s7 .option pic0 # Switch off!
9 .option pic2 # Switch on!
H A Doption-pic-relax-2.s3 .option pic2
14 .option pic0
H A Doption-pic-relax-4.s3 .option pic2
15 .option pic0
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/
H A Dx86-64-opts-intel.d3 #name: x86-64 (ILP32) encoding option (Intel mode)
H A Dx86-64-sse2avx-opts.d4 #name: x86-64 (ILP32) encoding option with -msse2avx
/netbsd-current/external/bsd/libarchive/dist/cpio/test/
H A Dtest_option_f.c31 unpack(const char *dirname, const char *option) argument
38 r = systemf("%s -i %s < test_option_f.cpio > copy-no-a.out 2>copy-no-a.err", testprog, option);
45 /* Calibrate: No -f option, so everything should be extracted. */
/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser.cpp64 utils::auto_array< ::option > long_options;
81 data.long_options.reset(new ::option[options.size() + 1]);
86 const cmdline::base_option* option = options[i]; local
87 ::option& long_option = data.long_options[i];
89 long_option.name = option->long_name().c_str();
90 if (option->needs_arg())
96 if (option->has_short_name()) {
97 data.short_options += option->short_name();
98 if (option->needs_arg())
100 id = option
322 const cmdline::base_option* option = *iter; local
354 const cmdline::base_option* option = (*id).second; local
[all...]
/netbsd-current/external/bsd/ipf/dist/perl/
H A DIsbgraph21 %option=(
59 if (/\s*$elem\s*:\s*(.*)/) { $option{$elem}=$1; }
75 $YCELLGRIDSIZE = $YGRIDSIZE/$option{'NUMBERYCELLGRIDSIZE'};
80 #$XGRIDSIZE = ($option{'XMAX'}*$option{'XCELLGRIDSIZE'});
81 #$XGRIDSIZE = (240*$option{'XCELLGRIDSIZE'});
87 $RANGE=$option{'MAXYVALUE'}-$option{'MINYVALUE'};
109 if ($option{'Transparent'} eq "yes") {$im->transparent($bg)};
115 for $i (0..$option{'XMA
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmaint-test-options.c10 (at your option) any later version.
22 #include "cli/cli-option.h"
25 exercise TAB-completion and option processing:
36 gdb::option::process_options with a different enum
47 These commands allow exercising all aspects of option processing
52 other command or option to exercise some non-command-specific
53 option processing detail. Also, actual user commands have side
74 test ambiguous option names, like '-xx'.
84 Unrecognized option at: cmdarg --
174 static const gdb::option
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmaint-test-options.c10 (at your option) any later version.
22 #include "cli/cli-option.h"
25 exercise TAB-completion and option processing:
36 gdb::option::process_options with a different enum
47 These commands allow exercising all aspects of option processing
52 other command or option to exercise some non-command-specific
53 option processing detail. Also, actual user commands have side
74 test ambiguous option names, like '-xx'.
84 Unrecognized option at: cmdarg --
167 static const gdb::option
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopts-common.cc1 /* Command line option handling.
8 Software Foundation; either version 3, or (at your option) any later
33 /* An option that is undocumented, that takes a joined argument, and
37 a prefix that could use the negated option as an argument. For
40 signaling it's to be used for option remapping, it would end up
51 /* Perform a binary search to find which option the command-line INPUT
52 matches. Returns its index in the option array, and
140 not taking a joined argument, and abbreviations of "--option"
141 are permitted even if there is a variant "--option=". */
220 /* Numeric option argument
327 const struct cl_option *option = &cl_options[opt_index]; local
384 const struct cl_option *option = &cl_options[opt_index]; local
492 add_misspelling_candidates(auto_vec<char *> *candidates, const struct cl_option *option, const char *opt_text) argument
547 const struct cl_option *option; local
1127 const struct cl_option *option; local
1237 const struct cl_option *option = &cl_options[opt_index]; local
1286 const struct cl_option *option = &cl_options[opt_index]; local
1375 cmdline_handle_error(location_t loc, const struct cl_option *option, const char *opt, const char *arg, int errors, unsigned int lang_mask) argument
1537 const struct cl_option *option; local
1592 const struct cl_option *option = &cl_options[opt_index]; local
1730 const struct cl_option *option = &cl_options[opt_index]; local
1744 const struct cl_option *option = &(cl_options[opt_idx]); local
1807 get_option_state(struct gcc_options *opts, int option, struct cl_option_state *state) argument
1881 const struct cl_option *option = &cl_options[opt_index]; local
[all...]

Completed in 286 milliseconds

1234567891011>>