HomeSort by: relevance | last modified time | path
    Searched refs:VCPIO_PAD (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
cpio.h 147 #define VCPIO_PAD(x) ((4 - ((x) & 3)) & 3) /* pad to next 4 byte word */
cpio.c 612 if (rd_skip((off_t)(VCPIO_PAD(sizeof(HD_VCPIO) + nsz))) < 0)
625 arcn->pad = VCPIO_PAD(arcn->sb.st_size);
633 (rd_skip((off_t)(VCPIO_PAD(arcn->sb.st_size))) < 0))
653 (VCPIO_PAD(sizeof(HD_VCPIO) + sizeof(TRAILER))));
722 arcn->pad = VCPIO_PAD(arcn->sb.st_size);
782 (wr_skip((off_t)(VCPIO_PAD(sizeof(HD_VCPIO) + nsz))) < 0)) {
805 (wr_skip((off_t)(VCPIO_PAD(arcn->ln_nlen))) < 0)) {

Completed in 12 milliseconds