HomeSort by: relevance | last modified time | path
    Searched refs:command (Results 1 - 25 of 567) 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'
varmod-hash.exp 3 in command "@echo ${12345:L:has} # modifier name too short"
9 in command "@echo ${12345:L:hasX} # misspelled"
13 in command "@echo ${12345:L:hashed} # modifier name too long"
cmd-errors-lint.exp 3 in command ": $@ ${UNCLOSED"
7 in command ": $@ ${UNCLOSED:"
11 in command ": $@ ${UNKNOWN:Z}"
cmd-errors.exp 3 in command ": $@-${UNCLOSED"
7 in command ": $@-${UNCLOSED:"
11 in command ": $@-${UNKNOWN:Z}-eol"
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'.
opt-backwards.mk 3 # Tests for the -B command line option.
opt-include-dir.mk 3 # Tests for the -I command line option.
opt-no-action.mk 3 # Tests for the -n command line option, which runs almost no commands.
9 # This command cannot be prevented from being run since it is used at parse
11 != echo 'command during parsing' 1>&2; echo
16 # Both of these commands are printed, but only the '+' command is run.
18 @echo '$@: hidden command'
21 # Both of these commands are printed, but only the '+' command is run.
23 @echo '$@: hidden command'
29 @echo '$@: hidden command'
32 # Both of these commands are printed, but only the '+' command is run.
34 @echo '$@: hidden command'
    [all...]
moderrs.exp 3 in command "@echo 'VAR:Z=before-${VAR:Z}-after'"
8 in command "@echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'"
12 in command "@echo VAR:S,V,v,=${VAR:S,V,v,"
16 in command "@echo VAR:${MOD_TERM},=${VAR:${MOD_S}"
21 in command "-@echo "VAR:${MOD_TERM}=${VAR:${MOD_TERM}}""
25 in command "@echo ${UNDEF:U1 2 3:@var}"
29 in command "@echo ${UNDEF:U1 2 3:@var@...}"
34 in command "@echo ${UNDEF:U1 2 3:@var@${var}}...@"
39 in command "@echo ${UNDEF:U1 2 3:[}"
43 in command "@echo ${UNDEF:U1 2 3:[#}
    [all...]
opt-silent.mk 3 # Tests for the -s command line option.
7 # No matter whether a command is prefixed by '@' or not, it is not echoed.
opt-no-action-at-all.mk 3 # Tests for the -N command line option.
sh-leading-plus.mk 4 # the command line option -n is given.
9 @echo 'this command is not run'
10 @+echo 'this command is run'
varmod-subst-regex.exp 3 in command "@echo $@: ${:Uword1 word2:C,****,____,g:C,word,____,:Q}."
7 in command "@echo $@:11-missing:${:U1 23 456:C,..,\1\1,:Q}"
11 in command "@echo $@:11-missing:${:U1 23 456:C,..,\1\1,:Q}"
15 in command "@echo $@:11-missing:${:U1 23 456:C,..,\1\1,:Q}"
19 in command "@echo $@:11-missing:${:U1 23 456:C,..,\1\1,:Q}"
24 in command "@echo $@:22-missing:${:U1 23 456:C,..,\2\2,:Q}"
28 in command "@echo $@:22-missing:${:U1 23 456:C,..,\2\2,:Q}"
32 in command "@echo $@:22-missing:${:U1 23 456:C,..,\2\2,:Q}"
36 in command "@echo $@:22-missing:${:U1 23 456:C,..,\2\2,:Q}"
40 in command "@echo $@:22-missing:${:U1 23 456:C,(.).,\2\2,:Q}
    [all...]
dep-double-colon.mk 9 @echo 'command 1a'
10 @echo 'command 1b'
13 @echo 'command 2a'
14 @echo 'command 2b'
16 # When there are multiple command groups for a '::' target, each of these
  /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/etc/rc.d/
fccache.in 14 command="@X11ROOTDIR@/bin/fc-cache"
20 if [ -x "${command}" ]; then
22 ${command}
  /src/lib/libwrap/
shell_cmd.c 4 * shell_cmd() takes a shell command after %<character> substitutions. The
5 * command is executed by a /bin/sh child process, with standard input,
43 /* shell_cmd - execute shell command */
46 shell_cmd(char *command)
61 do_child(command);
69 /* do_child - exec command with { stdin, stdout, stderr } to /dev/null */
72 do_child(char *command)
83 /* Set up new stdin, stdout, stderr, and exec the shell command. */
92 (void) execl("/bin/sh", "sh", "-c", command, (char *) 0);
  /src/sys/arch/mac68k/dev/
pm_direct.h 46 /* data structure of the command of the Power Manager */
48 short command; /* command of the Power Manager */ member in struct:__anona1a840bc0108
  /src/usr.bin/sdpquery/
sdpquery.c 62 static struct command { struct
63 const char *command; member in struct:command
76 struct command *cmd;
143 for (cmd = commands ; cmd->command != NULL; cmd++) {
144 if (strcasecmp(*argv, cmd->command) == 0)
155 struct command *cmd;
158 "Usage: %s [-NRX] [-d device] -a bdaddr <command> [parameters..]\n"
159 " %s [-NRX] [-c path] -l <command> [parameters..]\n"
174 for (cmd = commands ; cmd->command != NULL ; cmd++)
175 fprintf(stderr, "\t%-13s%s\n", cmd->command, cmd->usage)
    [all...]
  /src/tests/lib/libc/stdio/
t_popen.c 75 char *buffer, command[MAXPATHLEN]; local in function:ATF_TC_BODY
87 (void)snprintf(command, sizeof(command), "%s >%s",
90 if ((my_pipe = popen(command, "w")) == NULL)
99 (void)snprintf(command, sizeof(command), "%s %s", _PATH_CAT, DATAFILE);
101 if ((my_pipe = popen(command, "r")) == NULL)
  /src/usr.bin/systat/
cmdtab.c 44 * NOTE: if one command is a substring of another, the shorter string
48 struct command global_commands[] = {
59 struct command df_commands[] = {
65 struct command icmp_commands[] = {
73 struct command ifstat_commands[] = {
80 struct command iostat_commands[] = {
93 struct command ip_commands[] = {
102 struct command ip6_commands[] = {
111 struct command netstat_commands[] = {
124 struct command ps_commands[] =
    [all...]
  /src/usr.sbin/autofs/
popen.c 68 char *command; member in struct:pid
76 * stderr, proper logging, and improved command line arguments passing.
86 char *arg, *argv[ARGV_LEN], *command; local in function:auto_popen
101 command = argv[0];
112 command = concat(command, ' ', arg);
116 cur->command = checked_strdup(command);
137 log_debugx("executing \"%s\" as pid %d", command, pid);
182 cur->command, pid, WTERMSIG(status))
    [all...]

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>