Searched defs:TAR_PAD (Results 1 – 2 of 2) sorted by relevance
40 use constant TAR_PAD => sub { my $x = shift || return; return "\0" x (BLOCK - ($x % BLOCK) )… constant
97 #define TAR_PAD(x) ((512 - ((x) & 511)) & 511) macro