Searched refs:DATA (Results 1 - 25 of 89) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dnoswitch.t5 *ARGV = *DATA;
12 ok 2 - read from aliased DATA filehandle
H A DswitchF.t5 *ARGV = *DATA;
H A Dswitchn.t5 *ARGV = *DATA;
H A Dswitchp.t5 *ARGV = *DATA;
H A Dswitcha.t5 *ARGV = *DATA;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dtext.t33 while (<DATA>) {
36 while (<DATA>) {
52 while (<DATA>) {
H A Dman.t33 while (<DATA>) {
36 while (<DATA>) {
53 while (<DATA>) {
H A Dtext-options.t33 while (<DATA>) {
36 while (<DATA>) {
42 while (<DATA>) {
58 while (<DATA>) {
H A Dpod2html-lib.pl28 $expect = <DATA>;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dcproto.t12 while (<DATA>) {
H A Dreadline.t50 $k = <DATA>;
59 $k .= <DATA>;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSelfLoader.t66 __END__ DATA
175 my $foodata = <Foo::DATA>;
176 close Foo::DATA;
183 # Check that __END__ DATA is honoured
195 my $bardata = <Bar::DATA>;
196 close Bar::DATA;
H A Ddumpvar.t15 @prgs = split "########\n", <DATA>;
16 close DATA;
H A Dbigintpl.t12 while (<DATA>) {
H A DSelfLoader.pm30 SelfLoader->_load_stubs($1) unless exists $Cache{"${1}::<DATA"};
54 my $fh = \*{"${callpack}::DATA"};
61 $Cache{"${currpack}::<DATA"} = 1; # indicate package is cached
88 $Cache{"${currpack}::<DATA"} = 1; # indicate package is cached
101 unless ($line =~ /^__END__\s*DATA/) {
156 is available for reading via the filehandle FOOBAR::DATA,
170 then the C<DATA> filehandle is set to access the data after the C<__DATA__>
182 The B<SelfLoader> will read from the FOOBAR::DATA filehandle to
193 token DATA, then the B<SelfLoader> leaves the FOOBAR::DATA
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmemalign.c163 _free_unlocked(DATA(blk));
181 _free_unlocked(DATA(blk));
184 return (DATA(aligned_blk));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DSoundex.t29 while (<DATA>)
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmstat.c95 void* d = DB2DEBUG(DATA(b));
99 s = PFSIZE(DATA(b));
106 b = (Block_t*)((Vmuchar_t*)DATA(b) + (SIZE(b)&~BITS) );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dcompat06.t92 while (<DATA>) {
97 while (<DATA>) {
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmallint.h112 #define DATA(b) (((char *)(b)) + WORDSIZE) macro
117 #define BOTTOM(b) ((DATA(b) + RSIZE(b) + WORDSIZE) == Baddr)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dharness28 #fudge DATA for now.
100 open DATA,"<".__FILE__;
101 until (($_=<DATA>) =~ /^__END__/) {};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A D1_compile.t18 my @Core_Modules = grep /\S/, <DATA>;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dplainer.t13 while( <DATA> ) {
14 my $expected = $header.<DATA>;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Do.t22 print OUT while <DATA>;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm20 push(@DATA,@{$lines});
27 push(@DATA,$line);
38 $fh = "${module}::DATA";
40 @DATA = @STUBS = ();
69 print "1;\n__DATA__\n",@DATA;
70 if($end_data) { print "__END__ DATA\n",@AFTER_DATA; }

Completed in 97 milliseconds

1234