Home
last modified time | relevance | path

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

/openbsd/src/bin/pax/
Dpax.h117 #define PAX_CHR 2 /* character device */ macro
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()
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()
Dgen_subs.c119 if ((arcn->type == PAX_CHR) || (arcn->type == PAX_BLK)) in ls_list()
Dftree.c460 arcn->type = PAX_CHR; in next_file()
Dfile_subs.c399 case PAX_CHR: in node_creat()