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

/freebsd-9.3-release/usr.bin/calendar/
H A Dday.c42 time_t time1, time2; variable
63 time2 = now + SECSPERDAY * after;
64 localtime_r(&time2, tp2);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dmktime.c182 time2( function
276 t = time2(tmp, &okay, 1);
303 t = time2(tmp, &okay, 0);
/freebsd-9.3-release/tools/regression/aio/kqueue/lio/
H A Dlio_kqueue.c65 time_t time1, time2; local
125 time(&time2);
128 time1, time2, time2-time1, result);
/freebsd-9.3-release/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-9.3-release/usr.bin/xlint/llib/
H A Dllib-lstdc246 double (difftime)(time_t time1, time_t time2);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dpac.c524 uint32_t time1, time2; local
539 CHECK(ret, krb5_ret_uint32(sp, &time2), out);
544 t2 = ((uint64_t)time2 << 32) | time1;
/freebsd-9.3-release/contrib/gcc/
H A Dreload1.c5006 int time2;
5010 time2 = 0;
5034 time2 = rld[i].opnum * 4 + 2;
5041 time2 = rld[i].opnum * 4 + 3;
5044 time2 = rld[i].opnum * 4 + 4;
5054 time2 = MAX_RECOG_OPERANDS * 4 + 1;
5057 time2 = MAX_RECOG_OPERANDS * 4 + 2;
5061 time2 = MAX_RECOG_OPERANDS * 4 + 3;
5066 time2 = MAX_RECOG_OPERANDS * 4 + 4;
5076 time2
4985 int time2; local
[all...]
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c200 static time_t time2(struct tm *tmp,
2044 time2(tmp, funcp, offset, okayp) function
2084 t = time2(tmp, funcp, offset, &okay);
2128 t = time2(tmp, funcp, offset, &okay);

Completed in 200 milliseconds