Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8561 #define ROUNDTOTBLOCK(a) ((a + (TBLOCK -1)) & ~(TBLOCK -1)) macro
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7582 #define ROUNDTOTBLOCK(a) ((a + (TBLOCK -1)) & ~(TBLOCK -1)) macro