Home | History | Annotate | Download | only in at

Lines Matching defs:spool

108 	/* If a signal interrupts us, remove the spool file and exit. */
190 * spool file if necessary
427 DIR *spool;
443 if ((spool = opendir(".")) == NULL)
447 while ((dirent = readdir(spool)) != NULL) {
494 (void)closedir(spool);
504 DIR *spool;
515 if ((spool = opendir(".")) == NULL)
521 while((dirent = readdir(spool)) != NULL) {
576 (void)closedir(spool);