Home
last modified time | relevance | path

Searched refs:DIR_MTCH (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/bin/pax/
Dpat_rep.c331 if (pt->flgs & DIR_MTCH)
376 pt->flgs = DIR_MTCH | MTCH;
447 if (pt->flgs & DIR_MTCH) {
Dpax.h177 #define DIR_MTCH 0x2 /* pattern matched a directory */ macro