Searched refs:VCPIO_PAD (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/bin/pax/
H A Dcpio.h146 #define VCPIO_PAD(x) ((4 - ((x) & 3)) & 3) /* pad to next 4 byte word */ macro
H A Dcpio.c632 if (rd_skip((off_t)(VCPIO_PAD(sizeof(HD_VCPIO) + nsz))) < 0)
645 arcn->pad = VCPIO_PAD(arcn->sb.st_size);
653 (rd_skip((off_t)(VCPIO_PAD(arcn->sb.st_size))) < 0))
673 (VCPIO_PAD(sizeof(HD_VCPIO) + sizeof(TRAILER)))));
742 arcn->pad = VCPIO_PAD(arcn->sb.st_size);
807 (wr_skip((off_t)(VCPIO_PAD(sizeof(HD_VCPIO) + nsz))) < 0)) {
829 (wr_skip((off_t)(VCPIO_PAD(arcn->ln_nlen))) < 0)) {

Completed in 96 milliseconds