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

12345

/macosx-10.10/CPAN-56/Modules/Getopt-ArgvFile-1.11/
H A DMakefile1 NAME = Getopt-ArgvFile
/macosx-10.10/CPAN-56/Modules/Getopt-Long-Descriptive-0.092/
H A DMakefile1 NAME = Getopt-Long-Descriptive
/macosx-10.10/CPAN-56/Modules/Getopt-Long-Descriptive-0.096/
H A DMakefile1 NAME = Getopt-Long-Descriptive
/macosx-10.10/CPAN-56/Modules/MooseX-Getopt-0.47/
H A DMakefile1 NAME = MooseX-Getopt
/macosx-10.10/CPAN-56/Modules/MooseX-Getopt-0.59/
H A DMakefile1 NAME = MooseX-Getopt
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/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
/macosx-10.10/AvailabilityVersions-9/
H A Davailability.pl5 use Getopt::Long;
/macosx-10.10/CPANInternal-159.1/Graph-0.94/
H A DMakefile.PL5 use Getopt::Long;
/macosx-10.10/CPANInternal-159.1/Graph-0.96/
H A DMakefile.PL5 use Getopt::Long;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Dtestsock.pl25 use Getopt::Long;
H A Dpacket.pl51 use Getopt::Std;
/macosx-10.10/bind9-45.101/bind9/bin/tests/virtual-time/
H A Dtestsock.pl24 use Getopt::Long;
/macosx-10.10/diskdev_cmds-576/fuser.tproj/
H A Dfuser.pl26 use Getopt::Long qw(GetOptions);
35 Getopt::Long::config('bundling');
/macosx-10.10/bind9-45.101/bin/
H A Dstrip13 use Getopt::Long ();
36 Getopt::Long::Configure(qw(no_permute bundling_override no_ignore_case));
37 Getopt::Long::GetOptions(\%args, map {"$_$argtype{$_}"} keys(%argtype));
/macosx-10.10/python-89/bin/
H A Dstrip13 use Getopt::Long ();
36 Getopt::Long::Configure(qw(no_permute bundling_override no_ignore_case));
37 Getopt::Long::GetOptions(\%args, map {"$_$argtype{$_}"} keys(%argtype));
/macosx-10.10/PostgreSQL-97/Support/backup_restore/
H A Dxpg_archive_command18 use Getopt::Std;
/macosx-10.10/WebInspectorUI-7600.1.17/Scripts/
H A Dremove-console-asserts.pl4 use Getopt::Long;
/macosx-10.10/ntp-92/scripts/
H A Dntp-wait.in5 use Getopt::Std;
H A Dntptrace6 use Getopt::Std;
11 $Getopt::Std::STANDARD_HELP_VERSION=1;
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/examples/
H A Dfind_naughty.pl19 use Getopt::Std;
H A Dperllinetype.pl16 use Getopt::Std;
/macosx-10.10/CPANInternal-159.1/String-ShellQuote-1.04/
H A Dshell-quote51 # Use exit() rather than die(), as Getopt::Long does eval().
56 # This is basically Getopt::Long but it has the defaults set up the way I
71 # I'm setting this environment variable when loading Getopt::Long
75 require Getopt::Long;
78 Getopt::Long->VERSION(2.19);
79 Getopt::Long::Configure(
90 #goto &Getopt::Long::GetOptions;
91 Getopt::Long::GetOptions(@_);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl38 use Getopt::Std;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/stress/
H A Dupdate.pl43 use Getopt::Std;

Completed in 110 milliseconds

12345