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

12345

/openbsd-current/gnu/usr.bin/perl/cpan/Getopt-Long/t/
H A Dgol-oo.t12 use Getopt::Long;
14 die("Getopt::Long version $want_version required--this is only version ".
15 $Getopt::Long::VERSION)
16 unless $Getopt::Long::VERSION ge $want_version;
20 my $p = new Getopt::Long::Parser (config => ["no_ignore_case"]);
34 my $o = Getopt::Long::Parser->new;
H A 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
[all...]
H A Dgol-xargv.t12 use Getopt::Long qw(GetOptionsFromArray :config no_ignore_case);
14 die("Getopt::Long version $want_version required--this is only version ".
15 $Getopt::Long::VERSION)
16 unless $Getopt::Long::VERSION ge $want_version;
H A Dgol-xstring.t12 use Getopt::Long qw(GetOptionsFromString :config no_ignore_case);
14 die("Getopt::Long version $want_version required--this is only version ".
15 $Getopt::Long::VERSION)
16 unless $Getopt::Long::VERSION ge $want_version;
H A Dgol-basic.t12 use Getopt::Long qw(:config no_ignore_case);
14 die("Getopt::Long version $want_version required--this is only version ".
15 $Getopt::Long::VERSION)
16 unless $Getopt::Long::VERSION ge $want_version;
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DGetopt.pm2 # $OpenBSD: Getopt.pm,v 1.17 2023/06/16 06:44:14 espie Exp $
18 # This is inspired by Getopt::Std, except for the ability to invoke subs
23 package OpenBSD::Getopt;
79 OpenBSD::Getopt->import;
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Ducm2table7 use Getopt::Std;
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dmanisort16 use Getopt::Long;
H A Dmanicheck10 use Getopt::Long;
H A Dexpand-macro.pl5 use Getopt::Std;
7 $Getopt::Std::STANDARD_HELP_VERSION = 1;
H A Dcheckcfgvar.pl21 use Getopt::Long qw(:config bundling);
H A Dmakemeta9 use Getopt::Std;
H A Dnewtests-perldelta.pl4 use Getopt::Long;
/openbsd-current/gnu/usr.bin/perl/lib/Getopt/
H A DStd.pm1 package Getopt::Std;
10 Getopt::Std - Process single-character switches with switch clustering
14 use Getopt::Std;
72 Note that due to excessive paranoia, if $Getopt::Std::STANDARD_HELP_VERSION
76 to set $Getopt::Std::STANDARD_HELP_VERSION to true.
79 $Getopt::Std::OUTPUT_HELP_VERSION. One can print the messages of C<--help>
149 import Getopt::Std;
182 $0 version $v calling Getopt::Std::getopts (version $myv),
307 import Getopt::Std;
H A DStd.t12 use Getopt::Std;
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dmktodo21 use Getopt::Long;
/openbsd-current/gnu/usr.bin/perl/
H A Dwrite_buildcustomize.pl25 # Getopt::Long is here because it's used by podlators, which is one of the
45 cpan/Getopt-Long/lib
/openbsd-current/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm3 # Getopt::Long.pm -- Universal options parsing
14 # Getopt::Long is reported to run under 5.8.
20 package Getopt::Long;
137 package Getopt::Long::Parser;
142 Getopt::Long::Configure ()
157 my $save = Getopt::Long::Configure ($default_config, @{$atts{config}});
158 $self->{settings} = Getopt::Long::Configure ($save);
178 my $save = Getopt::Long::Configure ($self->{settings}, @_);
181 $self->{settings} = Getopt::Long::Configure ($save);
194 my $save = Getopt
[all...]
/openbsd-current/usr.bin/libtool/
H A DMakefile11 LT/Getopt.pm \
/openbsd-current/regress/sys/kern/sosplice/loop/
H A Dbcast.pl22 use Getopt::Std;
H A Dchain.pl22 use Getopt::Std;
H A Dloop.pl22 use Getopt::Std;
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-SHA/
H A DMakefile.PL5 use Getopt::Std;
/openbsd-current/usr.bin/libtool/LT/Mode/
H A DInstall.pm25 use Getopt::Std;
/openbsd-current/bin/ksh/
H A Dsh.h294 /* Values for Getopt.flags */
299 /* Values for Getopt.info */
312 } Getopt; typedef in typeref:struct:__anon4
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 *);

Completed in 304 milliseconds

12345