/src/sys/external/bsd/acpica/dist/debugger/ |
dbhistry.c | 3 * Module Name: dbhistry - debugger HISTORY command 168 char *Command; 184 * PARAMETERS: CommandLine - Command to add 188 * DESCRIPTION: Add a command line to the history buffer. 199 /* Put command into the next available slot */ 207 if (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command != NULL) 210 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command); 215 Command); 216 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command = 222 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command [all...] |
dbinput.c | 176 const char *Command, 181 char *Command); 185 const char *Command, 356 * of help to output for the command. 405 {1, " Help [Command]", "This help screen or individual command\n"}, 406 {1, " History", "Display command history buffer\n"}, 410 {1, " Quit or Exit", "Exit this command\n"}, 423 {1, " ! <CommandNumber>", "Execute command from history buffer\n"}, 424 {1, " !!", "Execute last command again\n"} [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
FuzzerUtilLinux.cpp | 20 int ExecuteCommand(const Command &Cmd) {
|
FuzzerCommand.h | 9 // FuzzerCommand represents a command to run in a subprocess. It allows callers 10 // to manage command line arguments and output and error streams. 26 class Command final { 28 // This command line flag is used to indicate that the remaining command line 35 Command() : CombinedOutAndErr(false) {} 37 explicit Command(const Vector<std::string> &ArgsToAdd) 40 explicit Command(const Command &Other) 44 Command &operator=(const Command &Other) [all...] |
FuzzerUtilWindows.cpp | 151 FILE *OpenProcessPipe(const char *Command, const char *Mode) { 152 return _popen(Command, Mode); 155 int ExecuteCommand(const Command &Cmd) { 184 if (ExecuteCommand(Command(command_vector)) == 0)
|
FuzzerUtil.h | 58 int ExecuteCommand(const Command &Cmd); 60 FILE *OpenProcessPipe(const char *Command, const char *Mode);
|
FuzzerUtilPosix.cpp | 133 FILE *OpenProcessPipe(const char *Command, const char *Mode) { 134 return popen(Command, Mode);
|
FuzzerUtilDarwin.cpp | 41 int ExecuteCommand(const Command &Cmd) {
|
/src/usr.bin/make/unit-tests/ |
varmod-shell.exp | 1 make: varmod-shell.mk:25: warning: Command "echo word; (exit 13)" exited with status 13 2 make: varmod-shell.mk:29: warning: Command "echo word; (exit 13)" exited with status 13 7 Capturing the output of command "echo word; (exit 13)" 8 make: varmod-shell.mk:36: warning: Command "echo word; (exit 13)" exited with status 13
|
var-op-shell.exp | 1 make: var-op-shell.mk:32: warning: Command "echo "failed"; (exit 13)" exited with status 13 2 make: var-op-shell.mk:39: warning: Command "exit 13" exited with status 13 4 /bin/no/such/command: not found 5 make: var-op-shell.mk:69: warning: Command "/bin/no/such/command" exited with status 127 7 Capturing the output of command "echo '$$$$'" 12 Capturing the output of command "echo xy"
|
varmod-sun-shell.mk | 3 # Tests for the :sh variable modifier, which runs the shell command 15 # If the command exits with non-zero, a warning is printed. 16 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13 23 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
|
varmod-assign-shell.exp | 1 make: varmod-assign-shell.mk:21: warning: Command "echo output; (exit 13)" exited with status 13 6 Capturing the output of command "echo output; (exit 13)" 7 make: varmod-assign-shell.mk:26: warning: Command "echo output; (exit 13)" exited with status 13
|
varmod-sun-shell.exp | 1 make: varmod-sun-shell.mk:17: warning: Command "echo word; (exit 13)" exited with status 13 7 Capturing the output of command "echo word; (exit 13)" 8 make: varmod-sun-shell.mk:24: warning: Command "echo word; (exit 13)" exited with status 13
|
varmod-shell.mk | 3 # 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. 24 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13 28 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13 35 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
|
varmod-assign-shell.mk | 4 # 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 20 # expect+1: warning: Command "echo output; (exit 13)" exited with status 13 25 # expect+1: warning: Command "echo output; (exit 13)" exited with status 13
|
opt-define.mk | 3 # Tests for the -D command line option, which defines global variables to the 14 # would not be possible if the variable had been specified on the command line 22 # "Internal" or in the "Command" scope instead, undefining it would have no
|
varname-dot-suffixes.mk | 97 # expect: Command: ignoring '.SUFFIXES = 1' as it is read-only 98 # expect: Command: ignoring '.SUFFIXES = 2' as it is read-only 99 # expect: Command: ignoring delete '.SUFFIXES' as it is not found
|
var-op-shell.mk | 6 # The variable OUTPUT gets the output from running the shell command. 12 # Since 2014-08-20, the output of the shell command may be empty. 26 # The output of a shell command that failed is processed nevertheless. 28 # '::!=', expression modifier ':!...!'), a failed command generates only a 31 # expect+1: warning: Command "echo "failed"; (exit 13)" exited with status 13 37 # A command with empty output may fail as well. 38 # expect+1: warning: Command "exit 13" exited with status 13 44 # In the output of the command, each newline is replaced with a space. 51 # A failing command in the middle results in the exit status 0, which in the 67 # A nonexistent command produces a non-zero exit status [all...] |
varmod-loop-delete.mk | 7 # an actual variable in the current evaluation scope (Command/Global/target), 27 # In the command that is associated with a target, the scope is the
|
vardebug.mk | 67 # accessed, it is initialized in the command line scope (during VarFind), 69 # expect: Command: ignoring '.SHELL = overwritten' as it is read-only
|
/src/sys/dev/ic/ |
ld_aac.c | 121 * Allocate a command control block and map the data transfer. 135 * Build the command. 150 fib->Header.Command = htole16(RawIo); 180 fib->Header.Command = htole16(ContainerCommand); 183 bw->Command = htole32(VM_CtBlockWrite); 194 br->Command = htole32(VM_CtBlockRead); 225 fib->Header.Command = htole16(ContainerCommand64); 228 bw->Command = htole32(VM_CtHostWrite64); 239 br->Command = htole32(VM_CtHostRead64); 276 * up to 30 seconds for the command to complete [all...] |
aacreg.h | 89 * We establish 4 command queues and matching response queues. Queues must 143 * AAC_MONKER_INITSTRUCT command to point it at our control structures. 162 u_int32_t MaxIoSize; /* largest I/O command */ 458 * Command status values 519 #define VM_DrvErrTblLog 21 /* drive error table/log type of command */ 542 u_int32_t Command; 555 * Container shutdown command. 558 u_int32_t Command; 563 * Container Config Command 567 u_int32_t Command; 1434 AAC_AifCommand command; \/* Tell host what type of member in struct:aac_aif_command [all...] |
/src/usr.bin/telnet/ |
commands.c | 113 const char *name; /* command name */ 115 int (*handler) /* routine which executes command */ 118 } Command; 168 static Command *getcmd(const char *); 192 /* save for shell command */ 302 * the "send" command. 313 int nbyte; /* Number of bytes to send this command */ 356 struct sendlist *s; /* pointer to current command */ 361 printf("need at least one argument for 'send' command\n"); 385 "Need %d argument%s to 'send %s' command. 'send %s ?' for help.\n" 2362 command(int top, const char *tbuf, int cnt) function in typeref:typename:void [all...] |
/src/sys/arch/amiga/dev/ |
msc.c | 624 ms->Command = (ms->Command & ~MSCCMD_CMask) | 826 ms->Command = (ms->Command & (~MSCCMD_RTSMask)) | MSCCMD_Break; 834 ms->Command = (ms->Command & (~MSCCMD_RTSMask)) | MSCCMD_RTSOn; 1160 ms->Command = (ms->Command & (~MSCCMD_RTSMask & ~MSCCMD_Enable)) | newcmd;
|
mscreg.h | 120 u_char Command; /* command byte - see MSCCMD */ 173 #define MSCCMD_CMask 0xf /* command mask */
|