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

1234567891011>>

/src/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 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 Dcmd-errors-lint.exp3 in command ": $@ ${UNCLOSED"
7 in command ": $@ ${UNCLOSED:"
11 in command ": $@ ${UNKNOWN:Z}"
H A Dcmd-errors.exp3 in command ": $@-${UNCLOSED"
7 in command ": $@-${UNCLOSED:"
11 in command ": $@-${UNKNOWN:Z}-eol"
H A Dvarmod-hash.exp3 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"
H A Ddeptgt-silent.exp1 echo 'This is a loud command.'
2 This is a loud command.
H A Ddeptgt-default.exp1 Default command is making 'not-a-target' from 'not-a-target'.
H A Dopt-backwards.mk3 # Tests for the -B command line option.
H A Dopt-include-dir.mk3 # Tests for the -I command line option.
H A Dmoderrs.exp3 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 "
[all...]
H A Dopt-no-action.mk3 # 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...]
H A Dopt-silent.mk3 # Tests for the -s command line option.
7 # No matter whether a command is prefixed by '@' or not, it is not echoed.
H A Dopt-no-action-at-all.mk3 # Tests for the -N command line option.
H A Dsh-leading-plus.mk4 # the command line option -n is given.
9 @echo 'this command is not run'
10 @+echo 'this command is run'
H A Dvarmod-subst-regex.exp3 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 "
[all...]
H A Ddep-double-colon.mk9 @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
H A Dshell-ksh.mk14 # In parallel mode, the shell->noPrint command is filtered from
20 # This command is both printed and executed.
23 # This command is only executed.
26 # This command is both printed and executed.
29 # This command is both printed and executed.
32 # In the Korn shell, "set +v" is set as the noPrint command.
/src/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...]
/src/etc/rc.d/
H A Dfccache.in14 command="@X11ROOTDIR@/bin/fc-cache"
20 if [ -x "${command}" ]; then
22 ${command}
/src/lib/libwrap/
H A Dshell_cmd.c4 * 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) argument
61 do_child(command);
69 /* do_child - exec command with { stdin, stdout, stderr } to /dev/null */
72 do_child(char *command) argument
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/
H A Dpm_direct.h46 /* data structure of the command of the Power Manager */
48 short command; /* command of the Power Manager */ member in struct:__anonbe02ab620108
/src/usr.bin/sdpquery/
H A Dsdpquery.c62 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, cm
[all...]
/src/tests/lib/libc/stdio/
H A Dt_popen.c75 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/
H A Dcmdtab.c44 * 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_command
[all...]

Completed in 18 milliseconds

1234567891011>>