| /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
| inject.c | 42 read(int fildes, void *buf, size_t nbyte) function
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| 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, qr/HASH.+empty hash/s, 'stringified empty hash ref' ) 284 sub read { subroutine [all...] |
| 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()';
|
| sigtrap.t | 64 like( $out->read, qr/^Installing handler/, 'does it talk with $Verbose set?' ); 86 sub read { subroutine
|
| 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...] |
| dumpvar.t | 83 sub read { subroutine
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/ |
| I.pm | 2 ## Package to read/write on BINARY data connections 15 sub read { subroutine 18 my $size = shift || croak 'read($buf,$size,[$timeout])';
|
| A.pm | 2 ## Package to read/write on ASCII data connections 15 sub read { subroutine 18 my $size = shift || croak 'read($buf,$size,[$offset])'; 28 READ: 53 redo READ
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
| 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
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/ |
| TieOut.pm | 18 sub read { subroutine
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
| terse.t | 40 my @lines = split(/\n+/, $out->read); 111 sub read { subroutine
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/ |
| read.c | 43 read(int fd, char *buf, int size) function 59 (void) fprintf(stderr, "read: malloc failed\n");
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/ |
| read.c | 43 read(int fd, char *buf, int size) function 59 (void) fprintf(stderr, "read: malloc failed\n");
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/ |
| Kstat.java | 79 public native void read() throws KstatReadException; method in class:Kstat
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/reiserfs/ |
| geom_dal.h | 45 int (*read)(dal_t *, void *, blk_t, blk_t); member in struct:dal_ops
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| LiteralStorage.cxx | 27 Boolean read(char *buf, size_t bufSize, Messenger &, size_t &nread); 96 Boolean LiteralStorageObject::read(char *buf, size_t bufSize, function in class:SP_NAMESPACE::LiteralStorageObject
|
| StdioStorage.cxx | 37 Boolean read(char *buf, size_t bufSize, Messenger &mgr, size_t &nread); 120 Boolean StdioStorageObject::read(char *buf, size_t bufSize, Messenger &mgr, function in class:SP_NAMESPACE::StdioStorageObject
|
| WinInetStorage.cxx | 71 Boolean read(char *buf, size_t bufSize, Messenger &mgr, size_t &nread); 200 Boolean WinInetStorageObject::read(char *buf, size_t bufSize, Messenger &mgr, function in class:SP_NAMESPACE::WinInetStorageObject
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
| 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 ()
|
| 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);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| 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();
|
| /onnv/onnv-gate/usr/src/lib/libpicltree/ |
| picltree.h | 72 int (*read)(ptree_rarg_t *arg, void *buf); member in struct:__anon3910
|
| /onnv/onnv-gate/usr/src/stand/lib/fs/common/ |
| fsswitch.c | 141 read(int fd, void *buf, size_t size) function
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| rw.c | 60 * read, write, pread, pwrite, readv, and writev syscalls. 63 * Large Files: the behaviour of read depends on whether the fd 66 * read until MAXOFF32_T - 1 and read at MAXOFF32_T returns 68 * is > MAXOFF32_T. If size of file is <= MAXOFF32_T read 76 read(int fdes, void *cbuf, size_t count) function 178 /* If read sync is not asked for, filter sync flags */ 385 * Limit offset such that we don't read or write 453 /* If read sync is not asked for, filter sync flags */ 708 * Behaviour is same as read. Please see comments in read [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/ |
| external.c | 644 read(int fd, void *buf, size_t size) function
|