HomeSort by: relevance | last modified time | path
    Searched refs:low_time (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
sel_subs.h 60 time_t low_time; /* lower inclusive time limit */ member in struct:time_rng
sel_subs.c 417 pt->low_time = pt->high_time = time(NULL);
422 if (str_sec(str, &(pt->low_time)) < 0) {
445 if (pt->low_time > pt->high_time) {
494 (arcn->sb.st_mtime < pt->low_time) &&
495 (arcn->sb.st_ctime < pt->low_time)) ||
508 (arcn->sb.st_ctime < pt->low_time)) ||
521 (arcn->sb.st_mtime < pt->low_time)) ||

Completed in 13 milliseconds