Searched refs:after (Results 1 - 25 of 131) sorted by relevance

123456

/osnet-11/usr/src/lib/libc/sparc/unwind/
H A Dunwind_frame.s58 mov %o1, %i1 ! handler address -> %o1 after restore
59 restore %o0, %g0, %o0 ! handler arg -> %o0 after restore
/osnet-11/usr/src/lib/libinetutil/common/
H A Dtq.c84 iu_timer_node_t *after = NULL; local
87 * find the node to insert this new node "after". we do this
99 for (after = tq->iutq_head; after->iutn_next != NULL;
100 after = after->iutn_next)
101 if (after->iutn_next->iutn_abs_timeout >
105 node->iutn_next = after ? after->iutn_next : tq->iutq_head;
106 node->iutn_prev = after;
[all...]
/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dlist.h101 #define INSERT_AFTER(list, after, elt, link) \
104 if ((after)->link.next == NULL) \
107 (elt)->link.next = (after)->link.next; \
108 (after)->link.next = (elt); \
110 (elt)->link.prev = (after); \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dtermcap.pl118 local($after) = '';
134 ++$tmp, $after .= $TC{'up'} if $TC{'up'};
137 ++$tmp, $after .= $TC{'bc'};
175 $result . $string . $after;
H A DSelfLoader.pm52 # $endlines is used by Devel::SelfStubber to capture lines after __END__
103 # Devel::SelfStubber would like us to capture the lines after
149 autoloaded from after the C<__DATA__> token. See also
155 for compilation is finished. Everything after the C<__DATA__> token
159 package 'main', but for other modules data after C<__END__> is not
160 automatically retrievable, whereas data after C<__DATA__> is.
170 then the C<DATA> filehandle is set to access the data after the C<__DATA__>
171 in the module, _not_ the data after the C<__END__> token in the 'main'
177 token I<after> perl code which needs to be compiled and
183 load in the data after
[all...]
H A Dvmsish.pm58 itself, just the messages generated by DCL after Perl exits. The DCL
73 die() commands that are compiled after 'vmsish hushed' will be hushed
H A DAutoLoader.pm207 definitions of subroutines to be autoloaded after an C<__END__> token.
312 startup speed disadvantage in the one-time parsing of the lines after
313 C<__DATA__>, after which routines are cached. B<SelfLoader> can also
H A Dbase.pm191 $VERSION in the base package. If $VERSION is not detected even after loading
H A Dsort.pm141 I<forbid> what follows, it just leaves the choice open. Thus, after
180 (in case somebody carelessly left them on) and after sorting,
H A Dsubs.t104 BEGIN not safe after errors--compilation aborted at - line 4.
123 # override a built-in function, call after definition
139 # override a built-in function, call with () after definition
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dautoescape.t14 my $after = escapeHTML("test<");
19 is ($before, $after, "passing undef to autoEscape doesn't break escapeHTML");
25 $after = escapeHTML("test<");
27 is ($before, $after, "passing 0 to autoEscape doesn't break escapeHTML");
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemcmp.s63 jae LABEL(1after)
89 LABEL(1after):
93 jae LABEL(8after)
124 LABEL(8after):
128 ja LABEL(32after)
169 LABEL(32after):
252 ja LABEL(64after)
262 LABEL(64after):
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dsync_instruction_memory.s63 ! when we get here, we have executed 3 instructions after the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dutf8decode.t72 3.2.1 n "\xc0 \xc1 \xc2 \xc3 \xc4 \xc5 \xc6 \xc7 \xc8 \xc9 \xca \xcb \xcc \xcd \xce \xcf \xd0 \xd1 \xd2 \xd3 \xd4 \xd5 \xd6 \xd7 \xd8 \xd9 \xda \xdb \xdc \xdd \xde \xdf " - 64 c0:20:c1:20:c2:20:c3:20:c4:20:c5:20:c6:20:c7:20:c8:20:c9:20:ca:20:cb:20:cc:20:cd:20:ce:20:cf:20:d0:20:d1:20:d2:20:d3:20:d4:20:d5:20:d6:20:d7:20:d8:20:d9:20:da:20:db:20:dc:20:dd:20:de:20:df:20 - unexpected non-continuation byte 0x20 after start byte 0xc0
73 3.2.2 n "\xe0 \xe1 \xe2 \xe3 \xe4 \xe5 \xe6 \xe7 \xe8 \xe9 \xea \xeb \xec \xed \xee \xef " - 32 e0:20:e1:20:e2:20:e3:20:e4:20:e5:20:e6:20:e7:20:e8:20:e9:20:ea:20:eb:20:ec:20:ed:20:ee:20:ef:20 - unexpected non-continuation byte 0x20 after start byte 0xe0
74 3.2.3 n "\xf0 \xf1 \xf2 \xf3 \xf4 \xf5 \xf6 \xf7 " - 16 f0:20:f1:20:f2:20:f3:20:f4:20:f5:20:f6:20:f7:20 - unexpected non-continuation byte 0x20 after start byte 0xf0
75 3.2.4 n "\xf8 \xf9 \xfa \xfb " - 8 f8:20:f9:20:fa:20:fb:20 - unexpected non-continuation byte 0x20 after start byte 0xf8
76 3.2.5 n "\xfc \xfd " - 4 fc:20:fd:20 - unexpected non-continuation byte 0x20 after start byte 0xfc
89 3.4.1 n "\xc0\xe0\x80\xf0\x80\x80\xf8\x80\x80\x80\xfc\x80\x80\x80\x80\xdf\xef\xbf\xf7\xbf\xbf\xfb\xbf\xbf\xbf\xfd\xbf\xbf\xbf\xbf" - 30 c0:e0:80:f0:80:80:f8:80:80:80:fc:80:80:80:80:df:ef:bf:f7:bf:bf:fb:bf:bf:bf:fd:bf:bf:bf:bf - unexpected non-continuation byte 0xe0 after start byte 0xc0
H A Dfork.t272 print "parent after: " . `$getenv`;
277 print "child after: " . `$getenv`;
281 child after: baz
283 parent after: bar
350 # XXX In emulated fork(), the child will not execute anything after
353 # be overcome by treating what's after the BEGIN{} as a brand new parse.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan31 the others, and then exits after it finishes the task. The script
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm49 explicitly taken with the C<lock> operator immediately after the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm79 Optional - if present it will be called immediately after PUSHED has
94 If present called for normal opens after layer is pushed.
108 descriptor after layer is pushed.
116 and permissions after layer is pushed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm25 provided the function will be named after the typemap entry and have
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm120 As of Perl 5.8.0 after using this module you cannot use the implicit
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm67 silently ignored. Characters occurring after a '=' padding character
70 If the length of the string to decode, after ignoring
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s128 and %o2, 63, %o3 ! calc bytes left after blk store.
202 and %o2, 7, %o2 ! calc bytes left after doubles
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL160 Print a blank line after a C<=head1> heading. Normally, no blank line is
161 printed after C<=head1>, although one is still printed after C<=head2>,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm169 # the starting attribute code after the string $EACHLINE, so that no attribute
256 after your script is done running, and people get very annoyed at having
262 requested before the string and reset to normal after the string.
291 automatically be reset if there is no comma after the constant. In other
310 mistyping an attribute. Your choice, TMTOWTDI after all.
343 It's probably better to always use commas after constant names in order to
346 =item No comma allowed after filehandle
388 but the syntax of Perl doesn't allow this. You need a comma after the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm197 _failmsg "Did not find opening bracket after prefix: \"$pre\"",
466 _failmsg "Bad identifier after dereferencer", pos $$textref;
724 _failmsg q{No quotelike operator found after prefix at "} .
753 _failmsg qq{Missing here doc terminator ('$label') after "} .
784 _failmsg "No block delimiter found after quotelike $op",
1120 extract a delimited substring, possibly after skipping a
1151 The remainder of the input string (i.e. the characters after the
1165 C<pos> value is updated to point at the first character after the
1262 # beginning of $text, optionally after some whitespace
1277 then after th
[all...]

Completed in 92 milliseconds

123456