Searched refs:need (Results 51 - 75 of 154) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
H A DPrivilege.xs76 # Define any constants that need to be exported. By doing it this way we can
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm138 Internet domain sockets, this structure is normally what you need for
164 structure is normally what you need for the arguments in bind(),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm241 * across differing versions of Perl itself, certain steps need to be taken.
273 * In order to test for the need of dTHR, please try your module under a
303 print "If $func isn't needed, you don't need to request it.\n" if
345 print "Doesn't seem to need ppport.h.\n";
1012 /* Now got 9 digits, so need to check
1067 /* no digits before the radix means we need digits after it */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm68 you need to consider it, add it to the end.
205 # before), push them, in order, onto the stack of classes I need to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm226 Furthermore, for doing normal I/O you might need these:
H A DDBM_Filter.pm112 my $need = defined($fetch) ? 'Store' : 'Fetch';
113 croak "$caller: Missing method '$need' in class '$class'" ;
427 any optional parameters that need to be sent to the filter. See the
587 Say you need to interoperate with a legacy C application that stores
H A DExporter.pm19 # Thus the need to create a lot of identical subroutines
38 # We *need* to treat @{"$pkg\::EXPORT_FAIL"} since Carp uses it :-(
76 # *name = \&foo. Thus the need to create a lot of identical subroutines
209 need to know to use Exporter.
228 extra names in addition to the default set you will still need to
249 Remember that most patterns (using //) will need to be anchored
313 Everything will work as before but you won't need to include Exporter in
H A DSwitch.pm534 between the switch value and the various case values need not be
773 Note that scalars still need to be parenthesized, since they would be
801 The need to specify each condition as a subroutine block is tiresome. To
H A Dutf8.t136 # I don't want to use map {ord} and I've no need to hardcode the UTF
165 # "out of memory" error. We really need the "" [rather than qq()
171 qr/^Malformed UTF-8 character \(\d bytes?, need \d, .+\).*start\d+,end$/sm
H A DAutoLoader.pm253 They typically need to check for some special cases (such as constants)
280 If any module's own AUTOLOAD subroutine has no need to fallback to the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm33 'vars'> pragma, you will need to declare these package variables
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseLink.pm159 anchor text of C<vertical>. Note that not only the anchor text will need to
H A DSelect.pm87 expressions separated by forward slashes ("/"). If you need to use a
162 ("/"). If you need to use a forward slash literally within a regex you
635 which clients should not need to see or use. For the sake of avoiding
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex52 % Sometimes one run after texindex suffices, and sometimes you need more
731 % @need space-in-mils
737 %\parseargdef\need{\par %
745 \parseargdef\need{%
750 % If the @need value is less than one line space, it's useless.
819 % if you have multiple lines of stuff to put here, you'll need to
1074 % @bullet and @minus need the same treatment as @math, just above.
1114 % So open here the files we need to have open while reading the input.
1419 % We don't need math for this font style.
1713 % unless the following character is such as not to need on
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c206 * the ber structure, those functions will need to be changed as well.
232 ber_uint_t need, have, total; local
240 need = (len < EXBUFSIZ ? 1 : (len + (EXBUFSIZ - 1)) / EXBUFSIZ);
241 total = have * EXBUFSIZ + need * EXBUFSIZ;
272 * If the stinking thing was moved, we need to go through and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm77 List of libraries that need to be linked with when linking a perl
93 dynamically at run time on this platform. SunOS/Solaris does not need
255 you need:
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.s302 L(A1Q0): # ; need to move 8+ 7=1+2+4 bytes
321 L(A2Q0): # ; need to move 8+ 6=2+4 bytes
336 L(A3Q0): # ; need to move 8+ 5=1+4 bytes
352 L(A4Q0): # ; need to move 8+4 bytes
365 L(A5Q0): # ; need to move 8+ 3=1+2 bytes
381 L(A6Q0): # ; need to move 8+2 bytes
394 L(A7Q0): # ; need to move 8+1 byte
407 L(A0Q1): # ; need to move 8 bytes
418 L(A1Q1): # ; need to move 7=1+2+4 bytes
433 L(A2Q1): # ; need t
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex50 % Sometimes one run after texindex suffices, and sometimes you need more
158 % sometimes characters are active, so we need control sequences.
795 % @need space-in-mils
801 %\parseargdef\need{\par %
809 \parseargdef\need{%
814 % If the @need value is less than one line space, it's useless.
883 % if you have multiple lines of stuff to put here, you'll need to
1138 % @bullet and @minus need the same treatment as @math, just above.
1187 % So open here the files we need to have open while reading the input.
1541 % it seems we really need ye
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL72 # Some systems need special handling to expand file specifications
75 # inefficient to define on systems that don't need it.
84 @dl_require_symbols = (); # names of symbols we need
229 " (You may need to build a new perl executable which either supports\n".
421 next arg; # no need to look any further
460 next arg; # no need to look any further
612 functions which need to be resolved when it's loaded. Most platforms
614 F</usr/lib/libsocket.so>). A few platforms need to be told the
838 a mechanism for this. Most do not need it and hence do not provide it,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm108 need to analyze returns of functions).
174 machine-readable form. At a later moment you may need to call
436 This is what you really need to know as an XS programmer, of course. When
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm447 (but you'll need to specify C<no warnings 'redefine'> to do it quietly):
541 be passed as an array reference, this means that we need to wrap
581 Note that there is no longer any need to import the Tie::Cycle module --
601 and need to export their attributes to any module that calls them. To
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm290 need not be passed, just handles that have an equivalent C<fileno>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm62 take care of this, you need to do this yourself. This is normally as
203 # If she wants to dup the kid's stderr onto her stdout I need to
322 # redirect, we need to use saved variants:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DMaketext.pm530 HEY YOU! You need some FOOD!
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm218 Can be used to optimize allocation. This method need do nothing.

Completed in 96 milliseconds

1234567