Searched refs:command (Results 51 - 75 of 674) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp37 void CommandObjectIterateOverThreads::DoExecute(Args &command, argument
42 if (command.GetArgumentCount() == 0) {
47 } else if (command.GetArgumentCount() == 1) {
48 all_threads = ::strcmp(command.GetArgumentAtIndex(0), "all") == 0;
49 m_unique_stacks = ::strcmp(command.GetArgumentAtIndex(0), "unique") == 0;
63 const size_t num_args = command.GetArgumentCount();
71 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) {
73 command.GetArgumentAtIndex(i));
82 command.GetArgumentAtIndex(i));
169 void CommandObjectMultipleThreads::DoExecute(Args &command, argument
[all...]
H A DCommandObjectScript.cpp68 void CommandObjectScript::DoExecute(llvm::StringRef command, argument
70 // Try parsing the language option but when the command contains a raw part
72 OptionsWithRaw raw_args(command);
76 command = raw_args.GetRawPart();
102 if (command.empty()) {
109 if (script_interpreter->ExecuteOneLine(command, &result))
H A DCommandObjectQuit.cpp65 void CommandObjectQuit::DoExecute(Args &command, CommandReturnObject &result) { argument
78 if (command.GetArgumentCount() > 1) {
85 if (command.GetArgumentCount() == 1) {
86 llvm::StringRef arg = command.GetArgumentAtIndex(0);
97 " for the quit command.");
H A DCommandObjectPlugin.cpp47 void DoExecute(Args &command, CommandReturnObject &result) override {
48 size_t argc = command.GetArgumentCount();
57 FileSpec dylib_fspec(command[0].ref());
/freebsd-current/contrib/bmake/unit-tests/
H A Dcmdline-undefined.mk3 # Tests for undefined variables in expressions in the command line.
6 # When the command line is parsed, variable assignments using the
29 # expect+2: From the command line: Undefined is .
30 # expect+1: From the command line: Undefined is .
31 .info From the command line: ${CMDLINE}
41 # expect+2: From the command line: Undefined is now defined.
42 # expect+1: From the command line: Undefined is now defined.
43 .info From the command line: ${CMDLINE}
H A Dvarmod-shell.mk3 # Tests for the ':!cmd!' variable modifier, which runs the shell command
11 # The command to be run is enclosed between exclamation marks.
18 # If the command exits with non-zero, an error message is printed.
23 # command that was executed.
32 .MAKEFLAGS: -dv # to see the actual command
H A Ddeptgt.exp2 make: "deptgt.mk" line 30: Unassociated shell command ": command3 # parse error, since targets == NULL"
5 Parsing line 37: : command for empty targets list
8 Parsing line 39: : command for empty targets list
H A Dopt-debug.mk3 # Tests for the -d command line option, which controls debug logging.
H A Dcmdline-undefined.exp2 make: "cmdline-undefined.mk" line 31: From the command line: Undefined is .
5 make: "cmdline-undefined.mk" line 43: From the command line: Undefined is now defined.
10 make: "cmdline-undefined.mk" line 31: From the command line: Undefined is .
13 make: "cmdline-undefined.mk" line 43: From the command line: Undefined is now defined.
H A Dsh-leading-hyphen.exp4 unknown-command 'needed for needshell in compat.c'
5 unknown-command: not found
H A Dopt-x-reduce-exported.mk3 # Tests for the -X command line option, which prevents variables passed on the
4 # command line from being exported to the environment of child commands.
H A Dshell-csh.mk14 # In parallel mode, the shell->noPrint command is filtered from
23 # This command is both printed and executed.
26 # This command is only executed.
29 # This command is both printed and executed.
32 # This command is both printed and executed.
35 # In the C shell, "unset verbose" is set as the noPrint command.
H A Dopt-debug-errors-jobs.mk3 # Tests for the -de command line option, which adds debug logging for
25 # space before the command is actually run.
40 # to determine the actual command from the unexpanded command alone. To help
42 # expanded command as well whenever it differs from the unexpanded command.
H A Dvarmod-assign-shell.mk4 # command to the variable, but only if the command exited successfully. This
6 # command (variable assignment operator '!=', expression modifier ':sh',
8 # command fails or crashes.
15 # error message instead of the command that was executed. That's where the
31 .MAKEFLAGS: -dv # to see the actual command
/freebsd-current/contrib/tcpdump/
H A Dprint-ipx.c156 int command, i; local
158 command = GET_BE_U_2(ipx);
163 switch (command) {
166 if (command == 1)
176 if (command == 2)
218 ND_PRINT("ipx-sap-?%x", command);
230 int command, i; local
232 command = GET_BE_U_2(ipx);
237 switch (command) {
260 ND_PRINT("ipx-rip-?%x", command);
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y116 static cmd_line_t command;
237 if (command.returns[0].return_index == -1)
243 vars[command.returns[0].return_index].name,
244 returns_enum_names[command.returns[1].return_type]);
247 if (((command.returns[1].return_type == ret_byte) &&
248 (vars[command.returns[0].return_index].type != ret_byte)) ||
249 vars[command.returns[0].return_index].type != ret_string)
252 vars[command.returns[0].return_index].type],
253 vars[command.returns[0].return_index].type,
254 returns_enum_names[command
[all...]
/freebsd-current/sys/ddb/
H A Ddb_script.c163 char *buffer, *command; local
173 while ((command = strsep(&buffer, ";")) != NULL) {
174 if (strlen(command) >= DB_MAXLINE)
223 * Trim leading/trailing white space in a command so that we don't pass
224 * carriage returns, etc, into DDB command parser.
245 char *command; local
247 command = *commandp;
248 while (db_command_trimmable(*command))
249 command++;
250 while ((strlen(command) >
272 char *buffer, *command; local
[all...]
/freebsd-current/contrib/kyua/cli/
H A Dcmd_help.cpp105 F("%s [general_options] command [command_options] [args]") %
125 const cli::cli_command* command = commands->find(*i2); local
127 row.push_back(command->name());
128 row.push_back(F("%s.") % command->short_description());
166 /// \param command Pointer to the command to describe.
170 const cli::cli_command* command)
176 cmdline::progname() % command->name() %
177 (command->options().empty() ? "" : " [command_options]") %
178 (command
168 subcommand_help(cmdline::ui* ui, const utils::cmdline::options_vector* general_options, const cli::cli_command* command) argument
241 const cli::cli_command* command = _commands->find(cmdname); local
[all...]
/freebsd-current/contrib/ofed/libibverbs/
H A Dibverbs.h70 (cmd)->command = IB_USER_VERBS_CMD_##opcode; \
72 (cmd)->command = IB_USER_VERBS_CMD_##opcode##_V2; \
80 (cmd)->command = IB_USER_VERBS_CMD_##opcode; \
82 (cmd)->command = IB_USER_VERBS_CMD_##opcode##_V2; \
93 (cmd)->hdr.command = IB_USER_VERBS_CMD_##opcode; \
95 (cmd)->hdr.command = \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp72 // Put the string command line argument in the object so that it outlives
161 char command[32]; local
162 internal_snprintf(command, sizeof(command), "0x%zx\n", addr);
163 const char *buf = process_->SendCommand(command);
194 char command[32]; local
195 internal_snprintf(command, sizeof(command), "0x%zx\n", addr);
196 const char *buf = process_->SendCommand(command);
/freebsd-current/sys/arm64/intel/
H A Dstratix10-svc.h37 int command; member in struct:s10_svc_msg
/freebsd-current/usr.sbin/pmccontrol/
H A Dpmccontrol.c347 int error, command, currentcpu, option, pmc; local
358 command = PMCC_PRINT_USAGE;
366 if (command != PMCC_PRINT_USAGE) {
370 command = PMCC_PRINT_EVENTS;
374 if (command != PMCC_PRINT_USAGE &&
375 command != PMCC_ENABLE_DISABLE) {
379 command = PMCC_ENABLE_DISABLE;
394 if (command != PMCC_PRINT_USAGE &&
395 command != PMCC_ENABLE_DISABLE) {
399 command
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_cliargs.ksh31 function log_must_follow # <command>
33 typeset command="$1"
35 log_must eval "$command > /dev/null &"
40 log_fail "'$command' exited early."
42 log_note "'$command' works successfully."
/freebsd-current/contrib/tcsh/
H A Dtw.help.c50 do_help(const Char *command) argument
55 while (*command == ' ' || *command == '\t')
56 command++;
59 name = Strsave(command);
169 /* these next two are stolen from CMU's man(1) command for looking down
/freebsd-current/tools/tools/termcap/
H A Dtermcap.pl51 my $command = $ARGV[0];
116 if ($command eq "-c") {
129 if ($command eq "-l") {
136 if ($command eq "-p") {
144 if ($command eq "-r") {

Completed in 366 milliseconds

1234567891011>>