| /third_party/uapp/dash/src/ |
| A D | builtins.def | 3 # 1 "<command-line>" 5 # 1 "<command-line>" 2 10 commandcmd -u command
|
| A D | builtins.def.in | 40 * 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 D | exec.c | 753 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 D | TOUR | 43 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 D | nodetypes | 52 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 D | parser.c | 98 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 D | nodes.c.pat | 367 // Output the command nodes
|
| /third_party/ulib/chromiumos-platform-ec/ |
| A D | comm-lpc.cpp | 49 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 D | readme.txt | 7 lset.bat - adds lint directory to the command line search path
|
| /third_party/uapp/dash/src/bltin/ |
| A D | zircon.c | 463 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 D | README.md | 10 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 D | cipher.c | 531 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 D | INSTALL | 99 directory, passing on its command line any desired options. 110 configure command line.
|
| A D | WHATSNEW | 574 - 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 D | cipher.h | 283 OPENSSL_EXPORT int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int command,
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jeprof.in | 849 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 D | ec_commands.h | 18 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 D | README.markdown | 15 …command line utilities. Instead of retyping almost the same stuff again and again it's just much b…
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 281 - 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 D | INSTALL | 8 If building from unpackaged developer sources, the simplest command sequence 433 prior to installation via the following command:
|
| /third_party/dev/ethernet/e1000/ |
| A D | README | 138 to half duplex you must use this command:
|