Searched refs:Getopt (Results 1 - 25 of 46) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dnewgetopt.pl5 # It is now just a wrapper around the Getopt::Long module.
10 # Suggested alternative: Getopt::Long
43 use Getopt::Long;
49 $Getopt::Long::debug = $newgetopt::debug
51 $Getopt::Long::autoabbrev = $newgetopt::autoabbrev
53 $Getopt::Long::getopt_compat = $newgetopt::getopt_compat
55 $Getopt::Long::option_start = $newgetopt::option_start
57 $Getopt::Long::order = $newgetopt::order
59 $Getopt::Long::bundling = $newgetopt::bundling
61 $Getopt
[all...]
H A Dgetopt.pl9 # Suggested alternatives: Getopt::Long or Getopt::Std
18 ;# do Getopt('oDI'); # -o, -D & -I take arg. Sets opt_* as a side effect.
20 sub Getopt { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/Long/t/
H A Dgol-oo.t10 use Getopt::Long;
11 die("Getopt::Long version 2.23_03 required--this is only version ".
12 $Getopt::Long::VERSION)
13 unless $Getopt::Long::VERSION ge "2.24";
17 my $p = new Getopt::Long::Parser (config => ["no_ignore_case"]);
H A Dgol-basic.t10 use Getopt::Long qw(:config no_ignore_case);
11 die("Getopt::Long version 2.23_03 required--this is only version ".
12 $Getopt::Long::VERSION)
13 unless $Getopt::Long::VERSION ge "2.24";
H A Dgol-linkage.t10 use Getopt::Long;
15 Getopt::Long::Configure ("no_ignore_case");
27 Getopt::Long::Configure ("default","no_ignore_case");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dftp5 use Getopt::Long;
H A Dpop35 use Getopt::Long;
H A Dnntp4 use Getopt::Long;
H A Dsmtp.self5 use Getopt::Long;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/dprof/
H A DV.pm3 use Getopt::Std 'getopts';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.t10 use Getopt::Std;
55 # Then try the Getopt::Long module
57 use Getopt::Long;
70 'Getopt::Long::GetOptions succeeded'
H A DStd.pm1 package Getopt::Std;
11 use Getopt::Std;
59 Note that due to excessive paranoia, if $Getopt::Std::STANDARD_HELP_VERSION
63 to set $Getopt::Std::STANDARD_HELP_VERSION to true.
66 $Getopt::Std::OUTPUT_HELP_VERSION. One can print the messages of C<--help>
134 import Getopt::Std;
166 $0 version $v calling Getopt::Std::getopts (version $myv),
289 import Getopt::Std;
H A DLong.pm0 # Getopt::Long.pm -- Universal options parsing
3 package Getopt::Long;
142 package Getopt::Long::Parser;
147 Getopt::Long::Configure ()
162 my $save = Getopt::Long::Configure ($default_config, @{$atts{config}});
163 $self->{settings} = Getopt::Long::Configure ($save);
183 my $save = Getopt::Long::Configure ($self->{settings}, @_);
186 $self->{settings} = Getopt::Long::Configure ($save);
193 my $save = Getopt::Long::Configure ($self->{settings});
197 $Getopt
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Derrinfo54 use Getopt::Std;
H A Dhotkernel51 use Getopt::Std;
H A Dhotuser54 use Getopt::Std;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Derrinfo54 use Getopt::Std;
H A Dhotkernel51 use Getopt::Std;
H A Dhotuser54 use Getopt::Std;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/t/
H A DDProf.t20 use Getopt::Std 'getopts';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm87 require Getopt::Long;
91 # We will cheat and just use Getopt::Long. We fool it by putting
94 Getopt::Long::config ('bundling_override');
95 Getopt::Long::GetOptions (\%options,
/osnet-11/usr/src/cmd/sendmail/aux/
H A Detrn.pl36 use Getopt::Std;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL50 use Getopt::Long qw(GetOptions);
70 # Getopt::Long; we want to interpret it as meaning stdin (which Pod::Parser
79 Getopt::Long::config ('bundling');
233 In addition, other L<Getopt::Long|Getopt::Long> error messages may result
H A Dpodselect.PL112 use Getopt::Long;
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DEditedFiles19 use Getopt::Std;

Completed in 69 milliseconds

12