Searched refs:footer (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/io/ |
H A D | xzio.c | 124 * also do some footer sanity checks. */ 129 grub_uint8_t footer[FOOTER_MAGIC_SIZE]; local 137 if (grub_file_read (xzio->file, footer, FOOTER_MAGIC_SIZE) 139 || grub_memcmp (footer, FOOTER_MAGIC, FOOTER_MAGIC_SIZE) != 0) 177 grub_error (GRUB_ERR_BAD_COMPRESSED_DATA, "bad footer magic"); 229 /* FIXME: don't test footer on not easily seekable files. */
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Man.pm | 444 # Generally it's just presented as the left-side footer, though, so it 1181 a centered footer of the Perl version it is run with, and to a left-hand 1182 footer of the modification date of its input (or the current date if given 1213 Sets the left-hand footer. By default, the modification date of the input 1264 Set the centered footer. By default, this is the version of Perl you run 1266 centered footer will be a modification date and will prepend something like
|
H A D | Html.pm | 72 Creates header and footer blocks containing the text of the C<NAME> 300 $Header = 0; # produce block header/footer 620 --[no]header - produce block header/footer (default is no headers).
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2man.PL | 157 Set the left-hand footer string to this value. By default, the modification 227 Set the centered footer. By default, this is the version of Perl you run 229 centered footer will be a modification date and will prepend something like
|
Completed in 29 milliseconds