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

/freebsd-9.3-release/bin/pax/
H A Dpax.h175 #define DIR_MTCH 0x2 /* pattern matched a directory */ macro
H A Dpat_rep.c331 if (pt->flgs & DIR_MTCH)
338 * match. This is tagged as a DIR_MTCH type.
376 pt->flgs = DIR_MTCH | MTCH;
444 * check for a file name match unless we have DIR_MTCH set in
447 if (pt->flgs & DIR_MTCH) {

Completed in 41 milliseconds