Home
last modified time | relevance | path

Searched refs:PAX_DIR (Results 1 – 7 of 7) sorted by relevance

/dragonfly/bin/pax/
HDtar.c433 arcn->type = PAX_DIR; in tar_rd()
451 arcn->type = PAX_DIR; in tar_rd()
501 case PAX_DIR: in tar_wr()
539 if (arcn->type == PAX_DIR) in tar_wr()
559 if (arcn->type == PAX_DIR) { in tar_wr()
780 arcn->type = PAX_DIR; in ustar_rd()
918 case PAX_DIR: in ustar_wr()
HDfile_subs.c210 if (arcn->type == PAX_DIR) in cross_lnk()
356 case PAX_DIR: in node_creat()
446 if (arcn->type == PAX_DIR && strcmp(NM_CPIO, argv0) != 0) { in node_creat()
519 if (type == PAX_DIR) in unlnk_exist()
HDftree.c201 if (!dflag || (arcn->type != PAX_DIR)) in ftree_sel()
431 arcn->type = PAX_DIR; in next_file()
HDpax.h200 #define PAX_DIR 1 /* directory */ macro
HDtables.c135 if ((arcn->type == PAX_DIR) || (arcn->sb.st_nlink <= 1)) in chk_lnk()
222 if ((arcn->sb.st_nlink <= 1) || (arcn->type == PAX_DIR) || in purg_lnk()
HDpat_rep.c308 if (!dflag && ((pt->pend != NULL) || (arcn->type == PAX_DIR))) { in pat_sel()
HDcpio.c115 arcn->type = PAX_DIR; in com_rd()