Searched defs:execution (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Datq.c80 extern int execution(); /* sort jobs by date of execution */
168 * execution time or creation time.
173 (cflag) ? creation : execution)) < 0)
374 char date[18]; /* reformatted execution date */
385 * Format the execution date of a job.
491 * Sort files by queue, time of execution, and sequence. (used by "scandir")
494 execution(struct dirent **d1, struct dirent **d2) function

Completed in 70 milliseconds