Searched defs:read (Results 1 - 25 of 54) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A DTieOut.pm18 sub read { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDumpvalue.t71 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 DDirHandle.pm14 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 Dsigtrap.t64 like( $out->read, qr/^Installing handler/, 'does it talk with $Verbose set?' );
86 sub read { subroutine
H A DBenchmark.t139 $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 Ddumpvar.t83 sub read { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/
H A DI.pm2 ## Package to read/write on BINARY data connections
15 sub read { subroutine
18 my $size = shift || croak 'read($buf,$size,[$timeout])';
H A DA.pm2 ## 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 DCap.t79 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 Dterse.t40 my @lines = split(/\n+/, $out->read);
111 sub read { subroutine
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dgeom_dal.h46 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 DDir.pm62 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 DHandle.pm38 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 DPacklist.pm34 $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 Drecordmarking.py45 """ 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 Dpicltree.h68 int (*read)(ptree_rarg_t *arg, void *buf); member in struct:__anon2321
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfs.h62 grub_ssize_t (*read) (struct grub_file *file, char *buf, grub_size_t len); member in struct:grub_fs
H A Dscsi.h66 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 Dgrub-script-check.c90 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 Ddevice.h41 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 Dxzio.c77 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 DmachoXX.c28 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 Dio.c84 #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 Ddevice.h110 int (*read) (const PedDevice* dev, void* buffer, member in struct:_PedDeviceArchOps
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h35 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

Completed in 28 milliseconds

123