Home
last modified time | relevance | path

Searched refs:foo2 (Results 1 – 12 of 12) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/cmd/
H A Dswitch.t29 sub foo2 { subroutine
43 print do foo2(0) == 20 ? "ok 7\n" : "not ok 7\n";
44 print do foo2(1) == 1 ? "ok 8\n" : "not ok 8\n";
45 print do foo2(2) == 2 ? "ok 9\n" : "not ok 9\n";
46 print do foo2(3) == 3 ? "ok 10\n" : "not ok 10\n";
47 print do foo2(4) == 4 ? "ok 11\n" : "not ok 11\n";
48 print do foo2(5) == 20 ? "ok 12\n" : "not ok 12\n";
H A Dsubval.t10 sub foo2 { subroutine
40 if (&foo2(0) eq 'true3') {print "ok 3\n";} else {print "not ok 3\n";}
41 if (&foo2(1) eq 'true2') {print "ok 4\n";} else {print "not ok 4\n";}
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/dprof/
H A Dtest5_t8 sub foo2 {
9 print "in foo2(@_)\n";
24 &foo2( B );
H A Dtest5_v10 main::foo2
/onnv-gate/usr/src/lib/libshell/common/tests/
H A Dcomvar.sh292 eval foo2="$foo"
293 foo2.hello=notok foo2.yes.yex=no foo2.extra=yes.
301 "$foo2"
306 [[ $bam == "$foo2" ]] || err_exit '$foo2 != $bmr'
484 typeset -C -A foo1=( abc="alphabet" ) foo2=( abc="alphabet" )
496 … err_exit "test failed\n$(diff -u <( print -r -- "${foo1[1234]}") <(print -r -- "${foo2[1234]}"))."
H A Dcase.sh31 bar=foo2
33 for i in foo1 foo2 foo3 foo4 foo5 foo6
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dcaller.t61 sub foo2 { f() } subroutine
62 my $fooref2 = delete $::{foo2};
H A Ddo.t11 sub foo2 subroutine
44 $result = do foo2(0,1,0);
H A Dmy.t30 sub foo2 { subroutine
45 print &foo2("ok 11\n","ok 12\n");
H A Dlocal.t26 sub foo2 { subroutine
41 print &foo2("ok 11\n","ok 12\n");
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dproto.t422 sub foo2 ($\%);
423 eval q{ foo2 "s" };
/onnv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c1734 cachefs_dump(struct vnode *vp, caddr_t foo1, offset_t foo2, offset_t foo3, in cachefs_dump() argument