| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | sysio.t | 20 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 D | readline.t | 66 open F, File::Spec->curdir and sysread F, $_, 1;
|
| H A D | tiehandle.t | 120 $r = sysread $fh,$buf,3,3;
|
| H A D | lfs.t | 2 # sysopen(), sysseek(), syswrite(), sysread() are tested in t/lib/syslfs.t.
|
| H A D | taint.t | 293 sysread(FILE, $block, 100);
|
| H A D | pack.t | 85 sysread BIN, $foo, 8192;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/ |
| H A D | Socket.t | 46 $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 D | socketpair.t | 199 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 D | EditedFiles | 40 $len1 = sysread($fh1, $buf1, 4096); 41 $len2 = sysread($fh2, $buf2, 4096);
|
| H A D | MapFiles | 38 $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 D | pp_sys | 98 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 D | open.t | 108 ($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 D | fcntl.t | 26 if (sysread($ro, my $read, 3)) {
|
| H A D | syslfs.t | 239 fail unless sysread(BIG, $big, 3) == 3;
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | sysinfo.h | 85 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 D | sa.h | 108 uint64_t sysread; member
|
| H A D | sar.c | 884 (float)xx->csi.sysread / sec_diff, in prt_c_opt()
|
| /onnv-gate/usr/src/uts/common/syscall/ |
| H A D | rw.c | 185 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 D | cpu.c | 198 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 D | perlfaq8.pod | 86 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 D | perlnumber.pod | 185 to the third and fourth arguments of C<sysread>, for example.
|
| H A D | perlfaq6.pod | 154 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 D | perl581delta.pod | 789 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 D | perl.pod | 425 particular stream, so does Perl. (This doesn't apply to sysread()
|
| /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
| H A D | Kstat.xs | 212 SAVE_UINT32(self, sysinfop, sysread); in save_cpu_stat()
|