Home
last modified time | relevance | path

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

/netbsd/src/bin/pax/
Dtar.c507 arcn->type = PAX_SLK; in tar_rd()
622 case PAX_SLK: in tar_wr()
671 } else if (arcn->type == PAX_SLK) { in tar_wr()
930 arcn->type = PAX_SLK; in ustar_rd()
1071 case PAX_SLK: in ustar_wr()
1160 case PAX_SLK: in ustar_wr()
1163 if (arcn->type == PAX_SLK) in ustar_wr()
Dcpio.c137 arcn->type = PAX_SLK; in com_rd()
414 case PAX_SLK: in cpio_wr()
471 if (arcn->type != PAX_SLK) in cpio_wr()
730 case PAX_SLK: in vcpio_wr()
798 if (arcn->type != PAX_SLK) in vcpio_wr()
1018 case PAX_SLK: in bcpio_wr()
1113 if (arcn->type != PAX_SLK) in bcpio_wr()
Dfile_subs.c277 if (pfflags && arcn->type != PAX_SLK) in file_close()
534 case PAX_SLK: in node_creat()
643 arcn->sb.st_atime, 0, (arcn->type == PAX_SLK) ? 1 : 0); in node_creat()
646 if (pfflags && arcn->type != PAX_SLK) in node_creat()
Dpat_rep.c685 if (((arcn->type == PAX_SLK) || (arcn->type == PAX_HLK) || in mod_name()
689 flags | (arcn->type == PAX_SLK ? SYML : 0))) != 0)) in mod_name()
699 if ((arcn->type == PAX_SLK) || (arcn->type == PAX_HLK) || in mod_name()
Dpax.h129 #define PAX_SLK 5 /* symbolic link */ macro
Dgen_subs.c161 else if (arcn->type == PAX_SLK) in ls_list()
Dftree.c685 arcn->type = PAX_SLK; in next_file()