Searched refs:have (Results 1 - 25 of 225) sorted by relevance

123456789

/osnet-11/usr/src/lib/librpcsvc/common/
H A Drstat_simple.c46 int32_t have; local
50 xdr_int, (char *) &have, (char *) NULL) != 0)
53 return (have);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DMakefile.PL49 You appear to have a perl configured to use 64 bit integers in its scalar
50 variables. If you have existing data written with an earlier version of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToXml.pm39 You have to have installed Pod::Simple::XMLOutStream (from the Pod::Simple
H A DToTk.pm117 You have to have installed Tk::Pod first, or this class won't load.
H A DToRtf.pm51 You have to have Pod::Simple::RTF installed (from the Pod::Simple dist),
/osnet-11/usr/src/lib/libmail/common/
H A Ds_string.c354 size_t have; local
362 have = to->end - to->ptr;
363 if (have < 4096UL)
367 have = to->end - to->ptr;
368 got = fread(to->ptr, (size_t)1, have, fp);
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s47 bgu ovbc ! if size is bigger, have do overlapped copy
70 stb %i4, [%i0] ! have to do bytes,
H A Dmemcpy.s77 stb %o4, [%o0] ! have to do bytes,
H A Dstrcmp.s58 ! In this case, we have multiple routines depending upon the
H A Dsync_instruction_memory.s63 ! when we get here, we have executed 3 instructions after the
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.s47 bgu %xcc, ovbc ! if size is bigger, have to do overlapped copy
70 stb %i4, [%i0] ! have to do bytes,
H A Dmemcpy.s81 stb %o4, [%g5] ! have to do bytes,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dnull.pm37 terminated. This is useful when you have a perl script that needs
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpireTest.pm16 If you have questions, I will be happy to answer them if you send them
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_2.s64 sth %o4, [%g5] ! have to do 2-bytes,
/osnet-11/usr/src/grub/grub2/
H A Dgeninit.sh30 * You should have received a copy of the GNU General Public License
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenemuinitheader.sh33 * You should have received a copy of the GNU General Public License
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/t/
H A Dipcsysv.t42 It may be that your kernel does not have SysV IPC configured.
47 You must have following options in your kernel:
90 # have been reached. Error message "Operating would block" is
97 # to have more message queue resources.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Drecurs.t94 # Check that arguments aren't stomped when they have .. prepended
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratpm.inc147 # # float numbers are normalized (for now), so mantissa shouldn't have
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.pm53 as well if they have been installed from CPAN. You can discover which
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dio.c72 ber_uint_t need, have, total; local
79 have = have_bytes / EXBUFSIZ;
81 total = have * EXBUFSIZ + need * EXBUFSIZ;
299 * format modifiers have not been properly matched can result in a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm29 ExtUtils::Command::MM encapsulates code which would otherwise have to
152 WARNING: I have found an old package in
238 We will show what would have been done.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL55 # Some systems have restrictions on files names for DLL's etc.
175 Of course, if @ISA contained only C<DynaLoader>, there is no need to have the
189 If you want to have your cake and eat it too, you need a more complicated
218 or have a C<BOOT:> section in your XS file (see L<perlxs/"The BOOT: Keyword">).
222 A sufficiently complicated module using XS would have both Perl code (defined
247 convenient to have XSUBs installed before the Perl code is defined; for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm85 have been set before by either specifying B<-file> in the B<new()>
98 This must have been set before by either specifying B<-start> in the
112 in C<=over n>. This must have been set before by either specifying
127 This must have been set before by either specifying
144 This must have been set before by either specifying
179 This must have been set before by either specifying
195 This must have been set before by either specifying
455 have to be implemented in the translator.
773 same order the nodes have been added.
817 same order the entries have bee
[all...]

Completed in 106 milliseconds

123456789