Home
last modified time | relevance | path

Searched refs:sysread (Results 1 – 25 of 36) sorted by relevance

12

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsysio.t20 eval { sysread(I, $x, -1) };
29 eval { sysread(I, $x, 1, -4) };
40 print 'not ' unless(sysread(I, $a, 3) == 3);
48 print 'not ' unless(sysread(I, $a, 2, 5) == 2);
56 print 'not ' unless(sysread(I, $a, 3, -2) == 3);
188 print 'not ' unless (sysread(I, $b, 100) == 10);
198 sysread(I, $b, 3);
204 sysread(I, $b, 4);
H A Dreadline.t66 open F, File::Spec->curdir and sysread F, $_, 1;
H A Dtiehandle.t120 $r = sysread $fh,$buf,3,3;
H A Dlfs.t2 # sysopen(), sysseek(), syswrite(), sysread() are tested in t/lib/syslfs.t.
H A Dtaint.t293 sysread(FILE, $block, 100);
H A Dpack.t85 sysread BIN, $foo, 8192;
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/
H A DSocket.t46 $read = sysread(T,$buff,10); # Connection may be granted, then closed!
52 $read = sysread(T,$buff,10,length($buff));
90 $read = sysread(S,$buff,10); # Connection may be granted, then closed!
96 $read = sysread(S,$buff,10,length($buff));
H A Dsocketpair.t199 is (sysread (LEFT, $buffer, length $total), length $expect, "read on left");
205 is (sysread (RIGHT, $buffer, length $total), length $expect, "read on right");
222 is (sysread (RIGHT, $buffer, 1), undef,
238 is (sysread (LEFT, $buffer, length $total), length $expect, "read on left");
/onnv-gate/usr/src/cmd/perl/5.8.4/utils/port/
H A DEditedFiles40 $len1 = sysread($fh1, $buf1, 4096);
41 $len2 = sysread($fh2, $buf2, 4096);
H A DMapFiles38 $len1 = sysread($fh1, $buf1, 4096);
39 $len2 = sysread($fh2, $buf2, 4096);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/
H A Dpp_sys98 my $a = sysread(F, $a,10) ;
388 my $a = sysread(F, $a,10) ;
390 my $a = sysread(F, $a,10) ;
393 sysread(F, $a, 10);
395 sysread(NONEXISTENT, $a, 10);
400 sysread() on closed filehandle F at - line 17.
402 sysread() on unopened filehandle NONEXISTENT at - line 19.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.t108 ($c = sysread(F, $b, 1)) == 1 &&
154 ($c = sysread(G, $b, 1)) == 1 &&
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/t/
H A Dfcntl.t26 if (sysread($ro, my $read, 3)) {
H A Dsyslfs.t239 fail unless sysread(BIG, $big, 3) == 3;
/onnv-gate/usr/src/uts/common/sys/
H A Dsysinfo.h85 uint_t sysread; /* read() + readv() system calls */ member
211 uint64_t sysread; /* read() + readv() system calls */ member
/onnv-gate/usr/src/cmd/sa/
H A Dsa.h108 uint64_t sysread; member
H A Dsar.c884 (float)xx->csi.sysread / sec_diff, in prt_c_opt()
/onnv-gate/usr/src/uts/common/syscall/
H A Drw.c185 CPU_STATS_ADDQ(cp, sys, sysread, 1); in read()
460 CPU_STATS_ADDQ(cp, sys, sysread, 1); in pread()
753 CPU_STATS_ADDQ(cp, sys, sysread, 1); in readv()
1034 CPU_STATS_ADDQ(cp, sys, sysread, 1); in pread64()
/onnv-gate/usr/src/uts/common/os/
H A Dcpu.c198 kstat_named_t sysread; member
3223 csskd->sysread.value.ui64 = css->sysread; in cpu_sys_stats_ks_update()
3361 cso->cpu_sysinfo.sysread = CPU_STATS(cp, sys.sysread); in cpu_stat_ks_update()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlfaq8.pod86 sysread(TTY, $key, 1); # probably this does
142 sysread(STDIN, $key, 1);
302 If you are doing a blocking read() or sysread(), you'll have to
312 <jwz@netscape.com>, after much gnashing of teeth and fighting with sysread,
878 If that doesn't work, give up on your stdio package and use sysread.
H A Dperlnumber.pod185 to the third and fourth arguments of C<sysread>, for example.
H A Dperlfaq6.pod154 Use the four argument form of sysread to continually add to
159 while( sysread FH, $_, 8192, length ) {
171 while( sysread FH, $_, 8192, length ) {
H A Dperl581delta.pod789 You cannot read() (or sysread()) from a closed or unopened filehandle.
973 =head2 Win32: sysopen, sysread, syswrite
975 As of the 5.8.0 release, sysopen()/sysread()/syswrite() do not behave
983 then, the use of sysopen(), sysread() and syswrite() is not supported
H A Dperl.pod425 particular stream, so does Perl. (This doesn't apply to sysread()
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs212 SAVE_UINT32(self, sysinfop, sysread); in save_cpu_stat()

12