Searched refs:options (Results 426 - 450 of 1356) sorted by relevance

<<11121314151617181920>>

/openbsd-current/usr.bin/dig/lib/dns/rdata/generic/
H A Dunspec_103.c41 UNUSED(options);
H A Dcds_59.c40 return (generic_fromwire_ds(rdclass, type, source, dctx, options,
H A Dnull_10.c40 UNUSED(options);
H A Ddnskey_48.c45 options, target));
H A Ddlv_32769.c42 return (generic_fromwire_ds(rdclass, type, source, dctx, options,
H A Dx25_19.c48 UNUSED(options);
H A Dgpos_27.c56 UNUSED(options);
H A Disdn_20.c50 UNUSED(options);
H A Dhinfo_13.c49 UNUSED(options);
/openbsd-current/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h146 BreakpointOptions &options,
149 m_name(name), m_options(options),
166 void SetOptions(const BreakpointOptions &options) { argument
167 m_options = options;
194 // Returns true if any options were set in the name
145 BreakpointName(ConstString name, BreakpointOptions &options, const Permissions &permissions = Permissions(), const char *help = nullptr) argument
/openbsd-current/usr.bin/tmux/
H A Dcmd-rename-window.c55 options_set_number(wl->window->options, "automatic-rename", 0);
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DStreamFile.h28 StreamFile(const char *path, File::OpenOptions options,
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp41 // Calculate at compile-time how many options are available.
44 #include "gwp_asan/options.inc"
67 InvokeIfNonNull(Printf, "GWP-ASan: Available options:\n");
188 "GWP-ASan Error: Ran out of space for options.\n");
197 gwp_asan::options::Options *o) {
200 #include "gwp_asan/options.inc"
208 gwp_asan::options::Options *getOptionsInternal() {
209 static gwp_asan::options::Options GwpAsanOptions;
215 namespace options {
227 // Override from the provided options strin
[all...]
H A Dbacktrace_linux_libc.cpp19 #include "gwp_asan/options.h"
62 options::Backtrace_t getBacktraceFunction() { return Backtrace; }
/openbsd-current/usr.bin/dig/lib/dns/include/dns/
H A Dname.h533 dns_decompress_t *dctx, unsigned int options,
571 * DNS_NAME_DOWNCASE is set in options.
624 const dns_name_t *origin, unsigned int options,
635 * \li If DNS_NAME_DOWNCASE is set in 'options', any uppercase letters
653 * DNS_NAME_DOWNCASE is set in 'options'.
676 dns_name_totext2(dns_name_t *name, unsigned int options, isc_buffer_t *target);
684 *\li If DNS_NAME_OMITFINALDOT is set in options, then the final '.'
687 *\li If DNS_NAME_MASTERFILE is set in options, '$' and '@' will also
883 const dns_name_t *origin, unsigned int options);
886 * as necessary. 'options' ha
[all...]
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dlldb_module_utils.py14 usage = "usage: %prog [options] MODULE1 [MODULE2 ...]"
40 # Use the Shell Lexer to properly parse up command options just like a
45 (options, args) = self.parser.parse_args(command_args)
78 if options.verbose:
98 usage = "usage: %prog [options] MODULE1 [MODULE2 ...]"
138 # Use the Shell Lexer to properly parse up command options just like a
143 (options, args) = self.parser.parse_args(command_args)
174 if options.support_files:
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.h24 const TypeSummaryOptions &options);
/openbsd-current/gnu/llvm/lldb/include/lldb/Expression/
H A DUserExpression.h61 const EvaluateExpressionOptions &options);
130 /// \param[in] options
131 /// Expression evaluation options.
148 const EvaluateExpressionOptions &options,
222 /// \param[in] options
223 /// Expression evaluation options. N.B. The language in the
224 /// evaluation options will be used to determine the language used for
259 Evaluate(ExecutionContext &exe_ctx, const EvaluateExpressionOptions &options,
276 const EvaluateExpressionOptions &options,
321 m_options; ///< Additional options provide
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanCallUserExpression.h26 const EvaluateExpressionOptions &options,
/openbsd-current/gnu/llvm/llvm/utils/docker/
H A Dbuild_docker_image.sh20 Usage: build_docker_image.sh [options] [-- [cmake_args]...]
22 Available options:
48 Required options: --source and --docker-repository, at least one
51 All options after '--' are passed to CMake invocation.
/openbsd-current/regress/lib/libc/malloc/malloc_errs/
H A Dmalloc_errs.c289 char options[10]; local
306 snprintf(options, sizeof(options), "us%s", tests[i].flags);
308 execl(argv[0], argv[0], num, options, NULL);
/openbsd-current/usr.bin/ssh/
H A Dauth2-passwd.c47 extern ServerOptions options;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcppmain.c75 cpp_options *options = &pfile->opts; local
80 if (options->no_output)
87 else if (options->traditional)
93 if (options->dump_macros == dump_only)
107 cpp_options *options = &pfile->opts; local
110 if (! options->no_output)
115 if (options->lang != CLK_ASM)
120 if (! options->no_line_commands)
124 if (options->dump_includes)
127 if (options
[all...]
/openbsd-current/gnu/usr.bin/cvs/vms/
H A DMakefile.am35 options.h \
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-dropped-init.pl16 options => [qw(-U 0.0.0.0:123456)],

Completed in 207 milliseconds

<<11121314151617181920>>