Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dpax.h118 #define PAX_BLK 3 /* block device */ macro
H A Dcpio.c117 arcn->type = PAX_BLK; 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 Dftree.c465 arcn->type = PAX_BLK; in next_file()
H A Dgen_subs.c119 if ((arcn->type == PAX_CHR) || (arcn->type == PAX_BLK)) in ls_list()
H A Dtar.c554 case PAX_BLK: in tar_wr()
861 arcn->type = PAX_BLK; in ustar_rd()
1204 case PAX_BLK: in wr_ustar_or_pax()
H A Dfile_subs.c403 case PAX_BLK: in node_creat()