Home
last modified time | relevance | path

Searched refs:high_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()
434 if (str_sec(up_pt, &(pt->high_time)) < 0) { in trng_add()
445 if (pt->low_time > pt->high_time) { in trng_add()
497 (arcn->sb.st_mtime > pt->high_time) && in trng_match()
498 (arcn->sb.st_ctime > pt->high_time))) { in trng_match()
510 (arcn->sb.st_ctime > pt->high_time))) { in trng_match()
523 (arcn->sb.st_mtime > pt->high_time))) { in trng_match()
H A Dsel_subs.h61 time_t high_time; /* higher inclusive time limit */ member