Lines Matching defs:date
79 extern int creation(); /* sort jobs by date of creation */
80 extern int execution(); /* sort jobs by date of execution */
366 * Print the date that a job is to be executed. This takes some manipulation
374 char date[18]; /* reformatted execution date */
377 * Convert the file name to a date.
385 * Format the execution date of a job.
387 sprintf(date, "%3s %2d, %4d %02d:%02d", mthnames[unpackeddate->tm_mon],
392 * Print the date the job will be executed.
394 printf("%-21.18s", date);