Searched refs:RUN_AT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.sbin/cron/cron/
H A Dcron.c259 e->flags |= RUN_AT;
261 e->flags &= ~RUN_AT;
270 e->flags &= ~RUN_AT;
284 e->flags &= ~(RUN_AT|NOT_UNTIL);
315 if ( diff != 0 && (e->flags & (RUN_AT|NOT_UNTIL)) ) {
325 if ( e->flags & RUN_AT ) {
326 e->flags &= ~RUN_AT;
345 e->flags &= ~RUN_AT;
463 e->flags &= ~(RUN_AT|NOT_UNTIL);
H A Dcron.h182 #define RUN_AT 0x08 macro

Completed in 45 milliseconds