Home
last modified time | relevance | path

Searched refs:PAX_CHR (Results 1 – 6 of 6) sorted by relevance

/openbsd/bin/pax/
H A Dpax.h117 #define PAX_CHR 2 /* character device */ macro
H A Dcpio.c120 arcn->type = PAX_CHR; in com_rd()
388 if ((arcn->type != PAX_BLK) && (arcn->type != PAX_CHR)) in cpio_wr()
676 if ((arcn->type != PAX_BLK) && (arcn->type != PAX_CHR)) in vcpio_wr()
960 if ((arcn->type != PAX_BLK) && (arcn->type != PAX_CHR)) in bcpio_wr()
H A Dtar.c550 case PAX_CHR: in tar_wr()
864 arcn->type = PAX_CHR; in ustar_rd()
1203 case PAX_CHR: in wr_ustar_or_pax()
1205 if (arcn->type == PAX_CHR) in wr_ustar_or_pax()
H A Dftree.c462 arcn->type = PAX_CHR; in next_file()
H A Dgen_subs.c119 if ((arcn->type == PAX_CHR) || (arcn->type == PAX_BLK)) in ls_list()
H A Dfile_subs.c399 case PAX_CHR: in node_creat()