Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 1877) sorted by relevance

12345678910>>...76

/openbsd/bin/csh/
H A Dextern.h71 void Dfix(struct command *);
112 void doend(Char **, struct command *);
118 void doif(Char **, struct command *);
133 void dozip(Char **, struct command *);
136 isbfunc(struct command *);
210 void freesyn(struct command *);
211 struct command *
217 void dobg(Char **, struct command *);
219 void dofg(Char **, struct command *);
226 void palloc(int, struct command *);
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.gdb/
H A Dselftest.exp52 set command "step"
56 set command "step"
60 set command "step"
64 set command "step"
68 set command "step"
72 set command "step"
76 set command "step"
80 set command "step"
84 set command "step"
88 set command "step"
[all …]
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dlang.c888 command); in cm_accent_generic()
953 if ((*command == 'L' || *command == 'l' in cm_special_char()
954 || *command == 'O' || *command == 'o') in cm_special_char()
955 && command[1] == 0) in cm_special_char()
958 if (command[0] == 'O') in cm_special_char()
960 else if (command[0] == 'o') in cm_special_char()
979 else if (strcmp (command, "AE") == 0) in cm_special_char()
981 else if (strcmp (command, "ae") == 0) in cm_special_char()
983 else if (strcmp (command, "OE") == 0) in cm_special_char()
985 else if (strcmp (command, "oe") == 0) in cm_special_char()
[all …]
/openbsd/gnu/llvm/lldb/source/Utility/
H A DArgs.cpp100 command = command.substr(regular); in ParseSingleArgument()
106 command = command.drop_front(); in ParseSingleArgument()
120 command = command.drop_front(); in ParseSingleArgument()
140 command = ParseDoubleQuotes(command, arg); in ParseSingleArgument()
146 command = command.substr(quoted); in ParseSingleArgument()
151 command = command.drop_front(); in ParseSingleArgument()
169 Args::Args(llvm::StringRef command) { SetCommandString(command); } in Args() argument
213 command.clear(); in GetCommandString()
252 command = ltrimForArgs(command); in SetCommandString()
256 std::tie(arg, quote, command) = ParseSingleArgument(command); in SetCommandString()
[all …]
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/intelpt/
H A Dintelpt_testcase.py89 command = "thread trace start"
91 command += " " + str(thread.GetIndexID())
93 command += " -s " + str(iptTraceSize)
95 command += " --tsc"
110 command = "process trace start"
114 command += " --tsc"
118 command += " --per-cpu-tracing"
133 command = "thread trace stop"
135 command += " " + str(thread.GetIndexID())
155 command = f"trace save {traceBundleDir}"
[all …]
/openbsd/gnu/llvm/llvm/utils/lit/lit/llvm/
H A Dsubst.py17 command = config.lit_config.params.get(self.name)
18 if command is None:
20 command = lit.util.which(self.name, dirs)
21 if not command:
25 command += ' -verify-machineinstrs'
26 return command
38 def __init__(self, key, command=None, pre=r'.-^/\<', post='-.', verbatim=False, argument
78 self.command = command if command is not None else FindTool(key)
111 if isinstance(self.command, FindTool):
112 command_str = self.command.resolve(config, search_dirs)
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/
H A DProcess.pm119 my @command = @{ delete $args->{command} || [] }
122 $self->{command} = [@command];
131 $setup->(@command);
155 @command
158 die "Could not execute (@command): $@" if $@;
166 die "Could not execute (@command): $@" if $@;
172 my $exec = shift @command;
174 my $command
176 open( $out, "$command|" )
177 or die "Could not execute ($command): $!";
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dmach-o.c662 bfd_mach_o_symtab_command *sym = &command->command.symtab;
962 bfd_mach_o_thread_command *cmd = &command->command.thread;
996 bfd_mach_o_dylinker_command *cmd = &command->command.dylinker;
1048 bfd_mach_o_dylib_command *cmd = &command->command.dylib;
1118 bfd_mach_o_thread_command *cmd = &command->command.thread;
1230 bfd_mach_o_symtab_command *seg = &command->command.symtab;
1255 bfd_mach_o_dysymtab_command *seg = &command->command.dysymtab;
1291 bfd_mach_o_symtab_command *seg = &command->command.symtab;
1356 bfd_mach_o_segment_command *seg = &command->command.segment;
1425 bfd_mach_o_segment_command *seg = &command->command.segment;
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dmach-o.c315 bfd_mach_o_thread_command *cmd = &command->command.thread; in bfd_mach_o_scan_write_thread()
374 bfd_mach_o_segment_command *seg = &command->command.segment; in bfd_mach_o_scan_write_segment()
433 bfd_mach_o_symtab_command *sym = &command->command.symtab; in bfd_mach_o_scan_write_symtab_symbols()
473 bfd_mach_o_symtab_command *seg = &command->command.symtab; in bfd_mach_o_scan_write_symtab()
938 bfd_mach_o_dylinker_command *cmd = &command->command.dylinker; in bfd_mach_o_scan_read_dylinker()
988 bfd_mach_o_dylib_command *cmd = &command->command.dylib; in bfd_mach_o_scan_read_dylib()
1055 bfd_mach_o_thread_command *cmd = &command->command.thread; in bfd_mach_o_scan_read_thread()
1163 bfd_mach_o_dysymtab_command *seg = &command->command.dysymtab; in bfd_mach_o_scan_read_dysymtab()
1197 bfd_mach_o_symtab_command *seg = &command->command.symtab; in bfd_mach_o_scan_read_symtab()
1260 bfd_mach_o_segment_command *seg = &command->command.segment; in bfd_mach_o_scan_read_segment()
[all …]
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp37 bool CommandObjectIterateOverThreads::DoExecute(Args &command, in DoExecute() argument
42 if (command.GetArgumentCount() == 0) { in DoExecute()
47 } else if (command.GetArgumentCount() == 1) { in DoExecute()
48 all_threads = ::strcmp(command.GetArgumentAtIndex(0), "all") == 0; in DoExecute()
63 const size_t num_args = command.GetArgumentCount(); in DoExecute()
73 command.GetArgumentAtIndex(i)); in DoExecute()
82 command.GetArgumentAtIndex(i)); in DoExecute()
170 bool CommandObjectMultipleThreads::DoExecute(Args &command, in DoExecute() argument
175 const size_t num_args = command.GetArgumentCount(); in DoExecute()
193 command.GetArgumentAtIndex(i)); in DoExecute()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DPlainText.pm158 sub command { subroutine
160 my $command = shift;
161 return if $command eq 'pod';
166 $self->output($_) if($command eq 'back');
168 $command = 'cmd_' . $command;
169 return $self->$command (@_);
252 my $command = shift;
254 return '' if ($command eq 'X' || $command eq 'Z');
257 if ($command eq 'E') {
268 if ($command eq 'S') {
[all …]
/openbsd/gnu/llvm/lldb/examples/customization/import-python/
H A DREADME5 Python module which provides implementation for the 'import' command.
12 The import command defined by importcmd.py can be used in LLDB to load a Python
14 The command works by extending Python's sys.path lookup to include the path to
16 ordinary 'import' mechanism. In this respect, modules imported from LLDB command
18 The following terminal output shows an interaction with lldb using this new command.
22 (lldb) command script add import -f importcmd.pyimport_cmd
30 command, can be included in the .lldbinit file to make this feature available at
33 WARNING: The import command defined by importcmd.py is now obsolete
35 (lldb) command script import ../demo.py
40 using the native "command script import" command, which offers a superset of what the import comman…
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DFTP.pm241 $ftp->command(uc $cmd, @_);
249 $ftp->command("SITE", @_);
520 $ftp->command(pack("C", TELNET_DM) . "ABOR");
1148 $ftp->command($cmd, @_);
1177 $ftp->command($cmd, @_);
1210 sub command { subroutine
1214 $ftp->SUPER::command(@_);
1332 sub cmd { shift->command(@_)->response() }
1373 sub _PASS { shift->command("PASS", @_)->response() }
1380 my $ok = $ftp->command("USER", @_)->response();
[all …]
H A DNNTP.pm213 && $nntp->command($user, $pass)->response == CMD_OK;
714 sub _AUTHINFO { shift->command('AUTHINFO', @_)->response }
716 sub _DATE { shift->command('DATE')->response == CMD_INFO }
718 sub _HEAD { shift->command('HEAD', @_)->response == CMD_OK }
721 sub _LAST { shift->command('LAST')->response == CMD_OK }
722 sub _LIST { shift->command('LIST', @_)->response == CMD_OK }
726 sub _NEXT { shift->command('NEXT')->response == CMD_OK }
728 sub _QUIT { shift->command('QUIT', @_)->response == CMD_OK }
731 sub _STAT { shift->command('STAT', @_)->response == CMD_OK }
732 sub _MODE { shift->command('MODE', @_)->response == CMD_OK }
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/
H A DExecutable.pm107 my @command;
109 @command = @{ $source->raw->{exec} || [] };
112 @command = File::Spec->rel2abs( ${ $source->raw } )
116 @command = @{ $source->raw };
119 $class->_croak('No command found in $source->raw!') unless @command;
124 push @command, @{ $source->test_args || [] };
127 { command => \@command,
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td50 "empty paragraph passed to '%select{\\|@}0%1' command">,
54 "duplicated command '%select{\\|@}0%1'">,
58 "previous command '%select{\\|@}0%1' here">;
63 // \param command
81 "command should be used in a comment attached to "
88 "command should not be used in a comment attached to a "
112 // tparam command
133 // \returns command
146 // \deprecated command
169 "unknown command tag name">,
[all …]
/openbsd/gnu/usr.bin/perl/pod/
H A Dperldebug.pod108 =item h [command]
386 command.
395 command.
500 =item < [ command ]
511 =item << command
522 =item > command
535 =item >> command
547 =item { [ command ]
562 =item {{ command
571 Redo a previous command (defaults to the previous command).
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dkod-cisco.c111 char buffer[PBUFSIZ], command[PBUFSIZ]; in cisco_kod_request() local
139 strcpy (command, "aL"); in cisco_kod_request()
142 strcat (command, ","); in cisco_kod_request()
143 strcat (command, prev_id); in cisco_kod_request()
145 strcat (command, ";"); in cisco_kod_request()
150 (*gdb_kod_query) (command, buffer, &bufsiz); in cisco_kod_request()
153 if (! strncmp (&command[3], "a500005a", 8)) in cisco_kod_request()
258 strcpy (command, "aI,"); in cisco_kod_request()
259 strcat (command, sync_ids[i]); in cisco_kod_request()
260 strcat (command, ";"); in cisco_kod_request()
[all …]
/openbsd/sys/arch/macppc/dev/
H A Dpm_direct.c347 switch (pmdata->command) { in pmgrop()
364 pmdata->command = 0; in pmgrop()
525 pmdata.command = 0x20; in pm_adb_op()
572 packet.data[1] = command; in pm_adb_op()
578 packet.cmd = command; in pm_adb_op()
595 adbWaitingCmd = command; in pm_adb_op()
719 p.command = PMU_RESET_CPU; in pm_adb_restart()
732 p.command = PMU_POWER_OFF; in pm_adb_poweroff()
746 p.command = PMU_READ_RTC; in pm_read_date_time()
762 p.command = PMU_SET_RTC; in pm_set_date_time()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c450 if (command == NULL) in while_command()
454 free_command_lines (&command); in while_command()
468 if (command == NULL) in if_command()
472 free_command_lines (&command); in if_command()
659 n = command->body_count; in realloc_body_list()
670 xfree (command->body_list); in realloc_body_list()
749 (*command)->next = NULL; in read_next_line()
750 (*command)->line = NULL; in read_next_line()
759 (*command)->next = NULL; in read_next_line()
760 (*command)->line = NULL; in read_next_line()
[all …]
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A Drun.c559 if (! command) in build_command()
562 return command; in build_command()
565 p = command; in build_command()
584 if (p > command) in build_command()
587 return command; in build_command()
604 char *command; in piped_child() local
608 if (! command) in piped_child()
618 free (command); in piped_child()
650 char *command; local
668 free (command);
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp99 if (command == KDP_RESUMECPUS) in SendRequestAndGetReply()
342 const CommandType command = KDP_CONNECT; in SendRequestConnect() local
369 const CommandType command = KDP_REATTACH; in SendRequestReattach() local
403 const CommandType command = KDP_VERSION; in SendRequestVersion() local
489 const CommandType command = KDP_HOSTINFO; in SendRequestHostInfo() local
647 switch (command) { in GetCommandAsCString()
742 switch (command) { in DumpPacket()
893 switch (command) { in DumpPacket()
1173 const CommandType command = KDP_READREGS; in SendRequestReadRegisters() local
1255 const CommandType command = in SendRequestBreakpoint() local
[all …]
/openbsd/usr.sbin/tcpdump/
H A Dprint-ipx.c121 int command, i; in ipx_sap_print() local
124 command = EXTRACT_16BITS(ipx); in ipx_sap_print()
128 switch (command) { in ipx_sap_print()
131 if (command == 1) in ipx_sap_print()
146 if (command == 2) in ipx_sap_print()
162 printf("ipx-sap-?%x", command); in ipx_sap_print()
173 int command, i; in ipx_rip_print() local
176 command = EXTRACT_16BITS(ipx); in ipx_rip_print()
180 switch (command) { in ipx_rip_print()
201 printf("ipx-rip-?%x", command); in ipx_rip_print()
/openbsd/regress/lib/libc/popen/
H A Dpopen.c50 char *buffer, command[PATH_MAX]; in main() local
60 (void)snprintf(command, sizeof(command), "%s >%s", in main()
62 if ((pipe = popen(command, "w")) == NULL) in main()
71 (void)snprintf(command, sizeof(command), "%s %s", in main()
73 if ((pipe = popen(command, "r")) == NULL) in main()
/openbsd/gnu/llvm/libcxx/utils/ci/
H A Dbuildkite-pipeline.yml35 command: "libcxx/utils/ci/run-buildbot check-format"
71 command: "libcxx/utils/ci/run-buildbot documentation"
94 command: "libcxx/utils/ci/run-buildbot generic-gcc"
111 command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
146 command: "libcxx/utils/ci/run-buildbot generic-cxx11"
644 command: "libcxx/utils/ci/run-buildbot benchmarks"
851 command: "libcxx/utils/ci/run-buildbot aarch64"
879 command: "libcxx/utils/ci/run-buildbot armv8"
907 command: "libcxx/utils/ci/run-buildbot armv7"
937 command: "libcxx/utils/ci/run-buildbot aix"
[all …]

12345678910>>...76