Searched refs:options (Results 101 - 125 of 1356) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D101_head.t25 my %options;
32 $options{headers} = \%headers if %headers;
35 $options{content} = $case->{content}[0];
38 $options{content} = eval join "\n", @{$case->{content_cb}};
42 $options{trailer_callback} = eval join "\n", @{$case->{trailer_cb}};
55 my @call_args = %options ? ($url, \%options) : ($url);
H A D104_post.t25 my %options;
32 $options{headers} = \%headers if %headers;
35 $options{content} = $case->{content}[0];
38 $options{content} = eval join "\n", @{$case->{content_cb}};
42 $options{trailer_callback} = eval join "\n", @{$case->{trailer_cb}};
55 my @call_args = %options ? ($url, \%options) : ($url);
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dvers_ts.c19 Version_TS (finfo, options, tag, date, force_tag_match, set_time)
22 /* Keyword expansion options, I think generally from the command
25 char *options;
98 (vers_ts->entdata), we want to pick up options which could
100 if (!options || *options == '\0')
103 vers_ts->options = xstrdup (entdata->options);
108 * -k options specified on the command line override (and overwrite)
109 * options store
[all...]
H A Dclassify.c19 Classify_File (finfo, tag, date, options, force_tag_match, aflag, versp,
25 /* Keyword expansion options. Can be either NULL or "" to
27 char *options;
38 vers = Version_TS (finfo, options, tag, date,
278 if (vers->entdata->options &&
279 strcmp (vers->entdata->options, vers->options) != 0)
292 * changing any sticky -k options, else needs merge
295 if (strcmp (vers->entdata->options ?
296 vers->entdata->options
[all...]
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DGetOptInc.cpp27 #define PRINT_ERROR ((opterr) && (*options != ':'))
29 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */
30 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */
35 #define BADARG ((*options == ':') ? (int)':' : (int)'?')
51 static int nonopt_end = -1; /* first option after non options (for permute) */
109 * Parse long options in argc/argv argument vector.
112 static int parse_long_options(char *const *nargv, const char *options, argument
223 static int getopt_internal(int nargc, char *const *nargv, const char *options, argument
230 if (options == NULL)
241 * Disable GNU extensions if POSIXLY_CORRECT is set or options
412 getopt(int nargc, char *const *nargv, const char *options) argument
431 getopt_long(int nargc, char *const *nargv, const char *options, const struct option *long_options, int *idx) argument
443 getopt_long_only(int nargc, char *const *nargv, const char *options, const struct option *long_options, int *idx) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHexagon.cpp39 if (Arg *A = Args.getLastArg(options::OPT_mhexagon_hvx_length_EQ)) {
78 Args.getLastArg(options::OPT_mhexagon_hvx, options::OPT_mhexagon_hvx_EQ,
79 options::OPT_mno_hexagon_hvx);
81 if (HvxEnablingArg->getOption().matches(options::OPT_mno_hexagon_hvx))
87 if (Arg *A = Args.getLastArg(options::OPT_mhexagon_hvx,
88 options::OPT_mhexagon_hvx_EQ)) {
91 if (A->getOption().matches(options::OPT_mhexagon_hvx_EQ))
96 } else if (Arg *A = Args.getLastArg(options::OPT_mno_hexagon_hvx)) {
104 if (Arg *A = Args.getLastArg(options
[all...]
H A DCrossWindows.cpp49 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler);
77 Args.ClaimAllArgs(options::OPT_g_Group);
79 Args.ClaimAllArgs(options::OPT_emit_llvm);
81 Args.ClaimAllArgs(options::OPT_w);
82 // Other warning options are already handled somewhere else.
87 if (Args.hasArg(options::OPT_pie))
89 if (Args.hasArg(options::OPT_rdynamic))
91 if (Args.hasArg(options::OPT_s))
115 if (Args.hasArg(options
[all...]
H A DFreeBSD.cpp68 if (Arg *A = Args.getLastArg(options::OPT_G)) {
102 for (const Arg *A : Args.filtered(options::OPT_ffile_prefix_map_EQ,
103 options::OPT_fdebug_prefix_map_EQ)) {
115 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler);
139 !Args.hasArg(options::OPT_shared) &&
140 (Args.hasArg(options::OPT_pie) || ToolChain.isPIEDefault(Args));
144 Args.ClaimAllArgs(options::OPT_g_Group);
146 Args.ClaimAllArgs(options::OPT_emit_llvm);
147 // and for "clang -w foo.o -o foo". Other warning options ar
[all...]
H A DMSVC.cpp82 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles) &&
93 if (const Arg *A = Args.getLastArg(options::OPT__SLASH_diasdkdir,
94 options::OPT__SLASH_winsysroot)) {
99 if (A->getOption().getID() == options::OPT__SLASH_winsysroot)
108 Args.getLastArg(options::OPT__SLASH_vctoolsdir,
109 options::OPT__SLASH_winsysroot)) {
118 Args.getLastArg(options::OPT__SLASH_winsdkdir,
119 options::OPT__SLASH_winsysroot)) {
152 if (!C.getDriver().IsCLMode() && Args.hasArg(options
[all...]
H A DWebAssembly.cpp40 if (const Arg* A = Args.getLastArg(options::OPT_fuse_ld_EQ)) {
73 if (Args.hasArg(options::OPT_s))
76 Args.AddAllArgs(CmdArgs, options::OPT_L);
77 Args.AddAllArgs(CmdArgs, options::OPT_u);
92 if (const Arg *A = Args.getLastArg(options::OPT_mexec_model_EQ)) {
104 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles))
113 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) {
117 if (Args.hasArg(options
[all...]
H A DCommonArgs.cpp75 if (const Arg *A = Args.getLastArg(options::OPT_Rpass_EQ))
79 if (const Arg *A = Args.getLastArg(options::OPT_Rpass_missed_EQ))
83 if (const Arg *A = Args.getLastArg(options::OPT_Rpass_analysis_EQ))
94 if (const Arg *A = Args.getLastArg(options::OPT_fsave_optimization_record_EQ))
98 const Arg *A = Args.getLastArg(options::OPT_foptimization_record_file_EQ);
111 Args.getLastArg(options::OPT_foptimization_record_passes_EQ))
122 if (Args.hasFlag(options::OPT_fdiagnostics_show_hotness,
123 options::OPT_fno_diagnostics_show_hotness, false))
128 Args.getLastArg(options::OPT_fdiagnostics_hotness_threshold_EQ))
232 Args.AddAllArgValues(CmdArgs, options
[all...]
/openbsd-current/regress/lib/libssl/unit/
H A Dssl_versions.c23 const long options; member in struct:version_range_test
32 .options = 0,
39 .options = 0,
46 .options = SSL_OP_NO_TLSv1,
53 .options = SSL_OP_NO_TLSv1_3,
60 .options = SSL_OP_NO_TLSv1_2,
67 .options = SSL_OP_NO_TLSv1_1,
74 .options = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1,
81 .options = SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2,
88 .options
249 const long options; member in struct:shared_version_test
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Expression/
H A DREPL.h50 /// If provided, additional options for the compiler when parsing REPL
59 void SetFormatOptions(const OptionGroupFormat &options) { argument
60 m_format_options = options;
64 SetValueObjectDisplayOptions(const OptionGroupValueObjectDisplay &options) { argument
65 m_varobj_options = options;
68 void SetEvaluateOptions(const EvaluateExpressionOptions &options) { argument
69 m_expr_options = options;
72 void SetCompilerOptions(const char *options) { argument
73 if (options)
74 m_compiler_options = options;
[all...]
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dglobals.py18 def get_globals(raw_path, options):
22 # Create a target using path + options
24 path, options.arch, options.platform, False, error)
68 usage = "usage: %prog [options] <PATH> [PATH ...]"
96 (options, args) = parser.parse_args(command_args)
101 get_globals(path, options)
H A Dgdbremote.py197 usage = "usage: start_gdb_log [options] [<LOGFILEPATH>]"
212 (options, args) = parser.parse_args(command_args)
249 usage = "usage: stop_gdb_log [options]"
297 (options, args) = parser.parse_args(command_args)
300 options.colors = TerminalColors(options.color)
301 options.symbolicator = None
302 if options.symbolicate:
305 options.symbolicator = lldb.utils.symbolication.Symbolicator()
306 options
[all...]
/openbsd-current/usr.bin/ssh/
H A Dsshd-session.c90 #include "auth-options.h"
105 /* Server configuration options. */
106 ServerOptions options; variable
160 /* global key/cert auth options. XXX move to permanent ssh->authctxt? */
209 for (i = 0; i < options.num_host_key_files; i++) {
229 for (i = 0; i < options.num_host_key_files; i++) {
400 if (match_pattern_list(s, options.hostkeyalgorithms, 0) != 1) {
418 for (i = 0; i < options.num_host_key_files; i++) {
474 for (i = 0; i < options.num_host_key_files; i++) {
524 if (ind < 0 || (u_int)ind >= options
[all...]
/openbsd-current/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp131 namespace options { namespace
197 // Additional options to pass into the code generator.
198 // Note: This array will contain all plugin options which are not claimed
214 // Optimization remarks filename, accepted passes and hotness options
221 // Context sensitive PGO options.
383 options::process_plugin_option(tv->tv_u.tv_string);
652 // Handle any --wrap options passed to gold, which are than passed
705 assert(options::thinlto_object_suffix_replace.empty() ||
706 options::thinlto_object_suffix_replace.find(';') != StringRef::npos);
707 StringRef SuffixReplace = options
[all...]
/openbsd-current/usr.sbin/vmd/
H A Ddhcp.c38 #define OPTIONS_OFFSET offsetof(struct dhcp_packet, options)
102 * If packet has data that could be DHCP options, check for the cookie
183 /* Add BOOTP Vendor Extensions (DHCP options) */
184 memcpy(&resp.options, DHCP_OPTIONS_COOKIE, DHCP_OPTIONS_COOKIE_LEN);
191 * answer with the same client IP and options for the VM.
202 resp.options[o++] = DHO_DHCP_MESSAGE_TYPE;
203 resp.options[o++] = sizeof(dhcptype);
204 memcpy(&resp.options[o], &dhcptype, sizeof(dhcptype));
208 resp.options[o++] = DHO_DHCP_LEASE_TIME;
209 resp.options[
[all...]
/openbsd-current/usr.bin/doas/
H A Dparse.y35 int options;
92 r->options = $1.options;
110 action: TPERMIT options {
112 $$.options = $2.options;
116 $$.options = 0;
120 options: /* none */ { label
121 $$.options = 0;
123 } | options optio
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dparams.h49 /* A set of parameter options */
57 * Purpose: find a configuration from the requested options which is
58 * the best match from the supported options.
106 * Purpose: find the parameter list of a given parameter from an options.
110 * options options block to search
115 ParameterList *Angel_FindParamList( const ParameterOptions *options,
137 * options the options block to write
142 const ParameterOptions *options );
[all...]
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dwaitpid.c32 waitpid (pid, stat_loc, options)
35 int options;
40 if (!options && (0 < pid || pid == -1))
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp41 return (options().getPrintFormatting() || options().getPrintOffset())
60 if (Discriminator && options().getAttributeDiscriminator())
68 if (options().getInternalNone())
131 if (PrintRef && options().getAttributeOffset())
141 if (options().getInternalID())
144 if (options().getCompareExecute() &&
145 (options().getAttributeAdded() || options().getAttributeMissing()))
147 if (options()
[all...]
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBTypeFormat.i20 SBTypeFormat (lldb::Format format, uint32_t options = 0);
22 SBTypeFormat (const char* type, uint32_t options = 0);
69 options = property(GetOptions, SetOptions)
H A DSBTypeSynthetic.i21 CreateWithClassName (const char* data, uint32_t options = 0);
24 CreateWithScriptCode (const char* data, uint32_t options = 0);
70 options = property(GetOptions, SetOptions)
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp233 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
245 StringPrinter::ReadStringAndDumpToStreamOptions options(valobj);
252 options.SetLocation(addr_of_data);
253 options.SetTargetSP(valobj.GetTargetSP());
254 options.SetStream(&stream);
255 options.SetNeedsZeroTermination(false);
256 options.SetBinaryZeroIsTerminator(true);
261 options.SetSourceSize(size_of_data);
262 options.SetHasSourceSize(true);
265 StringPrinter::StringElementType::UTF8>(options)) {
232 LibStdcppStringSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
281 LibStdcppWStringSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
391 LibStdcppSmartPointerSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
[all...]

Completed in 459 milliseconds

1234567891011>>