Home
last modified time | relevance | path

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

/mirbsd/src/bin/pax/
Dsel_subs.c399 pt->low_time = pt->high_time = time(NULL); in trng_add()
404 if (str_sec(str, &(pt->low_time)) < 0) { in trng_add()
427 if (pt->low_time > pt->high_time) { in trng_add()
475 (arcn->sb.st_mtime < pt->low_time) && in trng_match()
476 (arcn->sb.st_ctime < pt->low_time)) || in trng_match()
489 (arcn->sb.st_ctime < pt->low_time)) || in trng_match()
502 (arcn->sb.st_mtime < pt->low_time)) || in trng_match()
Dsel_subs.h64 time_t low_time; /* lower inclusive time limit */ member