Searched refs:reading (Results 1 - 25 of 42) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dcompress.pm39 and uncompressed it on reading.
/osnet-11/usr/src/grub/grub-0.97/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/
H A Ddataconn.pm15 sub reading subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/
H A DQuotedPrint.pm63 or die "Can't open file.qp for reading: $!\n";
71 quoted-printable format. It will decode from quoted-printable while reading
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm15 IPC::Open2, open2 - open a process for both reading and writing
34 reading and $wtrfh for writing. It's what you think should work
67 to it and reading from it. This is presumably safe because you
98 # reading and $wtr for writing. return pid
H A DOpen3.pm18 IPC::Open3, open3 - open a process for reading, writing, and error handling
32 connects RDRFH for reading, WTRFH for writing, and ERRFH for errors. If
73 going to talk to something like B<bc>, both writing to it and reading
103 # reading, wtr for writing, and err for errors.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm170 The C<IO::Dir> package provides two interfaces to perl's directory reading
175 directory reading routines.
206 C<IO::Dir> also provides an interface to reading directories via a tied
208 reading routines by the use of C<lstat>, from the C<File::stat> package,
H A DSelect.pm259 are ready for reading, writing or have an exception pending.
303 Return an array of handles that are ready for reading. C<TIMEOUT> is
335 which will hold the handles that are ready for reading, writing and have
H A DPipe.pm225 handle at the reading end of the pipe. If C<ARGS> are given then C<fork>
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemcmp.s153 dec 4, %o3 ! avoid reading beyond the last byte
176 dec 4, %o3 ! avoid reading beyond the last byte
199 dec 4, %o3 ! avoid reading beyond the last byte
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemcmp.s150 dec 4, %o3 ! avoid reading beyond the last byte
173 dec 4, %o3 ! avoid reading beyond the last byte
196 dec 4, %o3 ! avoid reading beyond the last byte
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c368 * type, state, units, reading
391 double reading; local
426 reading = 0;
452 TOPO_PROP_VAL_VAL, &reading);
488 TOPO_SENSOR_READING, reading) != 0) ||
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl34 or a filehandles (in which case it must already be open for reading).
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c73 available = 0, initializing, writing, reading, reading_data, enumerator in enum:state
152 "available", "initializing", "writing", "reading",
490 sess->state == reading ||
495 if (sess->state == reading || sess->state == reading_data)
547 ctl_new_state(sess, reading, me);
555 REQUIRE(sess->state == reading || sess->state == reading_data);
577 REQUIRE(sess->state == reading || sess->state == reading_data);
666 REQUIRE(sess->state == reading);
670 if (sess->state == reading || sess->state == reading_data)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DPacklist.t127 #'open packfile for reading
132 skip("cannot open file for reading: $!", 5) unless $file_is_ready;
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_svc.c442 int reading = (rw == UIO_READ); local
459 if (reading)
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c234 * reading to read the value. This method implements this alternative
249 ipmi_sensor_reading_t *reading; local
337 if ((reading = ipmi_get_sensor_reading(hdl, csp->is_cs_number))
339 topo_mod_dprintf(mod, "Failed to get sensor reading "
345 if (reading->isr_state &
374 ipmi_sensor_reading_t *reading; local
430 if ((reading = ipmi_get_sensor_reading(hdl, sensor_num))
432 topo_mod_dprintf(mod, "Failed to get sensor reading for sensor "
446 nvlist_add_uint32(nvl, TOPO_PROP_VAL_VAL, reading->isr_state)
466 ipmi_sensor_reading_t *reading; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileCache.pm28 for reading or writing available as the pathname you give it. It
H A DDBM_Filter.pm293 will trigger two filters, one for the reading of the key and one for
294 the reading of the value.
518 and uncompressed it on reading.
H A DSelfLoader.pm156 is available for reading via the filehandle FOOBAR::DATA,
190 The B<SelfLoader> will stop reading from C<__DATA__> if
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToMan.pm139 Pod::Man and C<nroff> for reading Pod pages.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm177 The addfile() method will croak() if it fails reading data for some
270 Or we can use the addfile method for more efficient reading of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm423 occurs while reading, C<undef> is returned instead. Other serious
488 as C<retrieve>, but also gets a shared lock on the file before reading.
574 a file with a higher internal version number than the reading Storable
909 and you can stop reading now (unless you're curious). If you're using perl
955 reading them.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm137 provided must provide READ or reject handles open for reading in

Completed in 242 milliseconds

12