Searched refs:MINUTE_COUNT (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/cron/
H A Dmacros.h54 #define MINUTE_COUNT (LAST_MINUTE - FIRST_MINUTE + 1) macro
H A Dstructs.h29 bitstr_t bit_decl(minute, MINUTE_COUNT);
H A Dcron.c179 if (timeDiff > (3*MINUTE_COUNT) ||
180 timeDiff < -(3*MINUTE_COUNT))

Completed in 169 milliseconds