Home
last modified time | relevance | path

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

/trueos/bin/pax/
HDtar.c422 arcn->type = PAX_SLK; in tar_rd()
537 case PAX_SLK:
586 } else if (arcn->type == PAX_SLK) {
848 arcn->type = PAX_SLK;
912 if (((arcn->type == PAX_SLK) || (arcn->type == PAX_HLK) ||
984 case PAX_SLK:
987 if (arcn->type == PAX_SLK)
HDcpio.c127 arcn->type = PAX_SLK; in com_rd()
424 case PAX_SLK:
481 if (arcn->type != PAX_SLK)
753 case PAX_SLK:
820 if (arcn->type != PAX_SLK)
1039 case PAX_SLK:
1133 if (arcn->type != PAX_SLK)
HDpax.h210 #define PAX_SLK 5 /* symbolic link */ macro
HDpat_rep.c671 if (((arcn->type == PAX_SLK) || (arcn->type == PAX_HLK) ||
683 if ((arcn->type == PAX_SLK) || (arcn->type == PAX_HLK) ||
HDgen_subs.c140 else if (arcn->type == PAX_SLK) in ls_list()
HDftree.c496 arcn->type = PAX_SLK; in next_file()
HDfile_subs.c383 case PAX_SLK: in node_creat()