Home
last modified time | relevance | path

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

/freebsd-11-stable/bin/pax/
HDpax.h208 #define PAX_BLK 3 /* block device */ macro
HDcpio.c121 arcn->type = PAX_BLK; in com_rd()
402 if ((arcn->type != PAX_BLK) && (arcn->type != PAX_CHR))
712 if ((arcn->type != PAX_BLK) && (arcn->type != PAX_CHR))
1014 if ((arcn->type != PAX_BLK) && (arcn->type != PAX_CHR))
HDtar.c528 case PAX_BLK:
835 arcn->type = PAX_BLK;
963 case PAX_BLK:
HDgen_subs.c119 if ((arcn->type == PAX_CHR) || (arcn->type == PAX_BLK)) in ls_list()
HDftree.c483 arcn->type = PAX_BLK; in next_file()
HDfile_subs.c368 case PAX_BLK: in node_creat()