Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dpat_rep.c301 if (pt->flgs & DIR_MTCH) in pat_sel()
346 pt->flgs = DIR_MTCH | MTCH; in pat_sel()
417 if (pt->flgs & DIR_MTCH) { in pat_match()
H A Dpax.h174 #define DIR_MTCH 0x2 /* pattern matched a directory */ macro