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

/illumos-gate/usr/src/cmd/cron/
H A Dat.c163 char *jobfile = NULL; /* file containing job to be run */ local
198 jobfile = optarg;
384 if (jobfile != NULL) {
386 (inputfile = fopen(jobfile, "r")) == NULL) {
388 fprintf(stderr, "at: %s: %s\n", jobfile, errmsg(errno));
396 copy(jobfile, inputfile, when);
570 copy(char *jobfile, FILE *inputfile, int when) argument
629 printf(": jobname: %.127s\n", (jobfile == NULL) ? "stdin" : jobfile);

Completed in 44 milliseconds