/titanic_41/usr/src/lib/krb5/ss/ |
H A D | listen.c | 65 void get_commands(ss_commands *commands) { in get_commands() argument 71 commands->count = 0; in get_commands() 73 info = ss_info(commands->sci_idx); in get_commands() 79 if (commands->cmd != NULL) in get_commands() 80 commands->cmd[commands->count] = *cmd; in get_commands() 81 commands->count++; in get_commands() 94 ss_commands *commands = data; in CPL_MATCH_FN() local 106 if (ss_parse(commands->sci_idx, l, &argc, &argv, 1)) { in CPL_MATCH_FN() 116 for (i = 0; i < commands->count; i++) { in CPL_MATCH_FN() 117 if (strncmp(commands->cmd[i], line + ws, len) == 0) { in CPL_MATCH_FN() [all …]
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/smbutil/ |
H A D | smbutil.c | 65 static struct commands { struct 70 } commands[] = { argument 83 static struct commands * 86 struct commands *cmd; in lookupcmd() 88 for (cmd = commands; cmd->name; cmd++) { in lookupcmd() 117 struct commands *cmd; in cmd_help() 136 struct commands *cmd; in main()
|
/titanic_41/usr/src/cmd/picl/plugins/lib/picld_pluginutil/ |
H A D | picld_pluginutil.c | 136 command_t *com = cmds->commands; in undo_commands() 716 cmds->commands[cmds->current_row].rowcmd_nproph == 0) in process_prop() 735 err = add_proph_to_row(&cmds->commands[cmds->current_row], in process_prop() 903 cmds->commands[cmds->current_row].rowcmd_nproph == 0) in process_refprop() 929 err = add_proph_to_row(&cmds->commands[cmds->current_row], in process_refprop() 1056 curr_row = &cmds->commands[cmds->current_row]; in process_endrow() 1067 cmds->commands[cmds->current_tbl].tablecmd_tblh, in process_endrow() 1186 cmds->commands[cmds->current_row].rowcmd_nproph++; in parse_and_tokenize_line() 1203 cmds->commands[cmds->current_row].rowcmd_nproph++; in parse_and_tokenize_line() 1243 if (cmds->commands[cmds->current_row].rowcmd_nproph <= 0) in parse_and_tokenize_line() [all …]
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | parallel.cc | 87 static Doname distribute_process(char **commands, Property line); 94 static pid_t run_rule_commands(char *host, char **commands); 116 char *commands[MAXRULES + 5]; in execute_parallel() local 172 p = commands; in execute_parallel() 230 Doname res = distribute_process(commands, line); in execute_parallel() 239 for (int i = 0; commands[i] != NULL; i++) { in execute_parallel() 240 if ((commands[i][0] == (int) at_char) || in execute_parallel() 241 (commands[i][0] == (int) hyphen_char)) { in execute_parallel() 242 retmem_mb(commands[i]); in execute_parallel() 550 distribute_process(char **commands, Property line) in distribute_process() argument [all …]
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | network-ftp.mf | 27 set name=pkg.description value="Basic IP commands (/usr/sbin/ping, /bin/ftp)" 28 set name=pkg.summary value="Basic IP commands" 49 legacy pkg=SUNWbip desc="Basic IP commands (/usr/sbin/ping, /bin/ftp)" \ 50 name="Basic IP commands (Usr)" 51 legacy pkg=SUNWbipr desc="Basic IP commands (Root)" \ 52 name="Basic IP commands (Root)"
|
H A D | system-network-routing.mf | 28 set name=pkg.description value="Network Routing daemons/commands" 29 set name=pkg.summary value="Network Routing daemons/commands" 64 legacy pkg=SUNWroute desc="Network Routing daemons/commands (Usr)" \ 65 name="Network Routing daemons/commands (Usr)" 66 legacy pkg=SUNWroutr desc="Network Routing daemons/commands (Root)" \ 67 name="Network Routing daemons/commands (Root)"
|
H A D | system-file-system-zfs-events.mf | 30 set name=pkg.description value="ZFS event commands" 45 legacy pkg=SUNWonzev desc="ZFS event commands" name="ZFS event commands "
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 140 is good to run the commands `serial' (*note serial::) and `terminal' 146 preset menu, if available. This includes running commands and 169 script. This means that you must put commands to initialize a network in 195 configuration and run arbitrary commands at run-time. For example, the 247 execute commands in an entry until GRUB encounters `lock'. 426 performing any desired combination of boot commands. 450 interface-Footnote-1::). The commands (*note Command-line and menu 451 entry commands::) are a subset of those available in the configuration 499 When typing commands interactively, if the cursor is within or before 501 will display a listing of the available commands, and if the cursor is [all …]
|
H A D | grub.info | 58 * Commands:: The list of available builtin commands 207 commands. You can also load another configuration file dynamically 209 list of commands (*note Commands::) are a superset of those 214 A menu interface listing preset boot commands, with a programmable 221 is available to edit any preset commands, or write a new boot 225 The list of commands (*note Commands::) are a subset of those 226 supported for configuration files. Editing commands closely 228 Line Editing.), with <TAB>-completion of commands, devices, 464 commands: 1145 You've probably noticed that you need to type several commands to boot [all …]
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | README | 7 Both 'bridge' & 'mngr' has its own simple CLI like language of commands; 8 these commands allow to manage the VRSTPD. There are tools to trace 20 'mngr' commands. 25 of bridge management commands.
|
/titanic_41/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 529 static sa_command_t commands[] = { variable 544 for (i = 0; commands[i].cmdname != NULL; i++) { in sub_command_help() 545 if (!(commands[i].flags & (CMD_ALIAS|CMD_NODISPLAY))) in sub_command_help() 547 sc_get_usage((sc_usage_t)commands[i].cmdidx)); in sub_command_help() 558 for (i = 0; commands[i].cmdname != NULL; i++) { in sa_lookup() 559 if (strncmp(cmd, commands[i].cmdname, len) == 0) in sa_lookup() 560 return (&commands[i]); in sa_lookup()
|
/titanic_41/usr/src/cmd/cmd-crypto/tpmadm/ |
H A D | main.c | 39 extern cmdtable_t commands[]; 77 print_usage(progname, commands); in main() 81 for (p = &commands[0]; p->name != NULL; p++) { in main() 88 print_usage(progname, commands); in main()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex.c | 536 commands(1, 1); in main() 620 commands(1, 1); in main() 624 commands(1, 1); in main() 642 commands(1, 1); in main() 663 commands(1, 1); in main() 678 commands(0, 0); in main()
|
/titanic_41/usr/src/cmd/lvm/metassist/controller/ |
H A D | metassist.c | 95 static int handle_commands(char *commands); 1091 char *commands) in handle_commands() argument 1096 printf("%s", commands); in handle_commands() 1102 if ((error = write_temp_file(commands, in handle_commands() 1191 char *commands; in handle_config() local 1194 if ((error = xml_to_commands(doc, &commands)) == 0) { in handle_config() 1195 if (commands == NULL) { in handle_config() 1200 error = handle_commands(commands); in handle_config() 1201 free(commands); in handle_config()
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | PROMO.mm | 29 function records commands entered at any shell level and stores 31 This allows you to re-enter long commands with a few keystrokes 32 - even those commands you entered yesterday. 34 commands and supports essentially unlimited size histories. 37 commands is to backspace or retype the line. KSH-93 allows you 70 commands to be added as built-ins at run time 133 KSH-93 can be extended by adding built-in commands at run time.
|
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | gram.y | 52 start: commands 55 commands: /* empty */ 56 | commands command
|
/titanic_41/usr/src/cmd/ast/msgcc/ |
H A D | NOTES | 13 e.g., commands in src/cmd/std will use the "std" catalog; all of the 14 commands in src/lib/libcmd will use the "libcmd" catalog 18 commands that don't emit messages before optget() need not change
|
/titanic_41/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.msg | 46 @ MSG_USAGE_DETAIL_LAST "\n\tExtensive help for edit commands is available.\n\ 65 @ MSG_ALLOC_BATCHLST "list of -e commands" 127 @ MSG_ERR_NOFILSYSONLY "No ELF object specified. Only commands from \ 266 @ MSG_MOD_SYS_DESC "Built in elfedit commands" 269 # 1-line description strings for builtin commands. 281 # Command option description strings for builtin commands 298 # Command option description strings for builtin commands 309 # Help text for builtin commands. 316 elfedit and its available commands.\n\ 327 You use elfedit by issuing commands for it to execute.\n\ [all …]
|
/titanic_41/usr/src/cmd/sh/ |
H A D | msg.c | 192 const struct sysnod commands[] = variable 245 const int no_commands = sizeof(commands)/sizeof(struct sysnod);
|
H A D | hashserv.c | 110 if (i = syslook(name, commands, no_commands)) 276 if(i = syslook(name, commands, no_commands)) in func_unhash() 376 if (syslook(name, commands, no_commands)) in what_is_path()
|
/titanic_41/usr/src/cmd/mailx/misc/ |
H A D | mailx.help | 2 mailx commands 23 list list all commands (no explanations) 38 source file read commands from file
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | WARNING.RNG | 68 around 50 commands in the ssh_prng_cmds list, portable OpenSSH 73 On top of this, the different commands can produce varying amounts of 77 To make matters even more complex, some of the commands are reporting 78 largely the same data as other commands (eg. the various "ps" calls).
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | NEWS | 78 * The command "help" doesn't show all the available commands by default, 79 when no argument is specified. Rarely used commands (such as 80 "testload") and useless commands in interactive use (such as 82 commands, specify the new option "--all". 103 * The commands "hide" and "unhide" support logical partitions. 119 this case, you would probably need to insert commands to initialize a 137 * New commands, "testvbe" and "vbeprobe". 155 * The commands "bootp" and "dhcp" accepts a new option 162 * New commands, "reboot" and "halt". 172 * Add a new option `--stage2' into the commands "install" and "setup", [all …]
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar.c | 581 tlm_commands_t *commands, tlm_cmd_t *local_commands, in backup_file() argument 626 rv = (tm_tar_ops.tm_putfile)(dir, name, tlm_acls, commands, in backup_file() 641 ndmp_run_args_t *np, tlm_commands_t *commands, in backup_work() argument 669 local_commands = commands->tcs_command; in backup_work() 746 while (commands->tcs_reader == TLM_BACKUP_RUN && in backup_work() 761 while (commands->tcs_reader == TLM_BACKUP_RUN && in backup_work() 840 &tlm_acls, commands, local_commands, in backup_work() 913 ndmp_backup_reader(tlm_commands_t *commands, ndmp_lbr_params_t *nlp, in ndmp_backup_reader() argument 923 local_commands = commands->tcs_command; in ndmp_backup_reader() 928 commands->tcs_reader_count++; in ndmp_backup_reader() [all …]
|
/titanic_41/usr/src/cmd/sed/ |
H A D | POSIX | 20 arguments of the a, c and i commands of their initial blanks, 75 7. POSIX does not specify what happens with consecutive ! commands 81 8. Historic versions of sed permitted commands to be separated 84 Note, the ; command separator is not allowed for the commands 145 sed behave nonintuitively when the w commands are preceded by 163 18. The b t and : commands are documented in POSIX to ignore leading
|