Home
last modified time | relevance | path

Searched refs:outside (Results 1 – 25 of 132) sorted by relevance

123456

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.c1260 CV *outside = CvOUTSIDE(cv); in S_cv_dump() local
1271 PTR2UV(outside), in S_cv_dump()
1272 (!outside ? "null" in S_cv_dump()
1273 : CvANON(outside) ? "ANON" in S_cv_dump()
1274 : (outside == PL_main_cv) ? "MAIN" in S_cv_dump()
1275 : CvUNIQUE(outside) ? "UNIQUE" in S_cv_dump()
1276 : CvGV(outside) ? GvNAME(CvGV(outside)) : "UNDEFINED")); in S_cv_dump()
1315 S_cv_clone2(pTHX_ CV *proto, CV *outside) in S_cv_clone2() argument
1353 if (outside) { in S_cv_clone2()
1354 CvOUTSIDE(cv) = (CV*)SvREFCNT_inc(outside); in S_cv_clone2()
[all …]
H A Ddump.c1345 CV *outside = CvOUTSIDE(sv); in Perl_do_sv_dump() local
1347 PTR2UV(outside), in Perl_do_sv_dump()
1348 (!outside ? "null" in Perl_do_sv_dump()
1349 : CvANON(outside) ? "ANON" in Perl_do_sv_dump()
1350 : (outside == PL_main_cv) ? "MAIN" in Perl_do_sv_dump()
1351 : CvUNIQUE(outside) ? "UNIQUE" in Perl_do_sv_dump()
1352 : CvGV(outside) ? GvNAME(CvGV(outside)) : "UNDEFINED")); in Perl_do_sv_dump()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsysio.t84 print 'not ' unless ($@ =~ /^Offset outside string /);
101 print 'not ' unless ($@ =~ /^Offset outside string /);
H A Dtr.t370 is( $@, '', 'implicit count outside array bounds, index negative' );
374 is( $@, '', 'implicit count outside array bounds, index positive' );
380 is( $@, '', 'implicit count outside hash bounds' );
H A Drunlevel.t385 Can't "next" outside a loop block at - line 2.
H A Dsubstr.t15 if ($_[0] =~ /^substr outside of string/) {
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/
H A Dpp3 substr outside of string
36 substr outside of string at - line 4.
H A Dpp_ctl129 Can't "last" outside a loop block at - line 4.
/onnv-gate/usr/src/lib/libpp/common/
H A DBUGS6 02/01/87 gsf a/**/b doesn't concatenate outside macro bodies (COMPATIBILITY)
/onnv-gate/usr/src/lib/libc/i386/gen/
H A D_stack_grow.s71 / Move the stack pointer outside the stack bounds if it isn't already.
/onnv-gate/usr/src/lib/libc/amd64/gen/
H A D_stack_grow.s71 / Move the stack pointer outside the stack bounds if it isn't already.
/onnv-gate/usr/src/lib/librstp/common/
H A DREADME.files51 stp_in.c - API for calls from outside.
52 sttrans.c - API for calls from outside (dedicated for creation
/onnv-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dpages.c62 SF_STAT_INC(outside); in shuffle_pages()
318 "move %d, precede %d\n", sfile.kpages, sfile.outside, in cb_restore_kpages()
H A Dcprboot.h100 int outside; /* kpage is outside of buf range */ member
/onnv-gate/usr/src/cmd/zic/
H A Dsystemv8 # using the System V "TZ" scheme (half-hour offset), or anything outside
H A Detcetera44 # while the POSIX sign is kept outside the angle bracket (and is used
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_SESSION_free.pod39 or when the SSL_SESSION object was generated outside a TLS handshake
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DBN_mod_mul_montgomery.pod86 outside the expected range.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlsec.pod32 You may not use data derived from outside your program to affect
33 something else outside your program--at least, not by accident. All
63 to call functions B<outside> your Perl code, such as POSIX::system,
124 # from outside of the program.
185 contain data from outside the program. If you are writing a
205 are ignored by Perl. You can still adjust C<@INC> from outside the
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/bridge/
H A DResourceBundle.properties73 dsym_value_out_of_range_exception=The value {0} is outside the valid range.
/onnv-gate/usr/src/lib/libshell/common/
H A DTYPES41 is used for documentations purposes as described later and is ignored outside
47 outside of a type definition. Note the variable named _ that is used inside
/onnv-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg116 @ MSG_DEBUG_SHNDX_RANGE "Specified section index [%d] is outside of valid \
191 @ MSG_ERR_BADSECNDX "Specified section index [%d] is outside valid \
199 @ MSG_ERR_STRSHNDX "string section index %d is outside expected \
204 @ MSG_ERR_BADSTROFF "[%d: %s]: String offset [%d] is outside valid \
227 @ MSG_ERR_ARRBNDS "%s[%d]: attempt to access elements outside \
/onnv-gate/usr/src/lib/libc/
H A DREADME77 - The code cannot call any functions outside of libc,
171 be released by application code outside libc.
/onnv-gate/usr/src/cmd/sgs/libelf/common/
H A Dlibelf.msg67 @ EFMT_VM "Format error: reference outside file"
/onnv-gate/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg155 lies outside memory image; relocation discarded\n"
159 lies outside memory image; move discarded\n"

123456