Home
last modified time | relevance | path

Searched refs:Getopt (Results 1 – 25 of 147) sorted by relevance

123456

/openbsd/src/gnu/usr.bin/perl/cpan/Getopt-Long/t/
Dgol-load1.t23 ok( !defined $Getopt::Long::Parser::VERSION,
27 my $p = Getopt::Long::Parser->new;
30 ok( defined $Getopt::Long::Parser::VERSION,
31 "Parser $Getopt::Long::Parser::VERSION loaded" );
34 is( $Getopt::Long::VERSION, $Getopt::Long::Parser::VERSION,
37 diag( "Testing Getopt::Long $Getopt::Long::VERSION, Perl $], $^X" );
Dgol-linkage.t12 use Getopt::Long;
17 Getopt::Long::Configure ("no_ignore_case");
29 Getopt::Long::Configure ("default","no_ignore_case");
44 Getopt::Long::Configure ("default","prefix_pattern=--|/|-|\\+","long_prefix_pattern=--|/");
63 Getopt::Long::Configure ("default","bundling","ignore_case_always",
73 Getopt::Long::Configure ("default","bundling","ignore_case_always",
88 Getopt::Long::Configure("default");
98 Getopt::Long::Configure("default");
99 Getopt::Long::Configure("pass_through");
112 Getopt::Long::Configure("default");
[all …]
Dgol-oo.t12 use Getopt::Long::Parser;
15 $Getopt::Long::Parser::VERSION)
16 unless $Getopt::Long::Parser::VERSION ge $want_version;
20 my $p = new Getopt::Long::Parser (config => ["no_ignore_case"]);
34 my $o = Getopt::Long::Parser->new;
Dgol-load2.t22 ok( defined $Getopt::Long::VERSION,
26 is( $Getopt::Long::VERSION, $Getopt::Long::Parser::VERSION,
Dgol-xargv.t12 use Getopt::Long qw(GetOptionsFromArray :config no_ignore_case);
15 $Getopt::Long::VERSION)
16 unless $Getopt::Long::VERSION ge $want_version;
Dgol-xstring.t12 use Getopt::Long qw(GetOptionsFromString :config no_ignore_case);
15 $Getopt::Long::VERSION)
16 unless $Getopt::Long::VERSION ge $want_version;
Dgol-basic.t12 use Getopt::Long qw(:config no_ignore_case);
15 $Getopt::Long::VERSION)
16 unless $Getopt::Long::VERSION ge $want_version;
/openbsd/src/usr.sbin/pkg_add/OpenBSD/
DGetopt.pod1 $OpenBSD: Getopt.pod,v 1.2 2023/05/21 13:44:56 espie Exp $
5 OpenBSD::Getopt - Process single-characters switches
9 use OpenBSD::Getopt;
DGetopt.pm23 package OpenBSD::Getopt;
79 OpenBSD::Getopt->import;
DState.pm237 require OpenBSD::Getopt;
250 OpenBSD::Getopt::getopts($opt_string.'hvD:', $state->{opt});
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/
DMM.pm115 require Getopt::Long;
120 Getopt::Long::config ('bundling_override');
121 Getopt::Long::GetOptions (\%options,
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/style/
Dmodule-version.t23 use Getopt::Long qw(GetOptions);
61 Getopt::Long::config('bundling', 'no_ignore_case');
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
Dxsubpp16 use Getopt::Long;
22 Getopt::Long::Configure qw(no_auto_abbrev no_ignore_case);
/openbsd/src/gnu/usr.bin/perl/lib/Getopt/
DStd.pm1 package Getopt::Std;
149 Getopt::Std->import;
307 Getopt::Std->import;
/openbsd/src/bin/ksh/
Dsh.h312 } Getopt; typedef
314 extern Getopt builtin_opt; /* for shell builtin commands */
315 extern Getopt user_opt; /* parsing state for getopts builtin command */
548 void ksh_getopt_reset(Getopt *, int);
549 int ksh_getopt(char **, Getopt *, const char *);
/openbsd/src/gnu/usr.bin/perl/Porting/
Dexpand-macro.pl5 use Getopt::Std;
7 $Getopt::Std::STANDARD_HELP_VERSION = 1;
Dmanisort16 use Getopt::Long;
/openbsd/src/gnu/usr.bin/perl/cpan/Digest-SHA/
Dshasum20 use Getopt::Long;
140 eval { Getopt::Long::Configure ("bundling") };
/openbsd/src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
DLong.pm18 package Getopt::Long;
132 Getopt::Long::Configure ()
142 sub Getopt::Long::Parser::new { subroutine
143 require Getopt::Long::Parser;
144 goto &Getopt::Long::Parser::new;
539 (Getopt::Long::CallBack->new
1503 package Getopt::Long::CallBack;
/openbsd/src/gnu/usr.bin/texinfo/doc/
Dhelp2man25 use Getopt::Long;
72 Getopt::Long::config('bundling');
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/bin/
Dencguess7 use Getopt::Std;
10 $Getopt::Std::STANDARD_HELP_VERSION = 1;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/
DProve.pm9 use Getopt::Long;
196 Getopt::Long::Configure(qw(no_ignore_case bundling pass_through));
436 Getopt::Long::GetOptions(
/openbsd/src/gnu/usr.bin/perl/win32/bin/
Dpl2bat.pl6 use Getopt::Std;
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
Dmktodo21 use Getopt::Long;
/openbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DEmbed.pm42 require Getopt::Std;
43 Getopt::Std::getopts('o:s:');

123456