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

  /onnv/onnv-gate/usr/src/cmd/cron/
cron.h 79 #define QUEDEFS "/etc/cron.d/queuedefs"
cron.c 308 static void quedefs(int);
478 quedefs(DEFAULT); /* load default queue definitions */
567 if (stat(QUEDEFS, &buf)) {
568 msg("cannot stat QUEDEFS file");
570 quedefs(LOAD);
3067 quedefs(int action) function
    [all...]

Completed in 60 milliseconds