Home
last modified time | relevance | path

Searched refs:PAX_IS_LINK (Results 1 – 3 of 3) sorted by relevance

/openbsd/bin/pax/
H A Dpax.h132 #define PAX_IS_LINK(type) ((type) == PAX_SLK || PAX_IS_HARDLINK(type)) macro
H A Dpat_rep.c718 if (PAX_IS_LINK(arcn->type)) { in mod_name()
731 if (PAX_IS_LINK(arcn->type)) in mod_name()
H A Dtar.c1127 if (PAX_IS_LINK(arcn->type) && in wr_ustar_or_pax()