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

  /src/bin/pax/
file_subs.c 339 if (arcn->type == PAX_DIR)
483 file_mode = arcn->sb.st_mode & FILEBITS(arcn->type == PAX_DIR);
487 case PAX_DIR:
599 arcn->sb.st_mode &= ~SETBITS(arcn->type == PAX_DIR);
603 if (arcn->type == PAX_DIR && strcmp(NM_CPIO, argv0) != 0) {
626 FILEBITS(arcn->type == PAX_DIR)) |
688 if (type == PAX_DIR)
pax.h 125 #define PAX_DIR 1 /* directory */
tar.c 550 arcn->type = PAX_DIR;
601 case PAX_DIR:
641 if (arcn->type == PAX_DIR)
661 if (arcn->type == PAX_DIR) {
899 arcn->type = PAX_DIR;
1136 case PAX_DIR:
ftree.c 276 if (Mflag || !dflag || (arcn->type != PAX_DIR))
661 arcn->type = PAX_DIR;
tables.c 152 if ((arcn->type == PAX_DIR) || (arcn->sb.st_nlink <= 1))
238 if ((arcn->sb.st_nlink <= 1) || (arcn->type == PAX_DIR) ||
pat_rep.c 352 if (!dflag && ((pt->pend != NULL) || (arcn->type == PAX_DIR))) {
cpio.c 128 arcn->type = PAX_DIR;

Completed in 21 milliseconds