Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dpax.h131 #define PAX_IS_HARDLINK(type) ((type) == PAX_HLK || (type) == PAX_HRG) macro
132 #define PAX_IS_LINK(type) ((type) == PAX_SLK || PAX_IS_HARDLINK(type))
H A Dpat_rep.c653 PAX_IS_HARDLINK(arcn->type)) { in mod_name()
826 if (!PAX_IS_HARDLINK(arcn->type)) in set_dest()
H A Dar_subs.c339 if (PAX_IS_HARDLINK(arcn->type)) in extract()
943 if (PAX_IS_HARDLINK(arcn->type)) in copy()
H A Dgen_subs.c133 if (PAX_IS_HARDLINK(arcn->type)) { in ls_list()
H A Dtables.c356 PAX_IS_HARDLINK(arcn->type)) in purg_lnk()
H A Dtar.c621 } else if (PAX_IS_HARDLINK(arcn->type)) { in tar_wr()