HomeSort by relevance Sort by last modified time
    Searched defs:CRON (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
Facility.java 176 public static final Facility CRON = new Facility(LOG_CRON, "CRON");
  /onnv/onnv-gate/usr/src/cmd/cron/
cron.h 49 #define CRON 'c'
60 * structure used for passing messages from the at and crontab commands to cron
71 #define CRONDIR "/var/spool/cron/crontabs"
72 #define ATDIR "/var/spool/cron/atjobs"
73 #define ACCTFILE "/var/cron/log"
74 #define CRONALLOW "/etc/cron.d/cron.allow"
75 #define CRONDENY "/etc/cron.d/cron.deny"
76 #define ATALLOW "/etc/cron.d/at.allow
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tmxdate.c 45 #define CRON (1<<2)
68 * parse cron range into set
518 if (!(state & CRON))
521 * check for cron date
525 * if it's cron then determine the next time
557 state |= CRON;
    [all...]

Completed in 300 milliseconds