Searched refs:any_tainted (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.t131 sub any_tainted (@) { subroutine
135 any_tainted @_;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtaint.t91 sub any_tainted (@) { subroutine
95 any_tainted @_;
234 test 15, not any_tainted @list;
236 test 16, any_tainted @list;
238 test 18, not any_tainted @list[0,2,4,6,8];
331 test 40, not any_tainted $`, $&, $';
334 test 41, not any_tainted $1, $2, $3, $+;
337 test 42, not any_tainted @bar;

Completed in 27 milliseconds