Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 103) sorted by relevance

12345

/openssl/util/
H A Dck_errf.pl24 sub help subroutine
62 &help();
/openssl/doc/man1/
H A Dopenssl-errstr.pod.in11 [B<-help>]
25 =item B<-help>
H A Dopenssl-prime.pod.in11 [B<-help>]
32 =item B<-help>
H A Dopenssl-cmds.pod.in66 B<openssl> I<cmd> B<-help> | [I<-option> | I<-option> I<arg>] ... [I<arg>] ...
76 Among others, every subcommand has a help option.
80 =item B<-help>
H A Dopenssl-info.pod.in11 [B<-help>]
34 =item B<-help>
H A Dopenssl-nseq.pod.in11 [B<-help>]
33 =item B<-help>
H A Dopenssl-pkeyparam.pod.in15 [B<-help>]
32 =item B<-help>
H A Dopenssl-rand.pod.in11 [B<-help>]
42 =item B<-help>
H A Dopenssl-pkcs7.pod.in15 [B<-help>]
37 =item B<-help>
H A Dopenssl-srp.pod.in11 [B<-help>]
44 =item B<-help>
H A Dopenssl-passwd.pod.in11 [B<-help>]
39 =item B<-help>
H A Dopenssl-gendsa.pod.in11 [B<-help>]
41 =item B<-help>
H A Dopenssl-version.pod.in11 [B<-help>]
33 =item B<-help>
H A Dopenssl-rehash.pod.in17 [B<-help>]
27 [B<-help>]
96 =item B<-help> B<-h>
H A Dopenssl-crl2pkcs7.pod.in11 [B<-help>]
30 =item B<-help>
H A Dopenssl-engine.pod.in11 [B<-help>]
36 =item B<-help>
H A Dopenssl-dsaparam.pod.in11 [B<-help>]
37 =item B<-help>
H A Dopenssl-crl.pod.in11 [B<-help>]
43 =item B<-help>
H A Dopenssl-genrsa.pod.in11 [B<-help>]
45 =item B<-help>
/openssl/doc/internal/man3/
H A DOPTIONS.pod87 returns, it also helps guarantee that every command has a C<-help> option.
95 it takes (if any), and an optional "help" string. It is a C<struct>
132 The B<helpstr> is what to display when the user uses the help option,
133 which should be C<"help">.
140 {"help", OPT_HELP, '-', "Display this summary"},
151 If the help string is too long to fit into one line, it may be continued
162 By default, the help display will include a standard prolog:
184 In addition to providing help about options, you can provide a description
193 the help string:
231 fprintf(stderr, "%s: Use -help for summary\n", prog);
/openssl/tools/
H A Dc_rehash.in34 help();
46 sub help {
/openssl/apps/include/
H A Dfunction.h27 const OPTIONS *help; member
/openssl/apps/lib/
H A Dopt.c1133 const char* help; in opt_print() local
1141 help = o->helpstr ? o->helpstr : "(No additional info)"; in opt_print()
1143 opt_printf_stderr(help, prog); in opt_print()
1147 opt_printf_stderr(help, prog); in opt_print()
1161 opt_printf_stderr("%s %s\n", start, help); in opt_print()
1188 opt_printf_stderr("%s %s\n", start, help); in opt_print()
/openssl/
H A Dconfigdata.pm.in217 my $help = undef;
229 'help' => \$help,
244 if ($help) {
/openssl/dev/
H A Drelease.sh43 --help This text
141 --help )
652 B<--help> |
740 =item B<--help>
742 Display a quick help text and exit.

Completed in 40 milliseconds

12345