Searched refs:time2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.bin/calendar/
H A Dday.c42 static time_t time1, time2; variable
62 time2 = now + SECSPERDAY * after;
63 localtime_r(&time2, tp2);
/freebsd-current/contrib/ntp/libntp/
H A Dmktime.c182 time2( function
276 t = time2(tmp, &okay, 1);
303 t = time2(tmp, &okay, 0);
/freebsd-current/tests/sys/aio/
H A Dlio_kqueue_test.c67 time_t time1, time2; local
131 time(&time2);
134 (intmax_t)time1, (intmax_t)time2,
135 (intmax_t)time2-time1, result);
/freebsd-current/sys/contrib/ena-com/
H A Dena_plat.h220 #define ENA_TIME_COMPARE_HIGH_RES(time1, time2) \
221 ((time1 < time2) ? -1 : ((time1 > time2) ? 1 : 0))
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dpac.c680 uint32_t time1, time2; local
693 CHECK(ret, krb5_ret_uint32(sp, &time2), out);
698 t2 = ((uint64_t)time2 << 32) | time1;
/freebsd-current/contrib/tzcode/
H A Dlocaltime.c2357 time2(struct tm * const tmp, function
2398 t = time2(tmp, funcp, sp, offset, &okay);
2437 t = time2(tmp, funcp, sp, offset, &okay);

Completed in 250 milliseconds