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

/freebsd-10-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-10-stable/contrib/ntp/libntp/
H A Dmktime.c182 time2( function
276 t = time2(tmp, &okay, 1);
303 t = time2(tmp, &okay, 0);
/freebsd-10-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-10-stable/tests/sys/aio/
H A Dlio_kqueue_test.c73 time_t time1, time2; local
129 time(&time2);
132 time1, time2, time2-time1, result);
/freebsd-10-stable/usr.bin/xlint/llib/
H A Dllib-lstdc246 double (difftime)(time_t time1, time_t time2);
/freebsd-10-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-10-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-10-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c200 static time_t time2(struct tm *tmp,
2043 time2(tmp, funcp, offset, okayp) function
2083 t = time2(tmp, funcp, offset, &okay);
2127 t = time2(tmp, funcp, offset, &okay);
/freebsd-10-stable/contrib/ntp/ntpdc/
H A Dntpdc-opts.def632 .Op Cm time2

Completed in 145 milliseconds