Home
last modified time | relevance | path

Searched refs:command (Results 1 – 21 of 21) sorted by relevance

/third_party/uapp/dash/src/
A Dbuiltins.def3 # 1 "<command-line>"
5 # 1 "<command-line>" 2
10 commandcmd -u command
A Dbuiltins.def.in40 * The -a flag specifies that this is a posix 'assignment builtin' command.
41 * The -s flag specifies that this is a posix 'special builtin' command.
43 * The -n flag specifies that this command has a special entry point.
44 * The -w flag specifies that this command is weak and should defer to the path.
45 * The rest of the line specifies the command name or names used to run
46 * the command.
60 commandcmd -u command
A Dexec.c753 describe_command(out, command, path, verbose) in describe_command() argument
755 char *command;
766 outstr(command, out);
770 if (findkwd(command)) {
776 if ((ap = lookupalias(command, 0)) != NULL) {
788 if ((cmdp = cmdlookup(command, 0)) != NULL) {
793 find_command(command, &entry, DO_ABS, path);
801 p = command;
804 p = padvance(&path, command);
823 outstr(command, out);
[all …]
A DTOUR43 back to the main command loop */
81 EXINT exception to return to the main command loop. (Exception:
83 command.) The INTOFF and INTON macros (defined in exception.h)
193 able and command substitution phase. Words which are subject
227 if the command is not found. (When a pipeline is set up,
230 table of the parent process. But to make command hashing as
232 and only print error messages if the command cannot be found
256 variables which precede the command (as in "PATH=xxx command") in
273 tins command.
282 command it causes the builtin command to terminate with an exit
[all …]
A Dnodetypes52 NCMD ncmd # a simple command
64 NREDIR nredir # redirection (of a complex command)
67 n nodeptr # the command
70 NBACKGND nredir # run command in background
71 NSUBSHELL nredir # run command in a subshell
147 doc nodeptr # input to command (NARG node)
149 NNOT nnot # ! command (actually pipeline)
A Dparser.c98 STATIC union node *command(void);
259 n1 = command(); in pipeline()
271 lp->n = command(); in pipeline()
290 command(void) in command() function
551 n->ndefun.body = command(); in simplecmd()
A Dnodes.c.pat367 // Output the command nodes
/third_party/ulib/chromiumos-platform-ec/
A Dcomm-lpc.cpp49 zx_status_t CommandLpc3(uint16_t command, uint8_t version, in CommandLpc3() argument
69 rq.command = command; in CommandLpc3()
/third_party/lib/acpica/generate/lint/
A Dreadme.txt7 lset.bat - adds lint directory to the command line search path
/third_party/uapp/dash/src/bltin/
A Dzircon.c463 static int send_dmctl(const char* command, size_t length) { in send_dmctl() argument
477 fuchsia_device_manager_COMMAND_MAX, (int)length, command); in send_dmctl()
488 status = fuchsia_device_manager_ExternalControllerExecuteCommand(dmctl, remote, command, in send_dmctl()
/third_party/ulib/lz4/
A DREADME.md10 If you want to produce files or data streams compatible with `lz4` command line utility, use **lz4f…
/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A Dcipher.c531 int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int command, int arg, void *ptr) { in EVP_CIPHER_CTX_ctrl() argument
543 ret = ctx->cipher->ctrl(ctx, command, arg, ptr); in EVP_CIPHER_CTX_ctrl()
/third_party/ulib/musl/
A DINSTALL99 directory, passing on its command line any desired options.
110 configure command line.
A DWHATSNEW574 - ldd command, usable by making a symlink to the dynamic linker named ldd
1013 - configure script now saves its command line as a comment in config.mak
1630 - dynamic linker includes arch/abi in output when run as a command
/third_party/ulib/uboringssl/include/openssl/
A Dcipher.h283 OPENSSL_EXPORT int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int command,
/third_party/ulib/jemalloc/bin/
A Djeprof.in849 my($orig_profile, $symbols, $libs, $total, $command) = @_;
850 $_ = $command; # just to make future m//'s easier
3252 my $command = ShellEscape(@URL_FETCHER, $url);
3253 open(SYMBOL, "$command |") or error($command);
4497 my $command = ShellEscape($obj_tool_map{"otool"}, "-l", $lib);
4498 open(OTOOL, "$command |") || error("$command: $!\n");
/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
A Dec_commands.h18 zx_status_t CommandLpc3(uint16_t command, uint8_t command_version, const void *outdata, size_t outs…
781 uint16_t command; member
4464 #define EC_PRIVATE_HOST_COMMAND_VALUE(command) \ argument
4465 (EC_CMD_BOARD_SPECIFIC_BASE + (command))
/third_party/ulib/linenoise/
A DREADME.markdown15command line utilities. Instead of retyping almost the same stuff again and again it's just much b…
/third_party/lib/acpica/
A Dchanges.txt281 - Fix the "predefined" command for in-kernel debugger.
447 the command is entered with no arguments.
473 Debugger: Fixed a problem with the "!!" command (get last command
1931 Debugger: Echo actual command along with the "unknown command" message.
1995 This is an alternative to the namespace command.
2935 full help for the command. For help command itself, allow an argument to
2936 specify a command.
8051 any AML debugger command) (Valery Podrezov).
10060 Implemented a new AML debugger command named Businfo. This command
10171 command.
[all …]
/third_party/ulib/jemalloc/
A DINSTALL8 If building from unpackaged developer sources, the simplest command sequence
433 prior to installation via the following command:
/third_party/dev/ethernet/e1000/
A DREADME138 to half duplex you must use this command:

Completed in 64 milliseconds