Searched refs:EPOCH (Results 1 – 11 of 11) sorted by relevance
91 EPOCH=`date -j -f "%d-%m-%Y %H:%M:%S" "${DATE} 00:00:00" "+%s"`93 atf_check -s exit:0 -o match:"^test:\*:.*::0:${EPOCH}:User &:.*" \103 EPOCH=`date -j -f "%d-%b-%Y %H:%M:%S" "${DATE} 00:00:00" "+%s"`105 atf_check -s exit:0 -o match:"^test:\*:.*::0:${EPOCH}:User &:.*" \114 EPOCH=`date -j -v+13m "+%s"`115 BUF=`expr $EPOCH + 5`118 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \119 atf_fail "Expiration time($TIME) was not within $EPOCH - $BUF seconds."139 EPOCH=`date -j -f "%d-%m-%Y %H:%M:%S" "${DATE} 00:00:00" "+%s"`141 atf_check -s exit:0 -o match:"^test:\*:.*::${EPOCH}:0:User &:.*" \[all …]
68 EPOCH+SUPPLY_INTERVAL, 0114 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()
103 #define EPOCH NEVER /* bias time by this to avoid <0 */ macro
52 EPOCH+MIN_WAITTIME-1, 0
57 #define EPOCH 85 macro125 for (cnt = EPOCH; cnt < GMT.tm_year; ++cnt) in fpom()135 for (cnt = EPOCH; cnt < GMT.tm_year; ++cnt) in fpom()
58 #define EPOCH 85 macro139 for (cnt = EPOCH; cnt < GMT.tm_year; ++cnt) in main()
34 #define EPOCH 1970 macro581 if (Year < EPOCH || Year > 2038 in Convert()595 for (i = EPOCH; i < Year; i++) in Convert()
111 #define EPOCH 1970 macro579 if (Year < EPOCH in Convert()588 for (i = EPOCH; i < Year; i++) in Convert()
58 #define EPOCH 1970 macro586 if (Year < EPOCH || Year > 2038 in Convert()594 for (i = EPOCH; i < Year; i++) in Convert()
41 #define EPOCH 1970 macro706 if (Year < EPOCH || (sizeof(time_t) <= 4 && Year >= 2038) in Convert()718 for (i = EPOCH; i < Year; i++) in Convert()
151 STRINGIFY_CODE(IDENTIFICATION_CODE, EPOCH) in GetCodeName()