Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dpat_rep.c330 if (pt->flgs & DIR_MTCH) in pat_sel()
375 pt->flgs = DIR_MTCH | MTCH; in pat_sel()
446 if (pt->flgs & DIR_MTCH) { in pat_match()
H A Dpax.h85 #define DIR_MTCH 0x2 /* pattern matched a directory */ macro