Searched refs:low_time (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/bin/pax/
H A Dsel_subs.h61 time_t low_time; /* lower inclusive time limit */ member in struct:time_rng
H A Dsel_subs.c409 pt->low_time = pt->high_time = time(NULL);
414 if (str_sec(str, &(pt->low_time)) < 0) {
437 if (pt->low_time > pt->high_time) {
485 (arcn->sb.st_mtime < pt->low_time) &&
486 (arcn->sb.st_ctime < pt->low_time)) ||
499 (arcn->sb.st_ctime < pt->low_time)) ||
512 (arcn->sb.st_mtime < pt->low_time)) ||
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_gpsvme.c35 uint32_t low_time; /* card base + 0x00 */ member in struct:psc_regs
167 tlo = regp[unit]->low_time; /* latch and read first 4 bytes */

Completed in 161 milliseconds