Searched refs:Command (Results 1 - 25 of 130) sorted by relevance

123456

/opensolaris-onvv-gate/usr/src/cmd/parted/
H A Dcommand.h31 } Command; typedef in typeref:struct:__anon1164
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* cm
[all...]
H A Dcommand.c29 Command*
36 Command* cmd;
38 cmd = xmalloc (sizeof (Command));
54 command_destroy (Command* cmd)
63 command_register (Command** list, Command* cmd)
70 list [i + 1] = (Command*) NULL;
73 Command*
74 command_get (Command** list, char* name)
107 command_get_names (Command** lis
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6777491_lacks_arithmetric_function_iszero.sh63 print -u2 -r ${Command}[$1]: "${@:2}"
69 Command=${0##*/}
H A Dsun_solaris_cr_6805794_character_to_wchar_not_working.sh79 print -u2 -r ${Command}[$1]: "${@:2}"
85 Command=${0##*/}
H A Dsun_solaris_cr_6881017_background_process_in_subshell_hangs_caller.sh59 print -u2 -r ${Command}[$1]: "${@:2}"
65 Command=${0##*/}
H A Dsun_solaris_local_compound_nameref001.sh35 print -u2 -r ${Command}[$1]: "${@:2}"
41 Command=${0##*/}
H A Dsun_solaris_cr_6754020_weird_square_bracket_expansion.sh51 print -u2 -r ${Command}[$1]: "${@:2}"
57 Command=${0##*/}
H A Dsun_solaris_cr_6848486_echo_test_with_test_undefined_executes_test_builtin.sh62 print -u2 -r ${Command}[$1]: "${@:2}"
68 Command=${0##*/}
H A Dsun_solaris_cr_xxxxxxxx_template.sh39 print -u2 -r ${Command}[$1]: "${@:2}"
45 Command=${0##*/}
H A Dexpand.sh23 print -u2 -r ${Command}[$Line]: "$@"
28 Command=${0##*/}
H A Dselect.sh23 print -u2 -r ${Command}[$1]: "${@:2}"
28 Command=${0##*/}
H A Dsun_solaris_cr_6778077_sigthaw_trap.sh51 print -u2 -r ${Command}[$1]: "${@:2}"
57 Command=${0##*/}
H A Dsun_solaris_cr_6789247_printf_hexfloat_rounding.sh90 print -u2 -r ${Command}[$1]: "${@:2}"
96 Command=${0##*/}
H A Dsun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh69 print -u2 -r ${Command}[$1]: "${@:2}"
75 Command=${0##*/}
H A Dsun_solaris_staticvariables.sh29 print -u2 -r ${Command}[$1]: "${@:2}"
48 Command=${0##*/}
H A Dcase.sh23 print -u2 -r ${Command}[$1]: "${@:2}"
28 Command=${0##*/}
H A Dexit.sh23 print -u2 -r ${Command}[$1]: "${@:2}"
28 Command=${0##*/}
H A Dstatics.sh23 print -u2 -r ${Command}[$1]: "${@:2}"
41 Command=${0##*/}
H A Dsun_solaris_builtin_poll.sh35 print -u2 -r ${Command}[$1]: "${@:2}"
41 Command=${0##*/}
H A Dsun_solaris_cr_6722134_background_CHLD_trap.sh46 print -u2 -r ${Command}[$1]: "${@:2}"
52 Command=${0##*/}
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/filtdesc/
H A Dcatv.fd33 Command: /usr/bin/cat
H A Dpostpages.fd33 Command: /usr/lib/lp/postscript/postreverse -r
H A Dpr.fd33 Command: /usr/bin/pr
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/debugger/
H A Ddbhistry.c134 char Command[80]; member in struct:HistoryInfo
151 * PARAMETERS: CommandLine - Command to add
166 ACPI_STRCPY (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command,
224 AcpiGbl_HistoryBuffer[HistoryIndex].Command);
276 return (AcpiGbl_HistoryBuffer[HistoryIndex].Command);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DCommand.pm1 package ExtUtils::Command;
20 ExtUtils::Command - utilities to replace common UNIX commands in Makefiles etc.
24 perl -MExtUtils::Command -e cat files... > destination
25 perl -MExtUtils::Command -e mv source... destination
26 perl -MExtUtils::Command -e cp source... destination
27 perl -MExtUtils::Command -e touch files...
28 perl -MExtUtils::Command -e rm_f files...
29 perl -MExtUtils::Command -e rm_rf directories...
30 perl -MExtUtils::Command -e mkpath directories...
31 perl -MExtUtils::Command
[all...]

Completed in 129 milliseconds

123456