| /onnv-gate/usr/src/cmd/parted/ |
| H A D | command.h | 31 } Command; typedef 33 extern Command* command_create (const StrList* names, 38 extern void command_destroy (Command* cmd); 39 void command_register (Command** list, Command* cmd); 41 extern Command* command_get (Command** list, char* name); 42 extern StrList* command_get_names (Command** list); 43 extern void command_print_summary (Command* cmd); 44 extern void command_print_help (Command* cmd); 45 extern int command_run (Command* cmd, PedDevice** dev);
|
| H A D | command.c | 29 Command* 36 Command* cmd; in command_create() 38 cmd = xmalloc (sizeof (Command)); in command_create() 54 command_destroy (Command* cmd) in command_destroy() 63 command_register (Command** list, Command* cmd) in command_register() 70 list [i + 1] = (Command*) NULL; in command_register() 73 Command* 74 command_get (Command** list, char* name) in command_get() 107 command_get_names (Command** list) in command_get_names() 109 Command** walk; in command_get_names() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
| H A D | Command.t | 115 ExtUtils::Command::chmod(); 122 ExtUtils::Command::chmod(); 129 ExtUtils::Command::chmod(); 137 ExtUtils::Command::chmod(); 185 ExtUtils::Command::expand_wildcards(); 191 ExtUtils::Command::expand_wildcards();
|
| /onnv-gate/usr/src/uts/intel/io/acpica/debugger/ |
| H A D | dbhistry.c | 134 char Command[80]; member 166 ACPI_STRCPY (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command, in AcpiDbAddToHistory() 224 AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbDisplayHistory() 276 return (AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbGetFromHistory()
|
| /onnv-gate/usr/src/pkg/manifests/ |
| H A D | network-netcat.mf | 27 set name=pkg.description value="Netcat Command" 28 set name=pkg.summary value="Netcat Command" 35 legacy pkg=SUNWnetcat desc="Netcat Command" name="Netcat Command"
|
| H A D | network-telnet.mf | 27 set name=pkg.description value="Telnet Command (client)" 28 set name=pkg.summary value="Telnet Command (client)" 35 legacy pkg=SUNWtnetc desc="Telnet Command (client)" \ 36 name="Telnet Command (client)"
|
| /onnv-gate/usr/src/lib/libshell/common/tests/ |
| H A D | sun_solaris_cr_6904557_wc_no_longer_counts_number_of_bytes_correctly.sh | 67 print -u2 -r ${Command}[$1]: "${@:2}" 73 Command=${0##*/} 152 …_cmd} \"\$@\"" dummy "${tc.wc_args[@]}" 2>&1)" || err_exit "${testname}: Command returned exit cod…
|
| H A D | sun_solaris_compound_nameref.sh | 32 print -u2 -r ${Command}[$1]: "${@:2}" 38 Command=${0##*/} 51 print -u2 -r \${Command}[\$1]: "\${@:2}"
|
| H A D | sun_solaris_cr_6777491_lacks_arithmetric_function_iszero.sh | 63 print -u2 -r ${Command}[$1]: "${@:2}" 69 Command=${0##*/}
|
| H A D | sun_solaris_cr_6805794_character_to_wchar_not_working.sh | 79 print -u2 -r ${Command}[$1]: "${@:2}" 85 Command=${0##*/}
|
| H A D | sun_solaris_cr_6881017_background_process_in_subshell_hangs_caller.sh | 59 print -u2 -r ${Command}[$1]: "${@:2}" 65 Command=${0##*/}
|
| H A D | sun_solaris_local_compound_nameref001.sh | 35 print -u2 -r ${Command}[$1]: "${@:2}" 41 Command=${0##*/}
|
| H A D | sun_solaris_cr_6848486_echo_test_with_test_undefined_executes_test_builtin.sh | 62 print -u2 -r ${Command}[$1]: "${@:2}" 68 Command=${0##*/}
|
| H A D | sun_solaris_cr_xxxxxxxx_template.sh | 39 print -u2 -r ${Command}[$1]: "${@:2}" 45 Command=${0##*/}
|
| H A D | sun_solaris_cr_6754020_weird_square_bracket_expansion.sh | 51 print -u2 -r ${Command}[$1]: "${@:2}" 57 Command=${0##*/}
|
| H A D | sun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh | 60 print -u2 -r ${Command}[$1]: "${@:2}" 66 Command=${0##*/} 141 …n_cmd} \"\$@\"" dummy "${join_args[@]}" 2>&1)" || err_exit "${testname}: Command returned exit cod…
|
| H A D | sun_solaris_cr_6904575_cut_-d_with_multibyte_character_no_longer_works.sh | 64 print -u2 -r ${Command}[$1]: "${@:2}" 70 Command=${0##*/} 147 …ut_cmd} \"\$@\"" dummy "${cut_args[@]}" 2>&1)" || err_exit "${testname}: Command returned exit cod…
|
| H A D | sun_solaris_cr_6778077_sigthaw_trap.sh | 51 print -u2 -r ${Command}[$1]: "${@:2}" 57 Command=${0##*/}
|
| H A D | sun_solaris_cr_6769332_substitutions_terminate_shell_after_257_iterations.sh | 82 print -u2 -r ${Command}[$1]: "${@:2}" 88 Command=${0##*/}
|
| H A D | sun_solaris_cr_6789247_printf_hexfloat_rounding.sh | 90 print -u2 -r ${Command}[$1]: "${@:2}" 96 Command=${0##*/}
|
| H A D | expand.sh | 23 print -u2 -r ${Command}[$Line]: "$@" 28 Command=${0##*/}
|
| H A D | select.sh | 23 print -u2 -r ${Command}[$1]: "${@:2}" 28 Command=${0##*/}
|
| H A D | sun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh | 69 print -u2 -r ${Command}[$1]: "${@:2}" 75 Command=${0##*/}
|
| H A D | sun_solaris_staticvariables.sh | 29 print -u2 -r ${Command}[$1]: "${@:2}" 48 Command=${0##*/}
|
| /onnv-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | grub.info-2 | 436 * Command-line interface:: The flexible command-line interface 442 File: grub.info, Node: Command-line interface, Next: Menu interface, Up: Interface 449 immediately executed after it is entered(1) (*note Command-line 450 interface-Footnote-1::). The commands (*note Command-line and menu 511 File: grub.info, Node: Command-line interface-Footnotes, Up: Command-line interface 517 File: grub.info, Node: Menu interface, Next: Menu entry editor, Prev: Command-line interface, U… 579 back to the command-line interface (*note Command-line interface::). 598 * Command-line and menu entry commands:: 643 - Command: default num 658 - Command: fallback num... [all …]
|