Home
last modified time | relevance | path

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

/netbsd/src/bin/pax/
Dpat_rep.c685 if (((arcn->type == PAX_SLK) || (arcn->type == PAX_HLK) || in mod_name()
699 if ((arcn->type == PAX_SLK) || (arcn->type == PAX_HLK) || in mod_name()
722 (arcn->type == PAX_HLK || arcn->type == PAX_HRG)) { in mod_name()
825 if ((arcn->type != PAX_HLK) && (arcn->type != PAX_HRG)) in set_dest()
Dtar.c515 arcn->type = PAX_HLK; in tar_rd()
623 case PAX_HLK: in tar_wr()
679 } else if ((arcn->type == PAX_HLK) || (arcn->type == PAX_HRG)) { in tar_wr()
933 arcn->type = PAX_HLK; in ustar_rd()
1072 case PAX_HLK: in ustar_wr()
1161 case PAX_HLK: in ustar_wr()
Dpax.h132 #define PAX_HLK 8 /* hard link */ macro
Dgen_subs.c159 if ((arcn->type == PAX_HLK) || (arcn->type == PAX_HRG)) in ls_list()
Dtables.c184 arcn->type = PAX_HLK; in chk_lnk()
239 (arcn->type == PAX_HLK) || (arcn->type == PAX_HRG)) in purg_lnk()
Dar_subs.c461 if ((arcn->type == PAX_HLK) || in extract()
1099 if ((arcn->type == PAX_HLK) || in copy()
Dfile_subs.c538 case PAX_HLK: in node_creat()