Home
last modified time | relevance | path

Searched refs:EPOCH (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh92 EPOCH=`date -j -f "%d-%m-%Y %H:%M:%S" "${DATE} 00:00:00" "+%s"`
94 atf_check -s exit:0 -o match:"^test:\*:.*::0:${EPOCH}:User &:.*" \
104 EPOCH=`date -j -f "%d-%b-%Y %H:%M:%S" "${DATE} 00:00:00" "+%s"`
106 atf_check -s exit:0 -o match:"^test:\*:.*::0:${EPOCH}:User &:.*" \
115 EPOCH=`date -j -v+13m "+%s"`
116 BUF=`expr $EPOCH + 5`
119 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
120 atf_fail "Expiration time($TIME) was not within $EPOCH - $BUF seconds."
140 EPOCH=`date -j -f "%d-%m-%Y %H:%M:%S" "${DATE} 00:00:00" "+%s"`
142 atf_check -s exit:0 -o match:"^test:\*:.*::${EPOCH}:0:User &:.*" \
[all …]
/freebsd/sbin/routed/
H A Dmain.c68 EPOCH+SUPPLY_INTERVAL, 0
114 epoch.tv_sec -= EPOCH; in main()
115 now.tv_sec = EPOCH; in main()
116 now_stale = EPOCH - STALE_TIME; in main()
117 now_expire = EPOCH - EXPIRE_TIME; in main()
118 now_garbage = EPOCH - GARBAGE_TIME; in main()
316 intvl_random(&next_bcast, EPOCH+MIN_WAITTIME, EPOCH+SUPPLY_INTERVAL); in main()
318 age_timer.tv_sec = EPOCH+MIN_WAITTIME; in main()
H A Ddefs.h103 #define EPOCH NEVER /* bias time by this to avoid <0 */ macro
H A Dtable.c52 EPOCH+MIN_WAITTIME-1, 0
/freebsd/usr.bin/calendar/
H A Dpom.c57 #define EPOCH 85 macro
125 for (cnt = EPOCH; cnt < GMT.tm_year; ++cnt) in fpom()
135 for (cnt = EPOCH; cnt < GMT.tm_year; ++cnt) in fpom()
/freebsd/usr.bin/pom/
H A Dpom.c58 #define EPOCH 85 macro
138 for (cnt = EPOCH; cnt < GMT.tm_year; ++cnt) in main()
/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y34 #define EPOCH 1970 macro
581 if (Year < EPOCH || Year > 2038 in Convert()
595 for (i = EPOCH; i < Year; i++) in Convert()
/freebsd/usr.bin/find/
H A Dgetdate.y58 #define EPOCH 1970 macro
586 if (Year < EPOCH || Year > 2038 in Convert()
594 for (i = EPOCH; i < Year; i++) in Convert()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_getdate.c42 #define EPOCH 1970
709 if (Year < EPOCH || Year >= 2038 in Convert()
721 for (i = EPOCH; i < Year; i++) in Convert()
46 #define EPOCH global() macro
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp151 STRINGIFY_CODE(IDENTIFICATION_CODE, EPOCH) in GetCodeName()