Home
last modified time | relevance | path

Searched refs:PAX_DIR (Results 1 – 5 of 5) sorted by relevance

/freebsd/bin/pax/
H A Dfile_subs.c207 if (arcn->type == PAX_DIR) in cross_lnk()
353 case PAX_DIR: in node_creat()
435 if (arcn->type == PAX_DIR && strcmp(NM_CPIO, argv0) != 0) { in node_creat()
508 if (type == PAX_DIR) in unlnk_exist()
H A Dftree.c199 if (!dflag || (arcn->type != PAX_DIR)) in ftree_sel()
441 arcn->type = PAX_DIR; in next_file()
H A Dpax.h205 #define PAX_DIR 1 /* directory */ macro
H A Dtables.c134 if ((arcn->type == PAX_DIR) || (arcn->sb.st_nlink <= 1)) in chk_lnk()
221 if ((arcn->sb.st_nlink <= 1) || (arcn->type == PAX_DIR) || in purg_lnk()
H A Dpat_rep.c304 if (!dflag && ((pt->pend != NULL) || (arcn->type == PAX_DIR))) { in pat_sel()