HomeSort by: relevance | last modified time | path
    Searched defs:spool (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/atrun/
atrun.c 387 DIR *spool; local in function:main
448 * Main loop. Open spool directory for reading and look over all
459 if ((spool = opendir(".")) == NULL)
469 while ((dirent = readdir(spool)) != NULL) {
  /src/usr.bin/at/
at.c 108 /* If a signal interrupts us, remove the spool file and exit. */
190 * spool file if necessary
427 DIR *spool; local in function:list_jobs
443 if ((spool = opendir(".")) == NULL)
447 while ((dirent = readdir(spool)) != NULL) {
494 (void)closedir(spool);
504 DIR *spool; local in function:process_jobs
515 if ((spool = opendir(".")) == NULL)
521 while((dirent = readdir(spool)) != NULL) {
576 (void)closedir(spool);
    [all...]

Completed in 13 milliseconds