Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dpax.h120 #define PAX_SLK 5 /* symbolic link */ macro
132 #define PAX_IS_LINK(type) ((type) == PAX_SLK || PAX_IS_HARDLINK(type))
H A Dcpio.c123 arcn->type = PAX_SLK; in com_rd()
405 case PAX_SLK: in cpio_wr()
453 if (arcn->type != PAX_SLK) in cpio_wr()
709 case PAX_SLK: in vcpio_wr()
765 if (arcn->type != PAX_SLK) in vcpio_wr()
985 case PAX_SLK: in bcpio_wr()
1083 if (arcn->type != PAX_SLK) in bcpio_wr()
H A Dtar.c445 arcn->type = PAX_SLK; in tar_rd()
563 case PAX_SLK: in tar_wr()
612 } else if (arcn->type == PAX_SLK) { in tar_wr()
874 arcn->type = PAX_SLK; in ustar_rd()
1221 case PAX_SLK: in wr_ustar_or_pax()
1224 if (arcn->type == PAX_SLK) in wr_ustar_or_pax()
H A Dftree.c478 arcn->type = PAX_SLK; in next_file()
H A Dgen_subs.c136 } else if (arcn->type == PAX_SLK) { in ls_list()
H A Dfile_subs.c418 case PAX_SLK: in node_creat()