Lines Matching refs:cmd
1067 my $cmd = shift;
1075 open CFH, "apps/$cmd.c"
1076 or die "Can't open apps/$cmd.c to list options for $cmd, $!";
1083 err("$cmd does not implement help for -$expect_helpstr") unless m/^\s*"/;
1087 && !($cmd eq "s_client" && $1 eq "wdebug")) {
1122 err("$doc: undocumented $cmd option -$_");
1130 err("$doc: $cmd does not implement -$_");
1162 foreach my $cmd ( @commands ) {
1163 $cmd =~ s/\.c$//;
1164 next if $cmd eq 'progs' || $cmd eq 'vms_decc_init';
1165 my @doc = ( grep { basename($_) eq "openssl-$cmd.pod"
1167 || basename($_) eq "$cmd.pod" }
1171 err("$num manuals for 'openssl $cmd': ".join(", ", @doc));
1173 err("no manual for 'openssl $cmd'");
1175 checkflags($cmd, @doc);