/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/ |
H A D | TieOut.pm | 18 sub read { subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Dumpvalue.t | 71 is( $out->read, "0..2 1 2 3\n", 'DumpElem worked on array ref'); 73 is( $out->read, "'one' => 1, 'two' => 2\n", 'DumpElem worked on hash ref' ); 75 is( $out->read, "'hi'\n", 'DumpElem worked on simple scalar' ); 78 like( $out->read, qr/ARRAY/, 'DumpElem okay with reference and no veryCompact'); 83 is( $out->read, "0..2 1 2 3\n", 'dumped array fine' ); 86 is( $out->read, "0..2 1 2 ...\n", 'dumped limited array fine' ); 90 is( $out->read, "'a' => 1, 'b' => 2, 'c' => 3\n", 'dumped hash fine' ); 93 is( $out->read, "'a' => 1, 'b' => 2 ...\n", 'dumped limited hash fine' ); 98 like( $out->read, qr/ARRAY.+empty array/s, 'stringified empty array ref' ); 100 like( $out->read, q 284 sub read { subroutine [all...] |
H A D | DirHandle.pm | 14 while (defined($_ = $d->read)) { something($_); } 16 while (defined($_ = $d->read)) { something_else($_); } 76 sub read { subroutine 77 @_ == 1 or croak 'usage: $dh->read()';
|
H A D | sigtrap.t | 64 like( $out->read, qr/^Installing handler/, 'does it talk with $Verbose set?' ); 86 sub read { subroutine
|
H A D | Benchmark.t | 139 $got = $out->read(); 150 $got = $out->read(); 162 $got = $out->read(); 174 $got = $out->read(); 190 $got = $out->read(); 212 $got = $out->read(); 254 $out->read; 279 $got = $out->read(); 391 $got = $out->read(); 413 $got = $out->read(); 608 sub read { subroutine [all...] |
H A D | dumpvar.t | 83 sub read { subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/ |
H A D | I.pm | 2 ## Package to read/write on BINARY data connections 15 sub read { subroutine 18 my $size = shift || croak 'read($buf,$size,[$timeout])';
|
H A D | A.pm | 2 ## Package to read/write on ASCII data connections 15 sub read { subroutine 18 my $size = shift || croak 'read($buf,$size,[$offset])';
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
H A D | Cap.t | 79 is( $out->read(), 'apcpc', 'Tpad() should write to filehandle when passed' ); 85 is( $out->read(), 'pc', 'Tputs() should write to filehandle when passed' ); 139 # it shouldn't try to read one file more than 32(!) times 146 # now let it read a fake termcap file, and see if it sets properties 164 is( $out->read(), 'a1', 'Tgoto() should print to filehandle if passed' ); 214 sub read { subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
H A D | terse.t | 40 my @lines = split(/\n+/, $out->read); 111 sub read { subroutine
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/ |
H A D | geom_dal.h | 46 int (*read)(dal_t *, void *, blk_t, blk_t); member in struct:dal_ops
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Dir.pm | 62 sub read { subroutine 63 @_ == 1 or croak 'usage: $dh->read()'; 101 scalar $dh->read; 106 scalar $dh->read; 157 while (defined($_ = $d->read)) { something($_); } 159 while (defined($_ = $d->read)) { something_else($_); } 194 =item read ()
|
H A D | Handle.pm | 38 the C<FileHandle> package, then I suggest you read the documentation 69 $io->read ( BUF, LEN, [OFFSET] ) 124 This works like <$io> when called in a list context to read all 137 opposite of read. The wrapper for the perl C<write> function is 217 Marks the object as taint-clean, and as such data read from it will also 429 sub read { subroutine 430 @_ == 3 || @_ == 4 or croak 'usage: $io->read(BUF, LEN [, OFFSET])'; 431 read($_[0], $_[1], $_[2], $_[3] || 0);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Packlist.pm | 34 $self->read($packfile) if (defined($packfile) && -f $packfile); 78 sub read($;$) subroutine 178 $pl->read('/an/old/.packlist'); 190 Functions are provided to read and write .packlist files. The original 214 it will be opened and the contents of the file will be read. The new() method 221 =item read() 223 This takes an optional parameter, the name of the .packlist to be read. If 224 no file is specified, the .packlist specified to new() will be read. If the 259 my @count = $dh->read();
|
/osnet-11/usr/src/lib/rad/pyrad/common/ |
H A D | recordmarking.py | 45 """ Internal: read n bytes or else (mark EOF) """ 59 """ Internal: read a the next fragment header """ 77 def read(self, n): member in class:RecordMarkingSocket
|
/osnet-11/usr/src/lib/libpicltree/ |
H A D | picltree.h | 68 int (*read)(ptree_rarg_t *arg, void *buf); member in struct:__anon2321
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | fs.h | 62 grub_ssize_t (*read) (struct grub_file *file, char *buf, grub_size_t len); member in struct:grub_fs
|
H A D | scsi.h | 66 grub_err_t (*read) (struct grub_scsi *scsi, grub_size_t cmdsize, char *cmd, member in struct:grub_scsi_dev
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-script-check.c | 90 ssize_t read; local 92 read = getline(&cmdline, &len, (file ?: stdin)); 93 if (read == -1) 158 file = 0; /* read from stdin */
|
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | device.h | 41 ND_ReadOnly, /* 1: Device is read-only. */ 92 s64 (*read)(struct ntfs_device *dev, void *buf, s64 count); member in struct:ntfs_device_operations
|
/osnet-11/usr/src/grub/grub2/grub-core/io/ |
H A D | xzio.c | 77 grub_ssize_t read; local 80 read = grub_file_read (file, buf, VLI_MAX_DIGITS); 81 if (read < 0) 84 dec = decode_vli (buf, read, num); 85 grub_file_seek (file, file->offset - (read - dec)); 344 .read = grub_xzio_read,
|
/osnet-11/usr/src/grub/grub2/grub-core/loader/ |
H A D | machoXX.c | 28 grub_error (GRUB_ERR_READ_ERROR, "cannot read Mach-O header"); 45 grub_error (GRUB_ERR_OUT_OF_MEMORY, "not enough memory to read commands"); 52 grub_error (GRUB_ERR_READ_ERROR, "cannot read Mach-O header"); 92 grub_ssize_t read; local 95 "couldn't read architecture-specific part"); 104 read = grub_file_read (macho->file, dest, 106 if (read != (grub_ssize_t) (macho->endXX - macho->offsetXX)) 110 "couldn't read architecture-specific part"); 196 grub_ssize_t read; local 197 read [all...] |
/osnet-11/usr/src/lib/libldap4/ber/ |
H A D | io.c | 84 #define read( s, b, l ) tcpread( s, 0, (unsigned char *)b, l, NULL ) macro 93 #define read( s, b, l ) recv( s, b, l, 0 ) macro 100 #define read( s, b, l ) nread( s, b, l ) macro 107 #define read( s, b, l ) recv( s, b, l, 0 ) macro 115 #define read( s, b, l ) recv( s, b, l, 0 ) macro 187 rc = read( sb->sb_sd, sb->sb_ber.ber_buf, 200 /* nothing received or error, just abandon the read */ 593 * read the tag and the length and as much of the rest as we can 598 * First, we read the tag. 607 * Next, read th [all...] |
/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | device.h | 110 int (*read) (const PedDevice* dev, void* buffer, member in struct:_PedDeviceArchOps
|
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | fuse_compat.h | 35 int (*read) (const char *, char *, size_t, off_t, member in struct:fuse_operations_compat25 94 int (*read) (const char *, char *, size_t, off_t, member in struct:fuse_operations_compat22 145 int (*read) (const char *, char *, size_t, off_t); member in struct:fuse_operations_compat2 193 int (*read) (const char *, char *, size_t, off_t); member in struct:fuse_operations_compat1
|