| /minix3/external/bsd/bind/dist/bin/named/ |
| H A D | control.c | 49 command_compare(const char *text, const char *command) { in command_compare() argument 50 unsigned int commandlen = strlen(command); in command_compare() 51 if (strncasecmp(text, command, commandlen) == 0 && in command_compare() 66 char *command = NULL; in ns_control_docommand() local 81 result = isccc_cc_lookupstring(data, "type", &command); in ns_control_docommand() 92 if (command_compare(command, NS_COMMAND_NULL) || in ns_control_docommand() 93 command_compare(command, NS_COMMAND_STATUS)) { in ns_control_docommand() 101 command); in ns_control_docommand() 103 if (command_compare(command, NS_COMMAND_RELOAD)) { in ns_control_docommand() 104 result = ns_server_reloadcommand(ns_g_server, command, text); in ns_control_docommand() [all …]
|
| /minix3/bin/csh/ |
| H A D | 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 …]
|
| H A D | parse.c | 54 static struct command *syn0(struct wordent *, struct wordent *, int); 55 static struct command *syn1(struct wordent *, struct wordent *, int); 56 static struct command *syn1a(struct wordent *, struct wordent *, int); 57 static struct command *syn1b(struct wordent *, struct wordent *, int); 58 static struct command *syn2(struct wordent *, struct wordent *, int); 59 static struct command *syn3(struct wordent *, struct wordent *, int); 214 struct command * 230 static struct command * 234 struct command *t, *t1; in syn0() 265 t = (struct command *)xcalloc(1, sizeof(*t)); in syn0() [all …]
|
| /minix3/external/bsd/bind/dist/bin/tests/system/ |
| H A D | start.pl | 147 my $command; 154 $command = "$NAMED "; 156 $command .= "$options"; 170 $command .= "$options"; 172 $command .= "-D $server "; 173 $command .= "-m record,size,mctx "; 174 $command .= "-T clienttest "; 175 $command .= "-T nosoa " 177 $command .= "-T noaa " 179 $command .= "-T noedns " [all …]
|
| /minix3/minix/drivers/storage/mmc/ |
| H A D | mmchost_mmchs.c | 518 mmchs_send_cmd(uint32_t command, uint32_t arg) in mmchs_send_cmd() argument 528 mmc_set32(mmchs->regs->CMD, MMCHS_SD_CMD_MASK, command); in mmchs_send_cmd() 538 if ((command & MMCHS_SD_CMD_RSP_TYPE) == in mmchs_send_cmd() 682 struct mmc_command command; in mmc_send_app_cmd() local 683 command.cmd = MMC_APP_CMD; in mmc_send_app_cmd() 684 command.resp_type = RESP_LEN_48; in mmc_send_app_cmd() 685 command.data_type = DATA_NONE; in mmc_send_app_cmd() 686 command.args = MMC_ARG_RCA(card->rca); in mmc_send_app_cmd() 687 if (mmc_send_cmd(&command)) { in mmc_send_app_cmd() 696 struct mmc_command command; in card_goto_idle_state() local [all …]
|
| /minix3/external/bsd/nvi/dist/docs/vi.ref/ |
| H A D | ref.texi | 24 @macro LI{command} 25 @code{\command\} 27 @comment ex/vi names in command font 31 @comment command names 32 @macro CO{command} 33 @strong{\command\} 40 @macro PQ{command} 41 ``@code{\command\}'' 44 @macro QB{command} 45 ``@strong{\command\}'' [all …]
|
| H A D | ex.cmd.texi | 55 the command; the default is 1. 57 command 69 When a command that accepts these flags completes, the addressed line(s) 81 case the line written is not necessarily the one affected by the command, 103 the starting line for the command is the 107 subsequent lines are affected by the command, e.g. the command 111 When only a line or range is specified, with no command, the implied 112 command is either a 117 command. 118 The command used is the most recent of the three commands to have been [all …]
|
| /minix3/usr.bin/make/unit-tests/ |
| H A D | posix.exp | 1 Posix says we should execute the command as if run by system(3) 5 a command 6 a command prefixed by '+' executes even with -n 7 another command 9 echo a command 11 a command prefixed by '+' executes even with -n 12 echo another command 14 { echo a command 17 a command prefixed by '+' executes even with -n 18 { echo another command
|
| /minix3/tests/lib/libcurses/director/ |
| H A D | testlang_parse.y | 116 static cmd_line_t command; variable 237 if (command.returns[0].return_index == -1) 243 vars[command.returns[0].return_index].name, 244 returns_enum_names[command.returns[1].return_type]); 247 if (((command.returns[1].return_type == ret_byte) && 248 (vars[command.returns[0].return_index].type != ret_byte)) || 249 vars[command.returns[0].return_index].type != ret_string) 252 vars[command.returns[0].return_index].type], 253 vars[command.returns[0].return_index].type, 254 returns_enum_names[command.returns[1].return_type], [all …]
|
| /minix3/external/bsd/bind/dist/bin/tests/virtual-time/ |
| H A D | start.pl | 119 my $command; 124 $command = "sh wrap.sh "; 125 $command .= "$NAMED "; 127 $command .= "$options"; 129 $command .= "-m record,size,mctx "; 130 $command .= "-T clienttest "; 131 $command .= "-c named.conf -d 99 -g"; 133 $command .= " >named.run 2>&1 &"; 150 system "$command";
|
| /minix3/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | commands_map.ipp | 55 /// Inserts a new command into the map. 57 /// \param command The command to insert. This must have been dynamically 58 /// allocated with new. The call grabs ownership of the command, or the 59 /// command is freed if the call fails. 60 /// \param category The category this command belongs to. Defaults to the empty 61 /// string, which indicates that the command has not be categorized. 64 cmdline::commands_map< BaseCommand >::insert(command_ptr command, 67 INV(_commands.find(command->name()) == _commands.end()); 68 BaseCommand* ptr = command.release(); 75 /// Inserts a new command into the map. [all …]
|
| H A D | base_command.ipp | 39 /// Adds an option to the command. 42 /// the command. 53 /// Creates a new command. 55 /// \param name_ The name of the command. Must be unique within the context of 58 /// command. May be empty. 59 /// \param min_args_ The minimum number of arguments required by the command. 60 /// \param max_args_ The maximum number of arguments required by the command. 62 /// \param short_description_ A description of the purpose of the command. 74 /// Entry point for the command. 76 /// This delegates execution to the run() abstract function after the command [all …]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticCommentKinds.td | 51 "empty paragraph passed to '%select{\\|@}0%1' command">, 55 "duplicated command '%select{\\|@}0%1'">, 59 "previous command '%select{\\|@}0%1' here">; 62 "previous command '%select{\\|@}0%1' (an alias of '\\%2') here">; 64 // \param command 76 "'%select{\\|@}0param' command used in a comment that is not attached to " 82 "command should be used in a comment attached to " 89 "command should not be used in a comment attached to a " 96 "command should not be used in a comment attached to a non-container declaration">, 113 // tparam command [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/Sema/ |
| H A D | warn-documentation.m | 5 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 8 // expected-warning@+2 {{empty paragraph passed to '\brief' command}} 22 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 26 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 31 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 36 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 50 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 55 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 58 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 63 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} [all …]
|
| /minix3/tests/lib/libc/stdio/ |
| H A D | t_popen.c | 75 char *buffer, command[MAXPATHLEN]; in ATF_TC_BODY() local 87 (void)snprintf(command, sizeof(command), "%s >%s", in ATF_TC_BODY() 90 if ((my_pipe = popen(command, "w")) == NULL) in ATF_TC_BODY() 99 (void)snprintf(command, sizeof(command), "%s %s", _PATH_CAT, DATAFILE); in ATF_TC_BODY() 101 if ((my_pipe = popen(command, "r")) == NULL) in ATF_TC_BODY()
|
| /minix3/external/bsd/kyua-cli/dist/cli/ |
| H A D | cmd_help.cpp | 123 const cli::cli_command* command = commands->find(*i2); in general_help() local 125 row.push_back(command->name()); in general_help() 126 row.push_back(F("%s.") % command->short_description()); in general_help() 168 const cli::cli_command* command) in subcommand_help() argument 172 cmdline::progname() % command->name() % in subcommand_help() 173 (command->options().empty() ? "" : " [command_options]") % in subcommand_help() 174 (command->arg_list().empty() ? "" : (" " + command->arg_list())), in subcommand_help() 177 ui->out_wrap(F("%s.") % command->short_description()); in subcommand_help() 180 const text::table command_table = options_help(command->options()); in subcommand_help() 202 ui->out_wrap(F("See kyua-%s(1) for more details.") % command->name()); in subcommand_help() [all …]
|
| /minix3/external/mit/expat/dist/doc/ |
| H A D | xmlwf.sgml | 56 <command>&dhpackage;</command> 82 <command>&dhpackage;</command> uses the Expat library to 88 If you do not specify any files on the command-line, and you 89 have a recent version of <command>&dhpackage;</command>, the 108 <command>&dhpackage;</command> does not currently 133 <command>&dhpackage;</command> is a non-validating parser -- 145 option ("<option>-d</option>output"). <command>&dhpackage;</command> 155 If the input file is well-formed and <command>&dhpackage;</command> 180 file. Otherwise, <command>&dhpackage;</command> will delete the 200 any document encoding declaration. <command>&dhpackage;</command> [all …]
|
| /minix3/external/bsd/llvm/dist/clang/utils/analyzer/ |
| H A D | reducer.pl | 24 my $command; 25 if (scalar(@ARGV) > 0) { $command = \@ARGV; } 28 …$command = [$compiler, "-fsyntax-only", "-Wfatal-errors", "-Wno-deprecated-declarations", "-Wimpli… 30 push @$command, $srcFile; 31 my $commandStr = "@$command";
|
| /minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-objdump/AArch64/ |
| H A D | macho-private-headers.test | 8 CHECK: Load command 0 46 CHECK: Load command 1 51 CHECK: Load command 2 58 CHECK: Load command 3 83 EXE: Load command 0 95 EXE: Load command 1 172 EXE: Load command 2 210 EXE: Load command 3 222 EXE: Load command 4 235 EXE: Load command 5 [all …]
|
| /minix3/external/bsd/tcpdump/dist/ |
| H A D | print-ipx.c | 157 int command, i; in ipx_sap_print() local 160 command = EXTRACT_16BITS(ipx); in ipx_sap_print() 164 switch (command) { in ipx_sap_print() 167 if (command == 1) in ipx_sap_print() 178 if (command == 2) in ipx_sap_print() 198 ND_PRINT((ndo, "ipx-sap-?%x", command)); in ipx_sap_print() 209 int command, i; in ipx_rip_print() local 212 command = EXTRACT_16BITS(ipx); in ipx_rip_print() 216 switch (command) { in ipx_rip_print() 237 ND_PRINT((ndo, "ipx-rip-?%x", command)); in ipx_rip_print()
|
| /minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-objdump/X86/ |
| H A D | macho-private-headers.test | 26 CHECK: Load command 0 90 CHECK: Load command 1 97 CHECK: Load command 2 122 EXE: Load command 0 134 EXE: Load command 1 224 EXE: Load command 2 262 EXE: Load command 3 274 EXE: Load command 4 287 EXE: Load command 5 294 EXE: Load command 6 [all …]
|
| /minix3/lib/libwrap/ |
| H A D | shell_cmd.c | 46 shell_cmd(char *command) in shell_cmd() argument 61 do_child(command); in shell_cmd() 72 do_child(char *command) in do_child() argument 92 (void) execl("/bin/sh", "sh", "-c", command, (char *) 0); in do_child()
|
| /minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-objdump/ARM/ |
| H A D | macho-private-headers.test | 8 CHECK: Load command 0 98 CHECK: Load command 1 105 CHECK: Load command 2 130 EXE: Load command 0 142 EXE: Load command 1 206 EXE: Load command 2 244 EXE: Load command 3 256 EXE: Load command 4 269 EXE: Load command 5 276 EXE: Load command 6 [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
| H A D | pragma-pack-3.c | 9 typedef union command { union 15 } command; typedef 17 command c;
|
| /minix3/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | kadmin-commands.in | 35 command = { 71 command = { 85 command = { 106 command = { 113 command = { 120 command = { 186 command = { 217 command = { 226 command = { 232 command = { [all …]
|