Home
last modified time | relevance | path

Searched refs:whatIsInput (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/
D01misc.t209 title "whatIsInput" ;
213 is whatIsInput(*FH), 'handle', "Match filehandle" ;
217 is whatIsInput($stdin), 'handle', "Match '-' as stdin";
220 is whatIsInput("abc"), 'filename', "Match filename";
221 is whatIsInput(\"abc"), 'buffer', "Match buffer";
222 is whatIsInput(sub { 1 }, 1), 'code', "Match code";
223 is whatIsInput(sub { 1 }), '' , "Don't match code";
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/
DCommon.pm154 sub whatIsInput($;$) subroutine
230 my $inType = $data{inType} = whatIsInput($_[0], WANT_EXT|WANT_HASH);
399 my $inType = whatIsInput($element);
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
DBase.pm404 my $inType = whatIsInput($inValue, 1);
540 my $inType = whatIsInput($_[0], $_[1]);