Home
last modified time | relevance | path

Searched defs:TAR_PAD (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DConstant.pm40 use constant TAR_PAD => sub { my $x = shift || return; return "\0" x (BLOCK - ($x % BLOCK) )… constant
/openbsd/bin/pax/
H A Dtar.h97 #define TAR_PAD(x) ((512 - ((x) & 511)) & 511) macro