Searched refs:really (Results 1 - 25 of 55) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DCN.pm61 When you see C<charset=gb2312> on mails and web pages, they really
63 Use C<gb2312-raw> when you really mean it.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm54 When you see C<charset=ks_c_5601-1987> on mails and web pages, they really
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dblib.pm27 etc. if you really must.
H A DShell.pm177 really turned into:
H A Dutf8.pm59 useful for their own purposes, but they are not really part of the
110 you should not say that unless you really want to have UTF-8 source code.
H A DExporter.pm393 CGI.pm creates an ":all" tag which contains some (but not really
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm179 kitchen one night about the problems I was having writing some really
183 that took all the hard work out of testing and was really, really easy
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm76 This version of B::Terse is really just a wrapper that calls B::Concise
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.t212 # Possibly a pointless test as this doesn't really verify that it's been
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.s62 nop / this really helps, don't know why
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.inc208 ok (ref($ans1),$expected_class); # also checks that it really is ref!
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm88 function is really just a wrapper around open3().
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c1413 Perl_do_aexec(pTHX_ SV *really, register SV **mark, register SV **sp) argument
1415 return do_aexec5(really, mark, sp, 0, 0);
1420 Perl_do_aexec5(pTHX_ SV *really, register SV **mark, register SV **sp, argument
1440 if (really)
1441 tmps = SvPV(really, n_a);
1442 if ((!really && *PL_Argv[0] != '/') ||
1443 (really && *tmps != '/')) /* will execvp use PATH? */
1446 if (really && *tmps)
1453 (really ? tmps : PL_Argv[0]), Strerror(errno));
2203 if (shm == (char *)-1) /* I hate System V IPC, I really d
[all...]
H A Dpp_sys.c1884 /* length is really flags */
1889 /* length is really flags */
4164 SV *really = *++MARK; local
4165 value = (I32)do_aexec5(really, MARK, SP, pp[1], did_pipes);
4178 SV *really = *++MARK; local
4180 value = (I32)do_aspawn(really, MARK, SP);
4182 value = (I32)do_aspawn(really, (void **)MARK, (void **)SP);
4223 SV *really = *++MARK; local
4224 value = (I32)do_aexec(really, MARK, SP);
5652 What's really neede
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoder.pm206 To make the Base64 transcoder example above really work, you could
229 # now you can really do the following
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm99 not really be high enough to warrant the use of a keyword, and the size
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm151 not really be high enough to warrant the use of a keyword, and the size
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalcEmu.pm296 Stuff here is really low-priority to optimize,
H A DCalc.pm435 # $prod[$cty] += $car if $car; # need really to check for 0?
449 $prod[$cty] += $car if $car; # need really to check for 0?
511 $prod[$cty] += $car if $car; # need really to check for 0?
2106 a rough guideline. You should really wrap up the latest BigInt and BigFloat
2115 This way you ensure that your library really works 100% within Math::BigInt.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm280 really create a new object. But instead is called C<lookup> as this is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dfresh_perl.t301 sub func { print 'really ' unless wantarray; 'p' }
306 really groovy
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm265 B<NOTE> This function is not really useful because of the hard-coded
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL290 $date. If you really want to report this, use
315 # we don't really want it. We'll just take it if we have to.)
1116 really does work (C<make test>, if the thing you're patching supports
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm380 Win32 users should use the real slash. If you really want to use
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm285 really custom error messages. croak and carp are now

Completed in 94 milliseconds

123