Searched refs:getopts (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm7 getopt, getopts - Process single-character switches with switch clustering
15 getopts('oif:'); # -o & -i are boolean flags, -f takes an argument
17 getopts('oif:', \%opts); # options as above. Values in %opts
28 The getopts() function is similar, but you should pass to it the list of all
39 and getopts() will also accept a hash reference as an optional second argument.
49 If C<-> is not a recognized switch letter, getopts() supports arguments
73 @EXPORT = qw(getopt getopts);
166 $0 version $v calling Getopt::Std::getopts (version $myv),
215 # getopts('a:bc'); # -a takes arg. -b & -c not. Sets opt_* as a
218 sub getopts ( subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/dprof/
H A DV.pm3 use Getopt::Std 'getopts';
4 getopts('vp:d:');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DGetOptsOO.pm6 # Rather like Getopt::Std's getopts
7 # Call Pod::Perldoc::GetOptsOO::getopts($object, \@ARGV, $truth)
17 # The return value of Pod::Perldoc::GetOptsOO::getopts is true if no errors,
29 sub getopts { subroutine
/osnet-11/usr/src/cmd/sendmail/aux/
H A Detrn.pl50 getopts('bv');
/osnet-11/usr/src/lib/libshell/common/data/
H A Dbuiltins.c106 "getopts", NV_BLTIN|BLT_ENV, bltin(getopts),
659 ":[-1c?\n@(#)$Id: getopts (AT&T Research) 2005-01-01 $\n]"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL329 use Getopt::Std 'getopts';
339 getopts( $options );
347 getopts( $options );
H A Dh2ph.PL50 getopts('Dd:rlhaQe');
H A Dlibnetcfg.PL332 getopts('dcho:i:');
H A Dperlbug.PL226 if (!getopts("Adhva:s:b:f:F:r:e:SCc:to:n:")) { Help(); exit; };
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm57 getopts('o:s:');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.pm216 Getopt::Std::getopts('pdvf:')
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm620 Pod::Perldoc::GetOptsOO::getopts( $self, $self->{'args'}, 'YES' )

Completed in 86 milliseconds