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

  /src/bin/pax/
pax.h 127 #define PAX_BLK 3 /* block device */
cpio.c 131 arcn->type = PAX_BLK;
397 if ((arcn->type != PAX_BLK) && (arcn->type != PAX_CHR))
694 if ((arcn->type != PAX_BLK) && (arcn->type != PAX_CHR))
993 if ((arcn->type != PAX_BLK) && (arcn->type != PAX_CHR))
gen_subs.c 148 if ((arcn->type == PAX_CHR) || (arcn->type == PAX_BLK))
tar.c 612 case PAX_BLK:
917 arcn->type = PAX_BLK;
1142 case PAX_BLK:
ftree.c 672 arcn->type = PAX_BLK;
file_subs.c 519 case PAX_BLK:

Completed in 15 milliseconds