Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dsel_subs.c407 pt->flgs |= HASLOW; in trng_add()
424 if (pt->flgs & HASLOW) { in trng_add()
472 if (((pt->flgs & HASLOW) && in trng_match()
486 if (((pt->flgs & HASLOW) && in trng_match()
499 if (((pt->flgs & HASLOW) && in trng_match()
H A Dsel_subs.h63 #define HASLOW 0x01 /* has lower time limit */ macro