Searched refs:command (Results 1 - 25 of 674) sorted by path

1234567891011>>

/freebsd-current/bin/ps/
H A Dextern.h46 char *command(KINFO *, VARENT *);
H A Dkeyword.c73 {"comm", "COMMAND", NULL, "command", LJUST, ucomm, 0, CHAR, NULL, 0},
74 {"command", "COMMAND", NULL, "command", COMM|LJUST|USER, command, 0,
H A Dprint.c110 command(KINFO *k, VARENT *ve) function
/freebsd-current/bin/sh/
H A Dparser.c63 * Shell command parser.
112 static union node *command(void);
199 * Read and parse a command. Returns NEOF on end of file. (NULL is a
209 * which could happen if we add command substitution on PS1/PS2.
243 * which could happen if we add command substitution on PS1/PS2.
374 n1 = command();
391 lp->n = command();
410 command(void) function
425 /* Check for redirection which may precede command */
577 /* A simple command mus
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d36 } command[int];
42 command[i].str = "foobarbaz";
43 command[i].substr = "barbaz";
46 command[i].str = "foofoofoo";
47 command[i].substr = "foo";
50 command[i].str = "boofoofoo";
51 command[i].substr = "foo";
54 command[i].str = "foobarbaz";
55 command[i].substr = "barbazzy";
58 command[
[all...]
H A Dtst.strtok.d91 } command[int];
97 command[i].s1 = "";
98 command[i].s2 = "";
99 command[i].result = "";
102 command[i].s1 = "foo";
103 command[i].s2 = "";
104 command[i].result = command[i].s1;
107 command[i].s1 = "foobar";
108 command[
[all...]
H A Dtst.substr.d37 } command[int];
48 command[i].index = 3;
49 command[i].nolen = 1;
52 command[i].index = 300;
53 command[i].nolen = 1;
56 command[i].index = -10;
57 command[i].nolen = 1;
60 command[i].index = 0;
61 command[i].nolen = 1;
64 command[
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeData.java79 System.err.println("usage: java TestProbedata <command>");
83 String command = args[0];
102 consumer.createProcess(command);
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c1651 * Before we execute the specified command, flush fp to assure that
1652 * any prior dt_printf()'s appear before the output of the command
/freebsd-current/contrib/atf/atf-sh/
H A Datf-sh.cpp67 std::string* command = new std::string(); local
68 command->reserve(512);
69 (*command) += ("Atf_Check='" + libexecdir + "/atf-check' ; " +
74 return command;
/freebsd-current/contrib/bearssl/mk/
H A DmkT0.cmd4 rem This script uses the command-line C# compiler csc.exe, which is
/freebsd-current/contrib/bmake/mk/
H A Ddep.mk68 # libs can have too many SRCS for a single command line
H A Ddirdeps.mk389 # SKIP_DIRDEPS allows for adding entries on command line.
593 # We do not want to compare the command line though.
757 # guard against _new_dirdeps being too big for a single command line
821 # we do not have the same limits on command lines
H A Dgendirdeps.mk224 # that can impact command line length,
385 # The sed command at the end of the stream, allows for the filters
H A Dmeta.autodep.mk279 # export to avoid blowing command line limit
H A Dsys.debug.mk27 # DEBUG_* were given on our command line.
/freebsd-current/contrib/bmake/unit-tests/
H A Dcmdline-redirect-stdin.mk27 . error The shell's read command does not read a single line.
H A Dcmdline-undefined.exp2 make: "cmdline-undefined.mk" line 31: From the command line: Undefined is .
5 make: "cmdline-undefined.mk" line 43: From the command line: Undefined is now defined.
10 make: "cmdline-undefined.mk" line 31: From the command line: Undefined is .
13 make: "cmdline-undefined.mk" line 43: From the command line: Undefined is now defined.
H A Dcmdline-undefined.mk3 # Tests for undefined variables in expressions in the command line.
6 # When the command line is parsed, variable assignments using the
29 # expect+2: From the command line: Undefined is .
30 # expect+1: From the command line: Undefined is .
31 .info From the command line: ${CMDLINE}
41 # expect+2: From the command line: Undefined is now defined.
42 # expect+1: From the command line: Undefined is now defined.
43 .info From the command line: ${CMDLINE}
H A Dcmdline.mk3 # Tests for command line parsing and related special variables.
20 # The .OBJDIR can be set via the MAKEOBJDIR command line variable.
21 # It must be a command line variable; an environment variable would not work.
26 # The .OBJDIR can be set via the MAKEOBJDIR command line variable,
40 # Variable assignments in the command line are handled differently from
41 # variable assignments in makefiles. In the command line, trailing whitespace
H A Dcomment.mk20 # triggered the error message "Unassociated shell command".
77 # If the '#' were to start a makefile comment, the following shell command
H A Ddep-colon-bug-cross-file.mk13 # In this pass, another command is added to the "current dependency group",
24 # for this is that in MainParseArgs, the command line arguments were not
H A Ddep-double-colon.exp0 command 1a
2 command 1b
3 command 2a
4 command 2b
H A Ddep-var.mk48 # variable is expanded when the shell command is generated. At that point,
H A Ddeptgt-default.exp1 Default command is making 'not-a-target' from 'not-a-target'.

Completed in 468 milliseconds

1234567891011>>