Searched refs:readable (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c44 static void readable(evContext opaqueCtx, void *uap, int fd, int evmask);
103 if (evSelectFD(opaqueCtx, fd, EV_READ, readable, new, &new->file) < 0)
283 readable(evContext opaqueCtx, void *uap, int fd, int evmask) { function
H A Dctl_clnt.c113 static void readable(evContext, void *, int, int);
467 if (evSelectFD(ctx->ev, ctx->sock, EV_READ, readable, ctx,
486 readable(evContext ev, void *uap, int fd, int evmask) { function
487 static const char me[] = "isc/ctl_clnt::readable";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm64 Raw output. Instead of producing a human-readable report, outputs a line
65 in machine-readable form for each definition/use of a variable/sub/format.
H A DConcise.pm1121 The value of the OP's SV, if it has one, in a short human-readable format.
1267 readable). Its purpose is mostly to support testing, i.e. to compare
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DOverstrike.pm171 hardcopy terminals and/or lineprinters, yet is readable on softcopy (CRT)
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dac.c903 ac_io->io.readable.string.data = va_arg (ap, unsigned char *);
904 ac_io->io.readable.string.data_n = va_arg (ap, size_t);
908 ac_io->io.readable.callback.cb = va_arg (ap, gcry_ac_data_read_cb_t);
909 ac_io->io.readable.callback.opaque = va_arg (ap, void *);
1023 bytes_available = ac_io->io.readable.string.data_n - nread;
1031 memcpy (buffer, ac_io->io.readable.string.data + nread, bytes_to_read);
1038 err = (*ac_io->io.readable.callback.cb)
1039 (ac_io->io.readable.callback.opaque, buffer, buffer_n);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm41 readable. A 65-character subset ([A-Za-z0-9+/=]) of US-ASCII is used,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm164 Flush any buffered write data. May possibly be called on readable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm78 where the 'd's are numbers less than 256 (the normal human-readable
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-install.in594 is_path_readable_by_grub "${grubdir}" || (echo "${grubdir}" not readable 1>&2 ; exit 1)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm825 valid perl. Style 1 outputs a readable form with newlines but no fancy
827 amount of whitespace). Style 2 (the default) outputs a very readable form
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm129 digits and common punctuation) human readable in the encoded file.
H A DCPAN.pm4642 CPAN::Version->readable($need_version)
5635 $have = CPAN::Version->readable($have);
5966 sub readable { subroutine
6587 Returns the version number of the module in readable format.
H A DCGI.pm2281 # $label -> (optional) a user-readable label printed next to the box.
5130 file is created with mode 0600 (neither world nor group readable).
5235 optional second parameter specifies the status code and a human-readable
6634 user-readable labels printed next to the checkboxes as well as for the
6725 will also be used for the user-readable label printed next to the
6741 The optional fourth parameter (-label) is the user-readable label to
H A Doverload.pm438 A computer-readable form of the above table is available in the hash
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm218 not particularly readable nor consistent and may instead choose to do
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl20 if {![file readable $file_to_analyze]} {
21 puts stderr "File is not readable: $file_to_analyze"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm174 machine-readable form. At a later moment you may need to call
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py607 'Attribute %s of %s isn\'t readable' %
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm578 file readable by an older Storable, even if the writer didn't store newer
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm3139 any ordinary, readable file.

Completed in 1671 milliseconds