Searched refs:command (Results 1 - 25 of 1305) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/make/unit-tests/
H A Ddep-double-colon.exp0 command 1a
2 command 1b
3 command 2a
4 command 2b
H A Dsh-leading-plus.exp1 echo 'this command is not run'
2 echo 'this command is run'
3 this command is run
H A Dposix.exp1 Posix says we should execute the command as if run by system(3)
5 a command
6 a command prefixed by '+' executes even with -n
7 another command
9 echo a command
10 echo "a command prefixed by '+' executes even with -n"
11 a command prefixed by '+' executes even with -n
12 echo another command
14 { echo a command
16 echo "a command prefixe
[all...]
H A Dopt-no-action.exp0 command during parsing
2 echo '.BEGIN: hidden command'
5 echo 'main: hidden command'
8 run-always: hidden command
10 echo '.END: hidden command'
H A Ddeptgt-silent.exp1 echo 'This is a loud command.'
2 This is a loud command.
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddebug_process.c54 const char *command; local
59 command = mail_conf_lookup_eval(VAR_DEBUG_COMMAND);
60 if (command == 0 || *command == 0)
62 msg_info("running: %s", command);
63 system(command);
/netbsd-current/sys/arch/mac68k/dev/
H A Dpm_direct.h38 /* data structure of the command of the Power Manager */
40 short command; /* command of the Power Manager */ member in struct:__anon8704
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-cmd-error.exp18 # - a failing synchronous execution command, or,
19 # - a failing non-execution command, or,
20 # - a non-failing command,
35 # A synchronous execution execution command that errors out.
40 "failing sync execution command"
43 # A non-execution command that errors out.
46 mi_gdb_test "-invalid-command" \
47 {\^error,msg=\"Undefined MI command: invalid-command\",code=\"undefined-command\"} \
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-cmd-error.exp18 # - a failing synchronous execution command, or,
19 # - a failing non-execution command, or,
20 # - a non-failing command,
35 # A synchronous execution execution command that errors out.
40 "failing sync execution command"
43 # A non-execution command that errors out.
46 mi_gdb_test "-invalid-command" \
47 {\^error,msg=\"Undefined MI command: invalid-command\",code=\"undefined-command\"} \
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dset-inferior-tty.exp24 proc test_set_inferior_tty { command } {
29 gdb_test_no_output "$command hello" "set inferior-tty to hello"
34 gdb_test_no_output "$command" "set inferior-tty to empty"
40 foreach_with_prefix command {"set inferior-tty" "tty"} {
41 test_set_inferior_tty $command
H A Dsepsymtab.exp36 set command "info sym main"
37 set command_regex [string_to_regexp $command]
38 gdb_test_multiple "$command" "$command" {
40 pass "$command"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dset-inferior-tty.exp24 proc test_set_inferior_tty { command } {
29 gdb_test_no_output "$command hello" "set inferior-tty to hello"
34 gdb_test_no_output "$command" "set inferior-tty to empty"
40 foreach_with_prefix command {"set inferior-tty" "tty"} {
41 test_set_inferior_tty $command
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dstart.pl200 my ( $server, $command, $pid_file ) = @_;
205 my $child = `$command`;
214 print "I:$test:Couldn't start server $command (pid=$child)\n";
231 my $command;
234 $command = "taskset $taskset $NAMED ";
237 $command = "rr record --chaos $NAMED ";
239 $command = "$NAMED ";
245 $command .= $options;
257 $command .= $line;
262 $command
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dlastwords12 # USAGE: lastwords command
53 USAGE: lastwords command
64 command=$1
66 print "Tracing... Waiting for $command to exit..."
90 ' "$command"
H A Dsh_wasted.d54 sh$target:::command-entry
56 self->command = timestamp;
59 sh$target:::command-return
61 this->elapsed = timestamp - self->command;
66 sh$target:::command-return
67 /self->command && !isbuiltin[this->cmd]/
70 self->command = 0;
73 sh$target:::command-return
74 /self->command/
78 self->command
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Proc/
H A Dlastwords12 # USAGE: lastwords command
53 USAGE: lastwords command
64 command=$1
66 print "Tracing... Waiting for $command to exit..."
90 ' "$command"
/netbsd-current/bin/csh/
H A Dextern.h43 void dosource(Char **, struct command *);
69 void dodirs(Char **, struct command *);
73 void dochngd(Char **, struct command *);
75 void dopushd(Char **, struct command *);
76 void dopopd(Char **, struct command *);
83 void Dfix(struct command *);
96 __dead void doexec(Char **, struct command *);
97 void dohash(Char **, struct command *);
98 void dounhash(Char **, struct command *);
99 void dowhich(Char **, struct command *);
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Shell/
H A Dsh_wasted.d54 sh$target:::command-entry
56 self->command = timestamp;
59 sh$target:::command-return
61 this->elapsed = timestamp - self->command;
66 sh$target:::command-return
67 /self->command && !isbuiltin[this->cmd]/
70 self->command = 0;
73 sh$target:::command-return
74 /self->command/
78 self->command
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dexec_command.c7 /* execute command
11 /* NORETURN exec_command(command)
12 /* const char *command;
16 /* the overhead of running a command shell interpreter.
51 /* exec_command - exec command */
53 NORETURN exec_command(const char *command) argument
66 * See if this command contains any shell magic characters.
68 if (command[strspn(command, ok_chars)] == 0
69 && command[strsp
[all...]
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dcontrol.c65 command_compare(const char *str, const char *command) { argument
66 return (strcasecmp(str, command) == 0);
70 * This function is called to process the incoming command
78 char *command = NULL; local
115 result = getcommand(lex, &command);
121 * Compare the 'command' parameter against all known control commands.
123 if ((command_compare(command, NAMED_COMMAND_NULL) &&
125 command_compare(command, NAMED_COMMAND_STATUS))
137 if (readonly && !command_compare(command, NAMED_COMMAND_NTA) &&
138 !command_compare(command, NAMED_COMMAND_NUL
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dsignal-delivered-right-thread.exp31 proc test { command } {
34 with_test_prefix "$command" {
54 if { $command == "continue" } {
56 } elseif { $command == "signal 0" } {
83 foreach command {"continue" "signal 0"} {
84 test $command
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dsignal-delivered-right-thread.exp31 proc test { command } {
34 with_test_prefix "$command" {
53 if { $command == "continue" } {
55 } elseif { $command == "signal 0" } {
82 foreach command {"continue" "signal 0"} {
83 test $command
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dmissing-proxy-read-maps6 # First, get the proxy_read_maps default value from postconf command
10 $command = "bin/postconf -dh proxy_read_maps | tr ' ' '\12'";
11 open(PROXY_READ_MAPS, "$command|")
12 || die "can't execute $command: !$\n";
18 close(PROXY_READ_MAPS) || die "close $command: $!\n";
42 # the full parameter name list from postconf command output. Abort
45 $command = "bin/postconf -H";
46 open(ALL_PARAM_NAMES, "$command|")
47 || die "can't execute $command: !$\n";
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dreducer.pl7 die "$prog <code file> <error string> [optional command]\n" if ($#ARGV < 0);
25 my $command;
26 if (scalar(@ARGV) > 0) { $command = \@ARGV; }
29 $command = [$compiler, "-fsyntax-only", "-Wfatal-errors", "-Wno-deprecated-declarations", "-Wimplicit-function-declaration"];
31 push @$command, $srcFile;
32 my $commandStr = "@$command";
41 my \$command = "$commandStr > $reduceOut 2>&1";
42 system(\$command);
/netbsd-current/external/bsd/nvi/dist/perl_scripts/
H A Dtk.pl10 -command => sub {exit;},

Completed in 202 milliseconds

1234567891011>>