Searched refs:Getopt (Results 1 – 25 of 147) sorted by relevance
123456
| /openbsd/src/gnu/usr.bin/perl/cpan/Getopt-Long/t/ |
| D | gol-load1.t | 23 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" );
|
| D | gol-linkage.t | 12 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 …]
|
| D | gol-oo.t | 12 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;
|
| D | gol-load2.t | 22 ok( defined $Getopt::Long::VERSION, 26 is( $Getopt::Long::VERSION, $Getopt::Long::Parser::VERSION,
|
| D | gol-xargv.t | 12 use Getopt::Long qw(GetOptionsFromArray :config no_ignore_case); 15 $Getopt::Long::VERSION) 16 unless $Getopt::Long::VERSION ge $want_version;
|
| D | gol-xstring.t | 12 use Getopt::Long qw(GetOptionsFromString :config no_ignore_case); 15 $Getopt::Long::VERSION) 16 unless $Getopt::Long::VERSION ge $want_version;
|
| D | gol-basic.t | 12 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/ |
| D | Getopt.pod | 1 $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;
|
| D | Getopt.pm | 23 package OpenBSD::Getopt; 79 OpenBSD::Getopt->import;
|
| D | State.pm | 237 require OpenBSD::Getopt; 250 OpenBSD::Getopt::getopts($opt_string.'hvD:', $state->{opt});
|
| /openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/ |
| D | MM.pm | 115 require Getopt::Long; 120 Getopt::Long::config ('bundling_override'); 121 Getopt::Long::GetOptions (\%options,
|
| /openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/style/ |
| D | module-version.t | 23 use Getopt::Long qw(GetOptions); 61 Getopt::Long::config('bundling', 'no_ignore_case');
|
| /openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
| D | xsubpp | 16 use Getopt::Long; 22 Getopt::Long::Configure qw(no_auto_abbrev no_ignore_case);
|
| /openbsd/src/gnu/usr.bin/perl/lib/Getopt/ |
| D | Std.pm | 1 package Getopt::Std; 149 Getopt::Std->import; 307 Getopt::Std->import;
|
| /openbsd/src/bin/ksh/ |
| D | sh.h | 312 } 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/ |
| D | expand-macro.pl | 5 use Getopt::Std; 7 $Getopt::Std::STANDARD_HELP_VERSION = 1;
|
| D | manisort | 16 use Getopt::Long;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Digest-SHA/ |
| D | shasum | 20 use Getopt::Long; 140 eval { Getopt::Long::Configure ("bundling") };
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/ |
| D | Long.pm | 18 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/ |
| D | help2man | 25 use Getopt::Long; 72 Getopt::Long::config('bundling');
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/bin/ |
| D | encguess | 7 use Getopt::Std; 10 $Getopt::Std::STANDARD_HELP_VERSION = 1;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/ |
| D | Prove.pm | 9 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/ |
| D | pl2bat.pl | 6 use Getopt::Std;
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/ |
| D | mktodo | 21 use Getopt::Long;
|
| /openbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | Embed.pm | 42 require Getopt::Std; 43 Getopt::Std::getopts('o:s:');
|
123456