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

  /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...]
crontab.c 49 #include "cron.h"
68 "because your login shell isn't /usr/bin/sh, you can't use cron."
77 #define NOTALLOWED "you are not authorized to use cron. Sorry."
213 pam_error = pam_start("cron", pp, NULL, &pamh);
234 cron_sendmsg(DELETE, login, login, CRON);
399 cron_sendmsg(ADD, login, login, CRON);
cron.c 74 #include "cron.h"
81 #define CONSOLE "/dev/console" /* where messages go when cron dies */
118 isn't /usr/bin/sh, you can't use cron."
134 #define NOTALLOWED "you are not authorized to use cron. Sorry."
138 \nof one of your cron commands.\n"
141 but cron was unable to mail you this output.\
148 #define CRONOUT "Subject: Output from \"cron\" command\n\n"
161 #define ERR_CANTEXECCRON 2 /* error setting up "cron" job environment */
182 short etype; /* what type of event; 0=cron, 1=at */
183 char *cmd; /* command for cron, job name for at *
    [all...]
  /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/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 2880 milliseconds