Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dtar.c477 arcn->type = PAX_DIR; in tar_rd()
493 arcn->type = PAX_DIR; in tar_rd()
543 case PAX_DIR: in tar_wr()
582 if (arcn->type == PAX_DIR) in tar_wr()
602 if (arcn->type == PAX_DIR) { in tar_wr()
843 arcn->type = PAX_DIR; in ustar_rd()
1121 if (arcn->type == PAX_DIR && tar_nodir) in wr_ustar_or_pax()
1198 case PAX_DIR: in wr_ustar_or_pax()
H A Dfile_subs.c222 if (arcn->type == PAX_DIR) in cross_lnk()
371 case PAX_DIR: in node_creat()
490 if (arcn->type == PAX_DIR && op_mode != OP_CPIO) { in node_creat()
564 if (type == PAX_DIR) in unlnk_exist()
H A Dftree.c214 if (!dflag || (arcn->type != PAX_DIR)) in ftree_sel()
454 arcn->type = PAX_DIR; in next_file()
H A Dpax.h116 #define PAX_DIR 1 /* directory */ macro
H A Dtables.c266 if ((arcn->type == PAX_DIR) || (arcn->sb.st_nlink <= 1)) in chk_lnk()
355 if ((arcn->sb.st_nlink <= 1) || (arcn->type == PAX_DIR) || in purg_lnk()
H A Dpat_rep.c333 if (!dflag && ((pt->pend != NULL) || (arcn->type == PAX_DIR))) { in pat_sel()
H A Dcpio.c114 arcn->type = PAX_DIR; in com_rd()