Home
last modified time | relevance | path

Searched refs:shellwords (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/
H A Dtaint.t22 use Text::ParseWords qw(shellwords old_shellwords);
27 print "not " if grep { not tainted($_) } shellwords("$0$^X");
H A DParseWords.t8 my @words = shellwords(qq(foo "bar quiz" zoo));
52 @words = shellwords($string);
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/
H A DEnv.pm8 use Text::ParseWords qw/shellwords/;
63 = ( @raw_switches, shellwords( $ENV{HARNESS_PERL_SWITCHES} || '' ) );
/openbsd-src/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/
H A DParseWords.pm16 sub shellwords { subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dproverun.t51 ? shellwords( $ENV{HARNESS_PERL_SWITCHES} )
H A Dprove.t16 use Text::ParseWords qw(shellwords);
1495 shellwords( $ENV{HARNESS_PERL_SWITCHES} )
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/
H A DPerl.pm12 use Text::ParseWords qw(shellwords);
176 defined $ENV{PERL5OPT} ? shellwords( $ENV{PERL5OPT} ) : ()
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/
H A DKid.pm55 my ( @libpath ) = Text::ParseWords::shellwords( $Config{'libpth'} || '' );
73 foreach my $thislib ( Text::ParseWords::shellwords($potential_libs) ) {
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/
H A DHarness.pm16 use Text::ParseWords qw(shellwords);
197 my @opt = map { shellwords($_) } grep { defined } $Switches, $ENV{HARNESS_PERL_SWITCHES};
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/
H A DBase.pm378 return Text::ParseWords::shellwords($string);
/openbsd-src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm206 my $args = [ Text::ParseWords::shellwords($string) ];
2099 C<Text::ParseWords::shellwords>. As with C<GetOptionsFromArray>, the
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm372 eval { @line = Text::ParseWords::shellwords($_) };
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/
H A DPerldoc.pm738 Text::ParseWords::shellwords( $ENV{"PERLDOC"} )
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
H A DChanges589 - Changed the split_like_shell() method to use the shellwords()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5120delta.pod641 F<termcap.pl>, F<tainted.pl>, F<stat.pl>, F<shellwords.pl>, F<pwd.pl>,
H A Dperl5160delta.pod1518 pwd.pl shellwords.pl stat.pl tainted.pl termcap.pl timelocal.pl