Searched refs:summary (Results 1 - 23 of 23) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dcommand.c28 const char *summary,
40 cmd->summary = (summary) ? summary : "";
26 grub_register_command_prio(const char *name, grub_command_func_t func, const char *summary, const char *description, int prio) argument
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcommand.h65 /* The summary of the command usage. */
66 const char *summary; member in struct:grub_command
81 const char *summary,
89 const char *summary,
92 return grub_register_command_prio (name, func, summary, description, 0);
98 const char *summary,
101 return grub_register_command_prio (name, func, summary, description, 1);
87 grub_register_command(const char *name, grub_command_func_t func, const char *summary, const char *description) argument
96 grub_register_command_p1(const char *name, grub_command_func_t func, const char *summary, const char *description) argument
H A Dextcmd.h61 const char *summary,
68 const char *summary,
/osnet-11/usr/src/cmd/parted/
H A Dcommand.h29 StrList* summary; member in struct:__anon70
36 const StrList* summary,
H A Dcommand.c33 const StrList* summary,
48 cmd->summary = (StrList*) summary;
58 str_list_destroy (cmd->summary);
123 str_list_print_wrap (cmd->summary, screen_width(), 2, 8);
31 command_create(const StrList* names, int (*method) (PedDevice** dev), const StrList* summary, const StrList* help, const int non_interactive) argument
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dextcmd.c72 grub_command_flags_t flags, const char *summary,
85 summary, description, prio);
105 grub_command_flags_t flags, const char *summary,
110 summary, description, parser, 1);
71 grub_register_extcmd_prio(const char *name, grub_extcmd_func_t func, grub_command_flags_t flags, const char *summary, const char *description, const struct grub_arg_option *parser, int prio) argument
104 grub_register_extcmd(const char *name, grub_extcmd_func_t func, grub_command_flags_t flags, const char *summary, const char *description, const struct grub_arg_option *parser) argument
H A Dhelp.c46 const char *summary_translated = _(cmd->summary);
120 grub_printf ("%s %s %s\n%s\n", _("Usage:"), cmd->name, _(cmd->summary),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Ddetails.t22 $Test->is_num( scalar $Test->summary(), 0, 'no tests yet, no summary' );
25 name => 'no tests yet, no summary',
71 $Test->is_num( scalar $Test->summary(), 4, 'summary' );
74 name => 'summary',
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm276 can begin examining the summary report:
294 The columns in the summary report mean:
343 out each individual test which failed along with a summary report and
409 quietly (no report). $total is a hash ref summary of all the tests
1159 Figure a way to report test names in the failure summary.
1161 Rework the test summary so long test names are not truncated as badly.
1174 Completely redo the print summary code.
1198 Clean up how the summary is printed. Get rid of those damned formats.
H A DBuilder.pm1096 =item B<summary>
1098 my @tests = $Test->summary;
1100 A simple summary of the tests so far. True for pass, false for fail.
1107 sub summary { subroutine
1117 Like summary(), but with a lot more detail.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm122 In summary, a compiler backend module should be called "B::Foo"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm36 cluck, confess, and longmess that context is a summary of every
H A Dperl5db.pl799 # summary (h h) screen in the debugger. Mostly columnar alignment
887 # + h(summary), h h(long) # help (hh) (was h h,h)
4561 # 'h' - print the summary help.
4563 print_help($summary);
6911 $summary = <<"END_SUM";
8357 prints the summary by default.
8370 # 'h h' - explicitly-requested summary.
H A DCPAN.pm5125 my $raw = sprintf(qq{Bundle summary:
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Darg.c107 grub_printf ("%s %s %s\n", _("Usage:"), cmd->cmd->name, _(cmd->cmd->summary));
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_audit.c552 char *summary = add_pkg_info(pkg, "Summary", "NAME"); local
576 err |= asr_buf_append_xml_nv(out, PAD_ITEM, "summary", summary);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm52 our $summary : unique = <<'!END!';
88 ($summary_expanded = $summary) =~ s{\$(\w+)}
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm52 our $summary : unique = <<'!END!';
88 ($summary_expanded = $summary) =~ s{\$(\w+)}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm215 # copy config summary format from the myconfig.SH script
216 print CONFIG "our \$summary : unique = <<'!END!';\n";
222 # NB. as $summary is unique, we need to copy it in a lexical variable
231 ($summary_expanded = $summary) =~ s{\$(\w+)}
469 Returns a textual summary of the major perl configuration values.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm205 Short summary: You need to create a package that defines four methods:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL1028 find the B<-d> option useful to get summary information in that case.
1198 Prints a brief summary of the options.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL327 A short usage summary for programs and functions. This section is mandatory
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm331 method to print errors and warnings. The summary output (e.g.

Completed in 155 milliseconds