Searched refs:need (Results 126 - 150 of 154) sorted by relevance

1234567

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h412 #undef SF_MTSAFE /* no need to worry about thread-safety */
748 int need[FP_INDEX]; /* positions depending on */ member in struct:_fmtpos_s
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c2180 STRLEN need; local
2182 need = IOCPARM_LEN(func);
2183 if (len < need) {
2184 s = Sv_Grow(argsv, need + 1);
2185 SvCUR_set(argsv, need);
3871 /* XXX does _anyone_ need this? --AD 2/20/1998 */
4662 #ifndef HAS_GETHOST_PROTOS /* XXX Do we need individual probes? */
4779 #ifndef HAS_GETNET_PROTOS /* XXX Do we need individual probes? */
4880 #ifndef HAS_GETPROTO_PROTOS /* XXX Do we need individual probes? */
4967 #ifndef HAS_GETSERV_PROTOS /* XXX Do we need individua
[all...]
H A Dtoke.c234 * if the surprise occurs at the start of the line. "do you need to
262 "\t(Do you need to predeclare %.*s?)\n",
367 /* hit a CR-LF, need to copy the rest */
731 * will need to set PL_nextval[], and possibly PL_expect to ensure the lexer
1468 /* We need to map to chars to ASCII before doing the tests
1473 /* Might need to recode whatever we have
1654 STRLEN need = UNISKIP(NATIVE_TO_UNI(uv)); local
1656 if (need > len) {
1657 /* encoded value larger than old, need extra space (NOTE: SvCUR() not set here) */
1659 d = SvGROW(sv, SvLEN(sv) + (need
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL140 expressions like C<$fred{'stuff'}> will still need to be escaped, though.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL165 All you need to be able to use this is a C compiler than generates
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm846 # GVs need to be handled at runtime
1081 # Shouldn't need to do save_magic since gv_fetchpv handles that
1195 # XXX AVf_REAL is wrong test: need to save comppadlist but not stack
1531 /* if USE_IMPLICIT_SYS, we need a 'real' exit */
1770 # symbol table which is on the path to a package which we need to save
1771 # e.g. this is 'Getopt' and we need to save 'Getopt::Long'
1822 # e.g. to get to Getopt::Long we need to traverse Getopt but need
2155 have subs in which need compiling but the current version doesn't do
H A DDeparse.pm195 # use a large-scale local when checking the list, but need to prevent
1240 # If a lexical with the same name is in scope, it may need to be
2864 # We need to make sure that C<$hash{warn()}> doesn't come out as
3302 # character escapes, but not delimiters that might need to be escaped
4286 a command line quotes need to be protected from the shell. Some
4288 'Useless use of constant omitted' (which may need to be
4486 pragma itself. Should you need to specify that some warnings are
H A DCC.pm34 my @bblock_todo; # list of leaders of basic blocks that need visiting
54 my %skip_stack; # Hash of PP names which don't need write_back_stack
55 my %skip_lexicals; # Hash of PP names which don't need write_back_lexicals
56 my %skip_invalidate; # Hash of PP names which don't need invalidate_lexicals
58 my %need_curcop; # Hash of ops which need PL_curcop
633 # The following subs need $curcop->write_back if we decide to support arybase:
1093 runtime("POPMARK;"); # need this even though not a "full" pp_list
1246 # we need to be able to distinguish the two at runtime.
1265 # pp_grepwhile can return either op_next or op_other and we need to
1306 # We need t
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs42 precisely integer but in 5.6 and earlier we need to do a more
50 /* does a string need to be protected? */
127 STRLEN qq_escapables = 0; /* " $ @ will need a \ in "" strings. */
130 /* this will need EBCDICification */
288 /* if it has a name, we need to either look it up, or keep a tab
650 won't need quoting. None of those characters are used in
652 encoded characters in will need quoting. Hence strings
658 more common doesn't need quoting case.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs5 # In case we need it in future...
36 # "do_now" (an array, two variants of what needs storing) is whatever we need
520 # We don't need to read this quickly, so storing it as a scalar,
732 # so as we're prepending to the accumulator, need to shift all our
937 $@ and die "You need to install Encode to use enc2xs -M\nerror: $@\n";
1056 If you want to know as little about Perl as possible but need to
1269 icu:state is not used. Because of that, you need to write a perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm95 # the following lines need to be added to the local magic(5) file,
434 so you will have to do that explicitly if you need those routines.
730 There are a few things you need to know, however:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm298 # need an anonymous scalar
362 # Split the path into constituent parts - eventually we need to check
364 # We need to know whether we are making a temp directory
383 if ($^O eq 'VMS') { # need volume to avoid relative dir spec
1957 If you really need to see whether the change has been accepted
2036 If you need to pass the handle to something that expects a filename
H A DFind.pm165 function will need to be aware of this, of course. In this case,
300 You shouldn't need to set this variable, since File::Find should now detect
457 # need to move up the tree, but
497 # i.e. there's no need to call contract_name_Mac()
1017 # hence, we don't need to untaint the parent directory every time we chdir
1236 # We need a function that checks if a scalar is tainted. Either use the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm157 O => $options, # Short keys here for things we need to access frequently
370 This is normally all you need to know. However, many options are available:
929 works just fine. For some storage methods, you need a little glue.
H A Dperl5db.pl461 This hash keeps track of breakpoints that need to be set for files that have
484 We'll detail the second C<BEGIN> block later; just remember that if you need
516 Next we need to handle C<$@> without getting confused. We save C<$@> in a
575 the eval, but we need some way to control how punctuation variables and
636 # Now see whether we need to report an error back to the user.
706 # due to the need to examine the return value.
813 # extra window per session - need named pipes to have more...);
920 warnings during its own compilation, defining variables which it will need
1206 because we mess around with it. We'll also need to hang onto it because
1207 we'll need i
[all...]
H A DTest.pm488 you need to I<not> eval the arguments when skipping the
H A DCGI.pm1496 # need to fix it up a little.
1578 # need to fix it up a little.
1610 # if the user indicates an expiration time, then we need
3142 # if a search type is provided, we may need to
4398 The main differences are that we now need to import a set of functions
4400 need to create the CGI object.
4674 underscores. If you need to keep the original names, you should use
4725 If you need access to the parameter list in a way that isn't covered
4915 machine reboots). You don't need to wait for a new version of CGI.pm
4929 B<submit()> and the like. (If you need direc
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c767 #error XXXmcs: need to use DNS callbacks here
1256 * if we need to expand the pollfds array, we do it in increments of
1374 * if we need to expand the pollfds array, we do it in increments of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm651 It is the appropriate method to use if you need to get the name
747 If you're working with globs at runtime, and need to disambiguate
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm519 resolve_alias() does not need C<use Encode::Alias>; it can be
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm211 # add a trailing ':' if need be (may be it's a path like HD:dir)
222 # add a trailing ':' if need be
233 # (c) add a trailing ':' if need be
255 # add a leading colon if need be
570 $volume, $directory and $file are concatenated. A ':' is inserted if need be. You
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm511 expressions as arguments, but need to work before perl 5.005.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm73 # the old code had $rnd_mode, so we need to support it, too
308 # now we need only to override the ones that are different from our parent
734 # we need to limit the accuracy to protect against overflow
779 # we also need to disable any set A or P on $x (_find_round_parameters took
782 # need to disable $upgrade in BigInt, to avoid deep recursion
957 # disable the shortcut for 10, since we need log(10) and this would recurse
966 $calc = 0; # no need to calc, but round
979 $calc = 0; # no need to calc, but round
993 $calc = 0; # no need to calc, but round
1079 $self->_log($x,$scale); # need t
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm329 # we shouldn't need that any more. Get the version from the running Perl.
541 # there's an =over without =item, SHIFTWAIT will be set, and we need to
906 # require plain text and don't understand *roff markup. We still need to
1194 C<$fred{'stuff'}> will still need to be escaped, though. It also translates
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1201 To overcome this limitation, you need to turn on /s matching within
2030 subroutine need not bear any relationship to the corresponding substring

Completed in 101 milliseconds

1234567