Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
H A Dpax.h125 #define PAX_DIR 1 /* directory */ macro
H A Dtables.c152 if ((arcn->type == PAX_DIR) || (arcn->sb.st_nlink <= 1)) in chk_lnk()
238 if ((arcn->sb.st_nlink <= 1) || (arcn->type == PAX_DIR) || in purg_lnk()
H A Dcpio.c128 arcn->type = PAX_DIR; in com_rd()