Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dpax.h123 #define PAX_HLK 8 /* hard link */ macro
131 #define PAX_IS_HARDLINK(type) ((type) == PAX_HLK || (type) == PAX_HRG)
H A Dtar.c453 arcn->type = PAX_HLK; in tar_rd()
564 case PAX_HLK: in tar_wr()
877 arcn->type = PAX_HLK; in ustar_rd()
1222 case PAX_HLK: in wr_ustar_or_pax()
H A Dfile_subs.c436 case PAX_HLK: in node_creat()
H A Dtables.c301 arcn->type = PAX_HLK; in chk_lnk()