Lines Matching defs:spool
73 static char atfile[PATH_MAX]; /* path to the at spool file */
83 static gid_t spool_gid; /* gid for writing to at spool */
136 /* If the user presses ^C, remove the spool file and exit. */
201 * spool file if necessary
360 /* Poke cron so it knows to reload the at spool. */
443 DIR *spool;
479 (spool = fdopendir(dfd)) == NULL)
497 while ((dirent = readdir(spool)) != NULL) {
566 closedir(spool);
619 DIR *spool;
624 (spool = fdopendir(dfd)) == NULL)
655 while ((dirent = readdir(spool)) != NULL) {
727 closedir(spool);
739 /* If we modied the spool, poke cron so it knows to reload. */