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

  /src/bin/pax/
pax.h 126 #define PAX_CHR 2 /* character device */
cpio.c 134 arcn->type = PAX_CHR;
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 608 case PAX_CHR:
920 arcn->type = PAX_CHR;
1141 case PAX_CHR:
1143 if (arcn->type == PAX_CHR)
ftree.c 669 arcn->type = PAX_CHR;
file_subs.c 515 case PAX_CHR:

Completed in 32 milliseconds