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

  /src/distrib/evbarm/instkernel/sshramdisk/
mtree.conf 31 ./var/spool
32 ./var/spool/lock
  /src/etc/rc.d/
clearcritlocal 20 rm -f /etc/nologin /var/spool/lock/LCK.*
  /src/share/man/tools/
ckfrefs 56 g/spool/d
  /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...]
  /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/distrib/utils/embedded/
mkimage 130 tmpfs /var/spool/postfix tmpfs rw,union,-s20M
  /src/usr.sbin/postinstall/
postinstall.in 2306 /var/spool/clientmqueue \
2307 /var/spool/mqueue

Completed in 34 milliseconds