Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
H A Dsel_subs.c417 pt->low_time = pt->high_time = time(NULL); in trng_add()
422 if (str_sec(str, &(pt->low_time)) < 0) { in trng_add()
445 if (pt->low_time > pt->high_time) { in trng_add()
494 (arcn->sb.st_mtime < pt->low_time) && in trng_match()
495 (arcn->sb.st_ctime < pt->low_time)) || in trng_match()
508 (arcn->sb.st_ctime < pt->low_time)) || in trng_match()
521 (arcn->sb.st_mtime < pt->low_time)) || in trng_match()
H A Dsel_subs.h60 time_t low_time; /* lower inclusive time limit */ member