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

/freebsd-11-stable/usr.bin/calendar/
H A Dday.c42 static time_t time1, time2; variable
63 time2 = now + SECSPERDAY * after;
64 localtime_r(&time2, tp2);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmktime.c182 time2( function
276 t = time2(tmp, &okay, 1);
303 t = time2(tmp, &okay, 0);
/freebsd-11-stable/tools/tools/portsinfo/
H A Dportsinfo.sh13 time2='?type=changed&time=2+week+ago&sektion=all'
71 lynx -nolist -dump -reload -nostatus "$url$time2" |
/freebsd-11-stable/tests/sys/aio/
H A Dlio_kqueue_test.c69 time_t time1, time2; local
133 time(&time2);
136 (intmax_t)time1, (intmax_t)time2,
137 (intmax_t)time2-time1, result);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dpac.c599 uint32_t time1, time2; local
612 CHECK(ret, krb5_ret_uint32(sp, &time2), out);
617 t2 = ((uint64_t)time2 << 32) | time1;
/freebsd-11-stable/contrib/gcc/
H A Dreload1.c5008 int time2;
5012 time2 = 0;
5036 time2 = rld[i].opnum * 4 + 2;
5043 time2 = rld[i].opnum * 4 + 3;
5046 time2 = rld[i].opnum * 4 + 4;
5056 time2 = MAX_RECOG_OPERANDS * 4 + 1;
5059 time2 = MAX_RECOG_OPERANDS * 4 + 2;
5063 time2 = MAX_RECOG_OPERANDS * 4 + 3;
5068 time2 = MAX_RECOG_OPERANDS * 4 + 4;
5078 time2
4987 int time2; local
[all...]
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c201 static time_t time2(struct tm *tmp,
2019 time2(struct tm * const tmp, function
2058 t = time2(tmp, funcp, offset, &okay);
2102 t = time2(tmp, funcp, offset, &okay);

Completed in 113 milliseconds