#include <sys/types.h>#include <assert.h>#include <stdio.h>#include <unistd.h>#include <fcntl.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <limits.h>#include <time.h>#include <dirent.h>#include <sys/stat.h>#include "misc.h"#include "tab.h"Go to the source code of this file.
Defines | |
| #define | nil ((void*)0) |
| #define | isdigit(c) ((unsigned) ((c) - '0') < 10) |
Functions | |
| void | tab_reschedule (cronjob_t *job) |
| void | tab_parse (char *file, char *user) |
| void | tab_find_atjob (char *atdir) |
| void | tab_purge (void) |
| void | tab_reap_job (pid_t pid) |
| cronjob_t * | tab_nextjob (void) |
| void | tab_print (FILE *fp) |
1.5.8