/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | gdbremote.py | 590 def cmd_qThreadStopInfo(options, cmd, args): argument 596 def cmd_stop_reply(options, cmd, args): argument 601 def rsp_stop_reply(options, cmd, cmd_args, rsp): argument 629 def cmd_unknown_packet(options, cmd, args): argument 637 def cmd_qSymbol(options, cmd, args): argument 656 def cmd_QSetWithHexString(options, cmd, args): argument 659 def cmd_QSetWithString(options, cmd, args): argument 662 def cmd_QSetWithUnsigned(options, cmd, args): argument 665 def rsp_qSymbol(options, cmd, cmd_args, rsp): argument 680 def cmd_qXfer(options, cmd, args): argument [all …]
|
H A D | mach_o.py | 546 def dump(self, options=None): argument 549 def dump_header(self, dump_description=True, options=None): argument 552 def dump_load_commands(self, dump_description=True, options=None): argument 555 def dump_sections(self, dump_description=True, options=None): argument 558 def dump_section_contents(self, options): argument 561 def dump_symtab(self, dump_description=True, options=None): argument 631 def dump(self, options): argument 646 def dump_header(self, dump_description=True, options=None): argument 653 def dump_load_commands(self, dump_description=True, options=None): argument 660 def dump_sections(self, dump_description=True, options=None): argument [all …]
|
H A D | types.py | 158 def verify_type(target, options, type): argument 178 options, argument 283 def verify_types(target, options): argument
|
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
H A D | StringPrinter.cpp | 380 const ReadStringAndDumpToStreamOptions &options) in ReadBufferAndDumpToStreamOptions() 398 const StringPrinter::ReadStringAndDumpToStreamOptions &options, in ReadEncodedBufferAndDumpToStream() 495 const ReadStringAndDumpToStreamOptions &options) { in ReadStringAndDumpToStream() 502 const ReadStringAndDumpToStreamOptions &options) { in ReadStringAndDumpToStream() 509 const ReadStringAndDumpToStreamOptions &options) { in ReadStringAndDumpToStream() 516 const ReadStringAndDumpToStreamOptions &options) { in ReadStringAndDumpToStream() 523 const ReadBufferAndDumpToStreamOptions &options) { in ReadBufferAndDumpToStream() 530 const ReadBufferAndDumpToStreamOptions &options) { in ReadBufferAndDumpToStream() 537 const ReadBufferAndDumpToStreamOptions &options) { in ReadBufferAndDumpToStream() 544 const ReadBufferAndDumpToStreamOptions &options) { in ReadBufferAndDumpToStream()
|
H A D | TypeSummary.cpp | 69 const TypeSummaryOptions &options) { in FormatObject() 123 const TypeSummaryOptions &options) { in FormatObject() 157 const TypeSummaryOptions &options) { in FormatObject()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
H A D | REPL.h | 59 void SetFormatOptions(const OptionGroupFormat &options) { in SetFormatOptions() 64 SetValueObjectDisplayOptions(const OptionGroupValueObjectDisplay &options) { in SetValueObjectDisplayOptions() 68 void SetEvaluateOptions(const EvaluateExpressionOptions &options) { in SetEvaluateOptions() 72 void SetCompilerOptions(const char *options) { in SetCompilerOptions()
|
/openbsd-src/gnu/usr.bin/texinfo/lib/ |
H A D | getopt1.c | 44 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() 51 _getopt_long_r (int argc, char *const *argv, const char *options, in _getopt_long_r() 65 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only() 72 _getopt_long_only_r (int argc, char *const *argv, const char *options, in _getopt_long_only_r()
|
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ |
H A D | ClangFormatPackage.cs | 287 private void FormatSelection(OptionPageGrid options) in FormatSelection() 310 private void FormatDocument(OptionPageGrid options) in FormatDocument() 315 private void FormatDocument(Document document, OptionPageGrid options) in FormatDocument() 320 private void FormatView(IWpfTextView view, OptionPageGrid options) in FormatView() 339 …s(string text, int start, int end, string path, string filePath, OptionPageGrid options, IWpfTextV… in RunClangFormatAndApplyReplacements() 368 …nClangFormat(string text, int start, int end, string path, string filePath, OptionPageGrid options) in RunClangFormat()
|
/openbsd-src/gnu/usr.bin/cvs/windows-NT/SCC/ |
H A D | scc.c | 169 LONG options, in SccGet() 209 LONG options, in SccCheckout() 228 LONG options, in SccCheckin() 238 LONG options, in SccUncheckout() 249 LONG *options, in SccAdd() 261 LONG options, in SccRemove() 286 LONG options, in SccDiff() 298 LONG options, in SccHistory() 343 LONG options) in SccPopulateList()
|
/openbsd-src/gnu/llvm/lldb/source/Host/common/ |
H A D | GetOptInc.cpp | 112 static int parse_long_options(char *const *nargv, const char *options, in parse_long_options() 223 static int getopt_internal(int nargc, char *const *nargv, const char *options, in getopt_internal() 412 int getopt(int nargc, char *const *nargv, const char *options) { in getopt() 431 int getopt_long(int nargc, char *const *nargv, const char *options, in getopt_long() 443 int getopt_long_only(int nargc, char *const *nargv, const char *options, in getopt_long_only()
|
/openbsd-src/gnu/llvm/clang/utils/ |
H A D | modfuzz.py | 126 def choose(options): argument 138 def create_module(model, options): argument 146 def add_top_level_decl(model, options): argument 155 def add_import(model, options, module_name): argument
|
/openbsd-src/lib/libc/stdlib/ |
H A D | getopt_long.c | 164 parse_long_options(char * const *nargv, const char *options, in parse_long_options() 289 getopt_internal(int nargc, char * const *nargv, const char *options, in getopt_internal() 475 getopt(int nargc, char * const *nargv, const char *options) in getopt() 494 getopt_long(int nargc, char * const *nargv, const char *options, in getopt_long() 507 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.cpp | 41 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSBundleSummaryProvider() 92 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSTimeZoneSummaryProvider() 141 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSNotificationSummaryProvider() 190 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSMachPortSummaryProvider() 236 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSIndexSetSummaryProvider() 425 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSNumberSummaryProvider() 718 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSDecimalNumberSummaryProvider() 767 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSURLSummaryProvider() 893 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSDateSummaryProvider() 995 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in ObjCClassSummaryProvider() [all …]
|
H A D | CF.cpp | 30 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in CFAbsoluteTimeSummaryProvider() 46 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in CFBagSummaryProvider() 110 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in CFBitVectorSummaryProvider() 228 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in CFBinaryHeapSummaryProvider()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CxxStringTypes.cpp | 58 StringPrinter::ReadStringAndDumpToStreamOptions options(valobj); in CharStringSummaryProvider() local 80 StringPrinter::ReadBufferAndDumpToStreamOptions options(valobj); in CharSummaryProvider() local 132 StringPrinter::ReadStringAndDumpToStreamOptions options(valobj); in WCharStringSummaryProvider() local 192 StringPrinter::ReadBufferAndDumpToStreamOptions options(valobj); in WCharSummaryProvider() local
|
H A D | LibStdcpp.cpp | 233 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in LibStdcppStringSummaryProvider() 245 StringPrinter::ReadStringAndDumpToStreamOptions options(valobj); in LibStdcppStringSummaryProvider() local 282 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in LibStdcppWStringSummaryProvider() 306 StringPrinter::ReadStringAndDumpToStreamOptions options(valobj); in LibStdcppWStringSummaryProvider() local 392 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in LibStdcppSmartPointerSummaryProvider()
|
/openbsd-src/lib/libexpat/tests/ |
H A D | nsalloc_tests.c | 904 ExtOption options[] = { in START_TEST() local 934 ExtOption options[] = { in context_realloc_test() local 1217 ExtOption options[] = { in START_TEST() local 1323 ExtOption options[] = {{XCS("foo/First"), "Hello world"}, {NULL, NULL}}; in START_TEST() local 1374 ExtOption options[] = {{XCS("foo"), "<e/>"}, {NULL, NULL}}; in START_TEST() local 1422 ExtOption options[] = { in START_TEST() local 1478 ExtOption options[] = { in START_TEST() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/lib/ |
H A D | ada.exp | 54 proc gdb_default_target_compile {source destfile type options} { 410 proc gdb_compile_ada {source dest type options} {
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBTypeSummary.cpp | 106 uint32_t options) { in CreateWithSummaryString() 117 uint32_t options) { in CreateWithFunctionName() 128 uint32_t options) { in CreateWithScriptCode() 139 uint32_t options, in CreateWithCallback() 151 SBTypeSummaryOptions options(opt); in CreateWithCallback() local
|
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/ |
H A D | heap.py | 27 options, argument 483 def dump_stack_history_entry(options, result, stack_history_entry, idx): argument 520 def dump_stack_history_entries(options, result, addr, history): argument 652 options, argument 1109 def malloc_info_impl(debugger, result, options, args): argument
|
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | params.c | 51 ParameterList *Angel_FindParamList( const ParameterOptions *options, in Angel_FindParamList() 213 const ParameterOptions *options ) in Angel_BuildParamOptionsMessage() 283 ParameterOptions *options ) in Angel_ReadParamOptionsMessage()
|
/openbsd-src/usr.bin/ssh/ |
H A D | readconf.c | 362 add_local_forward(Options * options,const struct Forward * newfwd) add_local_forward() argument 391 add_remote_forward(Options * options,const struct Forward * newfwd) add_remote_forward() argument 417 clear_forwardings(Options * options) clear_forwardings() argument 447 add_certificate_file(Options * options,const char * path,int userprovided) add_certificate_file() argument 471 add_identity_file(Options * options,const char * dir,const char * filename,int userprovided) add_identity_file() argument 629 match_cfg_line(Options * options,char ** condition,struct passwd * pw,const char * host_arg,const char * original_host,int final_pass,int * want_final_pass,const char * filename,int linenum) match_cfg_line() argument 822 rm_env(Options * options,const char * arg,const char * filename,int linenum) rm_env() argument 1010 process_config_line(Options * options,struct passwd * pw,const char * host,const char * original_host,char * line,const char * filename,int linenum,int * activep,int flags) process_config_line() argument 1020 process_config_line_depth(Options * options,struct passwd * pw,const char * host,const char * original_host,char * line,const char * filename,int linenum,int * activep,int flags,int * want_final_pass,int depth) process_config_line_depth() argument 2409 read_config_file(const char * filename,struct passwd * pw,const char * host,const char * original_host,Options * options,int flags,int * want_final_pass) read_config_file() argument 2421 read_config_file_depth(const char * filename,struct passwd * pw,const char * host,const char * original_host,Options * options,int flags,int * activep,int * want_final_pass,int depth) read_config_file_depth() argument 2486 config_has_permitted_cnames(Options * options) config_has_permitted_cnames() argument 2503 initialize_options(Options * options) initialize_options() argument 2631 fill_default_options_for_canonicalization(Options * options) fill_default_options_for_canonicalization() argument 2646 fill_default_options(Options * options) fill_default_options() argument [all...] |
H A D | servconf.c | 72 initialize_server_options(ServerOptions *options) in initialize_server_options() argument 247 servconf_add_hostkey(const char * file,const int line,ServerOptions * options,const char * path,int userprovided) servconf_add_hostkey() argument 259 servconf_add_hostcert(const char * file,const int line,ServerOptions * options,const char * path) servconf_add_hostcert() argument 269 fill_default_server_options(ServerOptions * options) fill_default_server_options() argument 756 add_listen_addr(ServerOptions * options,const char * addr,const char * rdomain,int port) add_listen_addr() argument 772 add_one_listen_addr(ServerOptions * options,const char * addr,const char * rdomain,int port) add_one_listen_addr() argument 851 queue_listen_addr(ServerOptions * options,const char * addr,const char * rdomain,int port) queue_listen_addr() argument 870 process_queued_listen_addrs(ServerOptions * options) process_queued_listen_addrs() argument 1192 process_server_config_line_depth(ServerOptions * options,char * line,const char * filename,int linenum,int * activep,struct connection_info * connectinfo,int * inc_flags,int depth,struct include_list * includes) process_server_config_line_depth() argument 2612 process_server_config_line(ServerOptions * options,char * line,const char * filename,int linenum,int * activep,struct connection_info * connectinfo,struct include_list * includes) process_server_config_line() argument 2662 parse_server_match_config(ServerOptions * options,struct include_list * includes,struct connection_info * connectinfo) parse_server_match_config() argument 2862 parse_server_config_depth(ServerOptions * options,const char * filename,struct sshbuf * conf,struct include_list * includes,struct connection_info * connectinfo,int flags,int * activep,int depth) parse_server_config_depth() argument 2891 parse_server_config(ServerOptions * options,const char * filename,struct sshbuf * conf,struct include_list * includes,struct connection_info * connectinfo,int reexec) parse_server_config() argument [all...] |
/openbsd-src/gnu/llvm/clang/tools/scan-view/bin/ |
H A D | scan-view | 42 def start_browser(port, options): argument 66 def run(port, options, root): argument
|
/openbsd-src/gnu/usr.bin/cvs/src/ |
H A D | rcscmds.c | 236 RCS_merge(rcs, path, workfile, options, rev1, rev2) in RCS_merge() argument 379 RCS_exec_rcsdiff (rcsfile, opts, options, rev1, rev2, label1, label2, workfile) in RCS_exec_rcsdiff() argument 527 diff_exec (file1, file2, label1, label2, options, out) in diff_exec() argument 586 diff_execv (file1, file2, label1, label2, options, out) in diff_execv() argument
|