Home
last modified time | relevance | path

Searched refs:CRON (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A DTHIRDPARTYLICENSE.descrip1 PORTIONS OF CRON COMMAND FUNCTIONALITY
H A Dcron.h56 #define CRON 'c' macro
H A Dcrontab.c253 cron_sendmsg(DELETE, login, login, CRON); in main()
418 cron_sendmsg(ADD, login, login, CRON); in main()
H A Dcron.c762 cwd = CRON; in read_dirs()
909 if (cwd != CRON) { in mod_ctab()
1141 if (cwd != CRON) { in readcron()
2820 case CRON: in process_msg()
3362 (cwd == CRON) ? NULL:CRONDIR, in create_anc_ctab()
3374 (cwd == CRON) ? NULL:CRONDIR); in delete_anc_ctab()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DFacility.java176 public static final Facility CRON = new Facility(LOG_CRON, "CRON"); field in Facility
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxdate.c45 #define CRON (1<<2) macro
518 if (!(state & CRON)) in tmxdate()
557 state |= CRON; in tmxdate()