HomeSort by: relevance | last modified time | path
    Searched refs:PAX_SLK (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/pax/
pax.h 129 #define PAX_SLK 5 /* symbolic link */
cpio.c 137 arcn->type = PAX_SLK;
414 case PAX_SLK:
471 if (arcn->type != PAX_SLK)
730 case PAX_SLK:
798 if (arcn->type != PAX_SLK)
1018 case PAX_SLK:
1113 if (arcn->type != PAX_SLK)
tar.c 507 arcn->type = PAX_SLK;
622 case PAX_SLK:
671 } else if (arcn->type == PAX_SLK) {
930 arcn->type = PAX_SLK;
1071 case PAX_SLK:
1160 case PAX_SLK:
1163 if (arcn->type == PAX_SLK)
file_subs.c 277 if (pfflags && arcn->type != PAX_SLK)
534 case PAX_SLK:
643 arcn->sb.st_atime, 0, (arcn->type == PAX_SLK) ? 1 : 0);
646 if (pfflags && arcn->type != PAX_SLK)
pat_rep.c 685 if (((arcn->type == PAX_SLK) || (arcn->type == PAX_HLK) ||
689 flags | (arcn->type == PAX_SLK ? SYML : 0))) != 0))
699 if ((arcn->type == PAX_SLK) || (arcn->type == PAX_HLK) ||
gen_subs.c 161 else if (arcn->type == PAX_SLK)
ftree.c 685 arcn->type = PAX_SLK;

Completed in 17 milliseconds