Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
H A Dsel_subs.c427 pt->flgs |= HASLOW; in trng_add()
444 if (pt->flgs & HASLOW) { in trng_add()
493 if (((pt->flgs & HASLOW) && in trng_match()
507 if (((pt->flgs & HASLOW) && in trng_match()
520 if (((pt->flgs & HASLOW) && in trng_match()
H A Dsel_subs.h63 #define HASLOW 0x01 /* has lower time limit */ macro