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

/macosx-10.10/cron-39/cron/
H A Dcron.h134 #define FIRST_HOUR 0 macro
136 #define HOUR_COUNT (LAST_HOUR - FIRST_HOUR + 1)
H A Dcron.c215 hour = tm->tm_hour -FIRST_HOUR;
275 otzhour = otztm.tm_hour -FIRST_HOUR;
/macosx-10.10/cron-39/lib/
H A Dentry.c205 bit_nset(e->hour, 0, (LAST_HOUR-FIRST_HOUR+1));
234 ch = get_list(e->hour, FIRST_HOUR, LAST_HOUR,

Completed in 78 milliseconds