Searched refs:options (Results 326 - 350 of 1356) sorted by relevance

<<11121314151617181920>>

/openbsd-current/distrib/special/pax/
H A DMakefile8 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp74 Context(const GCOV::Options &Options) : options(Options) {}
93 const GCOV::Options &options; member in class:__anon2429::Context
640 if (options.NoOutput)
642 // mangled at all, and the -l and -p options are ignored. Here, we do the
647 if (options.LongFileNames && !filename.equals(mainFilename))
649 mangleCoveragePath(mainFilename, options.PreservePaths) + "##";
650 CoveragePath += mangleCoveragePath(filename, options.PreservePaths);
651 if (options.HashFilenames) {
717 if (options.BranchInfo)
749 options
958 gcovOneInput(const GCOV::Options &options, StringRef filename, StringRef gcno, StringRef gcda, GCOVFile &file) argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Driver/
H A DOptions.h21 namespace options { namespace in namespace:clang::driver
22 /// Flags specifically for clang options. Must not overlap with
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp190 if (DriverArgs.hasArg(options::OPT_nostdinc))
193 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) {
199 if (!DriverArgs.hasArg(options::OPT_nostdlibinc)) {
216 if (DriverArgs.hasArg(options::OPT_nostdinc) ||
217 DriverArgs.hasArg(options::OPT_nostdlibinc) ||
218 DriverArgs.hasArg(options::OPT_nostdincxx))
272 if (Args.hasArg(options::OPT_fexperimental_library))
316 Args.AddAllArgs(CmdArgs, {options::OPT_L, options::OPT_T_Group,
317 options
[all...]
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBFile.cpp48 auto options = File::GetOptionsFromMode(mode); local
49 if (!options) {
50 llvm::consumeError(options.takeError());
54 std::make_shared<NativeFile>(fd, options.get(), transfer_owndership);
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBReproducer.h46 static const char *Replay(const char *path, const SBReplayOptions &options);
/openbsd-current/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h24 const ExecuteScriptOptions &options = ExecuteScriptOptions()) override;
/openbsd-current/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetThreadItemInfoHandler.cpp325 EvaluateExpressionOptions options; local
328 options.SetUnwindOnError(true);
329 options.SetIgnoreBreakpoints(true);
330 options.SetStopOthers(true);
332 options.SetTimeout(process_sp->GetUtilityExpressionTimeout());
334 options.SetTimeout(std::chrono::milliseconds(500));
336 options.SetTryAllThreads(false);
337 options.SetIsForUtilityExpr(true);
358 exe_ctx, &args_addr, options, diagnostics, results);
H A DAppleGetPendingItemsHandler.cpp326 EvaluateExpressionOptions options; local
327 options.SetUnwindOnError(true);
328 options.SetIgnoreBreakpoints(true);
329 options.SetStopOthers(true);
331 options.SetTimeout(process_sp->GetUtilityExpressionTimeout());
333 options.SetTimeout(std::chrono::milliseconds(500));
335 options.SetTryAllThreads(false);
336 options.SetIsForUtilityExpr(true);
348 exe_ctx, &args_addr, options, diagnostics, results);
H A DAppleGetQueuesHandler.cpp334 EvaluateExpressionOptions options; local
335 options.SetUnwindOnError(true);
336 options.SetIgnoreBreakpoints(true);
337 options.SetStopOthers(true);
339 options.SetTimeout(process_sp->GetUtilityExpressionTimeout());
341 options.SetTimeout(std::chrono::milliseconds(500));
343 options.SetTryAllThreads(false);
344 options.SetIsForUtilityExpr(true);
350 exe_ctx, &args_addr, options, diagnostics, results);
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp48 if (options().getAttributeArgument()) {
62 if (Discriminator && options().getAttributeDiscriminator())
82 // line options, use the basename or the full pathname as the name.
83 if (!options().getAttributePathname()) {
108 if (options().getAttributeOffset()) {
190 if (options().getAttributeQualified())
339 if (!options().getAttributeAnySource())
444 if (options().getAttributeOffset()) {
485 if (options().getPrintFormatting() && options()
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/man/
H A Dheading.t29 while (defined(my $data = read_test_data(\*DATA, { options => 1 }))) {
30 my $parser = Pod::Man->new(%{ $data->{options} });
46 # Below the marker are sets of options, the input data, and the corresponding
47 # expected .TH line from the man page. The options and output are separated
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dbsd.py313 'option is used with either the --object or --extract options.'))
332 (options, args) = parser.parse_args(sys.argv[1:])
334 if options.interactive:
344 if options.object_name:
346 matches = archive.find(options.object_name, options.mtime)
349 if options.extract:
352 matches[0].save(path=options.outfile, overwrite=False)
356 options.object_name))
362 options
[all...]
H A Dmach_o.py546 def dump(self, options=None):
547 self.content.dump(options)
549 def dump_header(self, dump_description=True, options=None):
550 self.content.dump_header(dump_description, options)
552 def dump_load_commands(self, dump_description=True, options=None):
553 self.content.dump_load_commands(dump_description, options)
555 def dump_sections(self, dump_description=True, options=None):
556 self.content.dump_sections(dump_description, options)
558 def dump_section_contents(self, options):
559 self.content.dump_section_contents(options)
[all...]
/openbsd-current/usr.bin/ssh/
H A Dmux.c62 extern Options options;
244 for (i = 0; i < options.num_send_env; i++)
245 if (match_pattern(name, options.send_env[i]))
427 if (options.control_master == SSHCTL_MASTER_ASK ||
428 options.control_master == SSHCTL_MASTER_AUTO_ASK) {
499 if (options.control_master == SSHCTL_MASTER_ASK ||
500 options.control_master == SSHCTL_MASTER_AUTO_ASK) {
526 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") :
534 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") :
599 if (fctx->fid >= options
[all...]
H A Dauth2-pubkey.c57 #include "auth-options.h"
71 extern ServerOptions options;
78 options.fingerprint_hash, SSH_FP_DEFAULT);
158 if (match_pattern_list(pkalg, options.pubkey_accepted_algos, 0) != 1) {
164 options.ca_sign_algorithms)) != 0) {
171 options.required_rsa_size)) != 0) {
232 req_presence = (options.pubkey_auth_options &
247 req_verify = (options.pubkey_auth_options &
295 debug_f("key options inconsistent with existing");
326 if ((f = auth_openprincipals(file, pw, options
[all...]
H A Dsshconnect2.c78 extern Options options;
94 options.required_rsa_size)) != 0)
128 for (i = 0; i < options.num_user_hostfiles; i++)
129 load_hostkeys(hostkeys, hostname, options.user_hostfiles[i], 0);
130 for (i = 0; i < options.num_system_hostfiles; i++) {
132 options.system_hostfiles[i], 0);
134 if (options.known_hosts_command != NULL) {
135 load_hostkeys_command(hostkeys, options.known_hosts_command,
145 best = first_alg(options.hostkeyalgorithms);
151 ret = xstrdup(options
[all...]
H A Dsession.c74 #include "auth-options.h"
121 extern ServerOptions options;
251 if (!options.expose_userauth_info || info == NULL)
287 if ((options.allow_tcp_forwarding & FORWARD_LOCAL) != 0) {
302 if ((options.allow_tcp_forwarding & FORWARD_REMOTE) != 0) {
331 options.disable_forwarding) {
335 if ((options.allow_tcp_forwarding & FORWARD_LOCAL) == 0)
339 if ((options.allow_tcp_forwarding & FORWARD_REMOTE) == 0)
501 options.ip_qos_interactive, options
[all...]
H A Dauth2.c61 extern ServerOptions options;
110 if ((fd = open(options.banner, O_RDONLY)) == -1)
141 if (options.banner == NULL)
225 (unsigned long long)options.timing_secret, user);
327 if (m != NULL && authctxt->failures < options.max_authtries) {
371 if (authenticated && options.num_auth_methods != 0) {
404 if (authctxt->failures >= options.max_authtries)
434 if (options.num_auth_methods == 0)
514 * enabled should consult options.num_auth_methods directly.
522 if (options
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dadd.c17 * supply standard "rcs" options here, but I've found that this causes more
32 static int build_entry PROTO((char *repository, char *user, char *options,
40 "(Specify the --help global option for a list of other help options)\n",
55 char *options = NULL; local
76 if (options)
77 free (options);
78 options = RCS_check_kflag (optarg);
164 if (options)
166 send_arg (options);
167 free (options);
[all...]
/openbsd-current/gnu/usr.bin/perl/t/
H A Dharness414 my %options;
431 my $options = $options{$test};
432 if (!defined $options) {
433 $options = $options{$test} = _scan_test($test, $type);
438 return [ split ' ', _cmd($options, $type) ];
481 _before_fork($options{$test});
490 my $options = delete $options{
[all...]
/openbsd-current/sbin/ping/
H A Dping.c139 /* various options */
140 int options; variable
157 /* multicast options */
311 options |= F_HDRINCL;
315 options |= F_SO_DEBUG;
318 options |= F_AUD_MISS;
321 options |= F_AUD_RECV;
326 options |= F_FLOOD;
330 options |= F_SHOWCHAR;
333 options |
[all...]
/openbsd-current/gnu/usr.bin/cvs/windows-NT/SCC/
H A Dscc.c169 LONG options,
184 if (options & SCC_cmdopt_dir)
187 if (options & SCC_cmdopt_recurse)
209 LONG options,
228 LONG options,
238 LONG options,
245 the "keep checked out" flag in options). */
249 LONG *options,
261 LONG options,
286 LONG options,
167 SccGet(void *context_arg, HWND window, LONG num_files, LPSTR *file_names, LONG options, void *prov_options) argument
207 SccCheckout(void *context_arg, HWND window, LONG num_files, LPSTR *file_names, LPSTR comment, LONG options, void *prov_options) argument
226 SccCheckin(void *context_arg, HWND window, LONG num_files, LPSTR *file_names, LPSTR comment, LONG options, void *prov_options) argument
236 SccUncheckout(void *context_arg, HWND window, LONG num_files, LPSTR *file_names, LONG options, void *prov_options) argument
247 SccAdd(void *context_arg, HWND window, LONG num_files, LPSTR *file_names, LPSTR comment, LONG *options, void *prov_options) argument
259 SccRemove(void *context_arg, HWND window, LONG num_files, LPSTR *file_names, LPSTR comment, LONG options, void *prov_options) argument
285 SccDiff(void *context_arg, HWND window, LPSTR file_name, LONG options, void *prov_options) argument
296 SccHistory(void *context_arg, HWND window, LONG num_files, LPSTR *file_names, LONG options, void *prov_options) argument
339 SccPopulateList(void *context_arg, enum SCC_command command, LONG num_files, LPSTR *file_names, SCC_popul_proc populate, void *callerdat, LONG options) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/
H A DMeta.pm197 #pod my $meta = CPAN::Meta->new($distmeta_struct, \%options);
203 #pod It takes an optional hashref of options. Valid options include:
220 my ($class, $struct, $options) = @_;
223 if ( $options->{lazy_validation} ) {
252 my ($class, $struct, $options) = @_;
253 my $self = eval { $class->_new($struct, $options) };
260 #pod my $meta = CPAN::Meta->create($distmeta_struct, \%options);
269 my ($class, $struct, $options) = @_;
273 my $self = eval { $class->_new($struct, $options) };
[all...]
/openbsd-current/usr.bin/openssl/
H A Dpkcs12.c84 int options, char *pempass);
86 char *pass, int passlen, int options, char *pempass);
88 int passlen, int options, char *pempass);
116 int options; member in struct:__anon7
273 .opt.value = &cfg.options,
321 .opt.value = &cfg.options,
355 .opt.value = &cfg.options,
417 .opt.value = &cfg.options,
437 .opt.value = &cfg.options,
465 .opt.value = &cfg.options,
826 dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options, char *pempass) argument
871 dump_certs_pkeys_bags(BIO *out, const STACK_OF(PKCS12_SAFEBAG) *bags, char *pass, int passlen, int options, char *pempass) argument
887 dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass, int passlen, int options, char *pempass) argument
[all...]

Completed in 432 milliseconds

<<11121314151617181920>>