HomeSort by: relevance | last modified time | path
    Searched refs:command (Results 1 - 25 of 1291) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
dep-double-colon.exp 0 command 1a
2 command 1b
3 command 2a
4 command 2b
sh-leading-plus.exp 1 echo 'this command is not run'
2 echo 'this command is run'
3 this command is run
opt-no-action.exp 0 command during parsing
2 echo '.BEGIN: hidden command'
5 echo 'main: hidden command'
8 run-always: hidden command
10 echo '.END: hidden command'
deptgt-silent.exp 1 echo 'This is a loud command.'
2 This is a loud command.
deptgt-default.exp 1 Default command is making 'not-a-target' from 'not-a-target'.
  /src/external/ibm-public/postfix/dist/src/global/
debug_process.c 54 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);
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/
gss-commands.in 35 command = {
40 command = {
54 command = {
57 argument = "[command]"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-cmd-error.exp 18 # - a failing synchronous execution command, or,
19 # - a failing non-execution command, or,
20 # - a non-failing command,
32 # A synchronous execution execution command that errors out.
37 "failing sync execution command"
40 # A non-execution command that errors out.
43 mi_gdb_test "-invalid-command" \
44 {\^error,msg=\"Undefined MI command: invalid-command\",code=\"undefined-command\"} \
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-cmd-error.exp 18 # - a failing synchronous execution command, or,
19 # - a failing non-execution command, or,
20 # - a non-failing command,
32 # A synchronous execution execution command that errors out.
37 "failing sync execution command"
40 # A non-execution command that errors out.
43 mi_gdb_test "-invalid-command" \
44 {\^error,msg=\"Undefined MI command: invalid-command\",code=\"undefined-command\"} \
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
set-inferior-tty.exp 24 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
sepsymtab.exp 36 set command "info sym main"
37 set command_regex [string_to_regexp $command]
38 gdb_test_multiple "$command" "$command" {
40 pass "$command"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
set-inferior-tty.exp 24 proc test_set_inferior_tty { command } {
30 gdb_test_no_output "$command hello" "set inferior-tty to hello"
35 gdb_test_no_output "$command" "set inferior-tty to empty"
41 foreach_with_prefix command {"set inferior-tty" "tty"} {
42 test_set_inferior_tty $command
sepsymtab.exp 37 set command "info sym main"
38 set command_regex [string_to_regexp $command]
39 gdb_test_multiple "$command" "$command" {
41 pass "$command"
  /src/external/cddl/dtracetoolkit/dist/Bin/
lastwords 12 # USAGE: lastwords command
53 USAGE: lastwords command
64 command=$1
66 print "Tracing... Waiting for $command to exit..."
90 ' "$command"
sh_wasted.d 54 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 = 0
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Proc/
lastwords 12 # USAGE: lastwords command
53 USAGE: lastwords command
64 command=$1
66 print "Tracing... Waiting for $command to exit..."
90 ' "$command"
  /src/bin/csh/
extern.h 43 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...]
  /src/external/mpl/bind/dist/bin/named/
control.c 63 command_compare(const char *str, const char *command) {
64 return strcasecmp(str, command) == 0;
68 * This function is called to process the incoming command
76 char *command = NULL; local
110 result = getcommand(lex, &command);
116 * Compare the 'command' parameter against all known control commands.
118 if ((command_compare(command, NAMED_COMMAND_NULL) &&
120 command_compare(command, NAMED_COMMAND_STATUS))
132 if (readonly && !command_compare(command, NAMED_COMMAND_NTA) &&
133 !command_compare(command, NAMED_COMMAND_NULL) &
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Shell/
sh_wasted.d 54 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 = 0
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
exec_command.c 7 /* 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)
66 * See if this command contains any shell magic characters.
68 if (command[strspn(command, ok_chars)] == 0
69 && command[strspn(command, SPACE_TAB)] != 0)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
signal-delivered-right-thread.exp 25 # Run test proper. COMMAND indicates whether to resume the inferior
28 proc test { command } {
31 with_test_prefix "$command" {
50 if { $command == "continue" } {
52 } elseif { $command == "signal 0" } {
79 foreach command {"continue" "signal 0"} {
80 test $command
  /src/external/ibm-public/postfix/dist/mantools/
missing-proxy-read-maps 6 # 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";
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
signal-delivered-right-thread.exp 25 # Run test proper. COMMAND indicates whether to resume the inferior
28 proc test { command } {
31 with_test_prefix "$command" {
50 if { $command == "continue" } {
52 } elseif { $command == "signal 0" } {
79 foreach command {"continue" "signal 0"} {
80 test $command
  /src/external/bsd/nsd/dist/
popen3.h 2 * popen3.h -- execute a command and connect stdin, stdout and stderr
16 * Execute a command and connect stdin, stdout and stderr of the process to
22 pid_t popen3(char *const *command,
  /src/crypto/external/bsd/heimdal/dist/kadmin/
kadmin-commands.in 35 command = {
71 command = {
91 command = {
112 command = {
119 command = {
126 command = {
212 command = {
248 command = {
257 command = {
263 command =
    [all...]

Completed in 77 milliseconds

1 2 3 4 5 6 7 8 91011>>