Searched refs:postamble (Results 1 - 25 of 28) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dpostamble.t3 # Wherein we ensure that postamble works ok.
40 postamble => {
45 is( $warnings, '', 'postamble argument not warned about' );
48 sub MY::postamble {
52 'postamble args passed' );
55 # This makes sure the postamble gets written
63 like( <MAKEFILE>, qr/^\# This makes sure the postamble gets written\n/m,
64 'postamble added to the Makefile' );
H A DMM_Unix.t223 # post_constants, postamble, post_initialize
225 foreach (qw/ post_constants postamble post_initialize/)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Errno/
H A DMakefile.PL41 sub MY::postamble {
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A DMakefile.PL39 sub MY::postamble {
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DMakefile.PL59 # Override postamble and replace it with one that explicitly records
68 *postamble = sub {
97 # Override postamble and replace it with one that explicitly records
103 *postamble = sub {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DMakefile.PL59 sub MY::postamble {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DMakefile.PL41 sub MY::postamble {
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/
H A DMakefile.PL59 # Override postamble and replace it with one that explicitly records
68 *postamble = sub {
97 # Override postamble and replace it with one that explicitly records
104 *postamble = sub {
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DMakefile.PL96 # Override postamble and replace it with one that explicitly records
105 *postamble = sub {
134 # Override postamble and replace it with one that explicitly records
140 *postamble = sub {
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DMakefile.PL59 # Override postamble and replace it with one that explicitly records
68 *postamble = sub {
97 # Override postamble and replace it with one that explicitly records
104 *postamble = sub {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DMakefile.PL44 sub MY::postamble {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A DMakefile.PL46 sub postamble {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DMakefile.PL103 sub postamble
/opensolaris-onvv-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s296 bz,pn %icc, .postamble
297 and %i1, 31, %i1 ! count for postamble
401 .postamble:
402 ! postamble hword count is in %i1 (can be zero)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DMakefile.PL145 sub postamble
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/EBCDIC/
H A DMakefile.PL126 sub postamble
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DMakefile.PL145 sub postamble
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DMakefile.PL143 sub postamble
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/
H A DMakefile.PL131 sub postamble
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/
H A DMakefile.PL141 sub postamble
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL187 # a postamble (controlled by command line option)
190 my $postamble = ( ($converted == $#pods && $options{'full'}) ? 1 : 0 );
202 AddPostamble => $postamble,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/
H A DMakefile.PL169 sub postamble
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A DMakefile_PL.e2x157 sub postamble
/opensolaris-onvv-gate/usr/src/tools/codereview/
H A Dlwlp.c199 static void postamble(void);
603 postamble();
662 postamble(void) function
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c4942 int preamble, postamble; local
4974 postamble = P2PHASE(size, blksz);
4975 size -= postamble;
4979 (preamble != 0) + fullblk + (postamble != 0));
4981 int, postamble, int,
4982 (preamble != 0) + fullblk + (postamble != 0));
5004 if (postamble) {
5009 (void) dmu_xuio_add(xuio, abuf, 0, postamble);

Completed in 131 milliseconds

12