Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
H A Dcpio.c134 arcn->type = PAX_CHR; in com_rd()
397 if ((arcn->type != PAX_BLK) && (arcn->type != PAX_CHR)) in cpio_wr()
694 if ((arcn->type != PAX_BLK) && (arcn->type != PAX_CHR)) in vcpio_wr()
993 if ((arcn->type != PAX_BLK) && (arcn->type != PAX_CHR)) in bcpio_wr()
H A Dpax.h126 #define PAX_CHR 2 /* character device */ macro
H A Dgen_subs.c148 if ((arcn->type == PAX_CHR) || (arcn->type == PAX_BLK)) in ls_list()