Searched refs:spool (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/sendmail/contrib/
H A Dmovemail.conf9 /var/spool/mqueue/q1
10 /var/spool/mqueue/q2
11 /var/spool/mqueue/q3
35 $lockfile = "/var/spool/mqueue/movemail.lock";
/freebsd-11-stable/etc/rc.d/
H A Dcleanvar27 rm -f /var/run/clean_var /var/spool/lock/clean_var
37 if [ -d /var/spool/lock -a ! -f /var/spool/lock/clean_var ]; then
38 find /var/spool/lock -type f -delete
39 >/var/spool/lock/clean_var
41 if [ -d /var/spool/uucp/.Temp ]; then
42 find /var/spool/uucp/.Temp -delete
H A Dmountcritremote81 rm -f /var/run/clean_var /var/spool/lock/clean_var
/freebsd-11-stable/usr.bin/at/
H A DMakefile.inc4 ATSPOOL_DIR=/var/at/spool
H A Dat.c76 #define ATJOB_DIR "/usr/spool/atjobs/"
127 /* If the user presses ^C, remove the spool file and exit
229 * spool file if necessary
463 DIR *spool; local
483 if ((spool = opendir(".")) == NULL)
488 while((dirent = readdir(spool)) != NULL) {
527 closedir(spool);
541 DIR *spool; local
555 if ((spool = opendir(".")) == NULL)
562 while((dirent = readdir(spool)) !
[all...]
/freebsd-11-stable/contrib/ntp/conf/
H A Dgrundoon.conf35 statsdir /var/spool/ntpstats/ # directory for statistics files
H A Dpogo.conf42 statsdir /var/spool/ntpstats/ # directory for statistics files
/freebsd-11-stable/libexec/dma/dmagent/
H A DMakefile18 spool.c \
/freebsd-11-stable/libexec/atrun/
H A Datrun.c78 #define ATJOB_DIR "/usr/spool/atjobs/"
82 #define ATSPOOL_DIR "/usr/spool/atspool/"
449 DIR *spool; local
513 /* Main loop. Open spool directory for reading and look over all the
523 if ((spool = opendir(".")) == NULL)
526 if (flock(dirfd(spool), LOCK_EX) == -1)
534 while ((dirent = readdir(spool)) != NULL) {
571 if (flock(dirfd(spool), LOCK_UN) == -1)
574 if (closedir(spool) == -1)
/freebsd-11-stable/contrib/amd/scripts/
H A Dctl-hlfsd.in65 # locate the mail spool directory
69 elif [ -d /var/spool/mail/. ]; then
70 maildir="/var/spool/mail"
71 altmaildir="/var/spool/alt_mail"
73 maildir="/usr/spool/mail"
74 altmaildir="/usr/spool/alt_mail"
/freebsd-11-stable/contrib/dma/
H A DMakefile32 DMASPOOL?= ${VAR}/spool/dma
41 OBJS+= dma.o dns.o local.o mail.o net.o spool.o util.o
63 install-spool-dirs:
/freebsd-11-stable/usr.bin/ministat/
H A Dministat.c234 double spool, s, d, e, t; local
242 spool = (ds->n - 1) * Var(ds) + (rs->n - 1) * Var(rs);
243 spool /= ds->n + rs->n - 2;
244 spool = sqrt(spool);
245 s = spool * sqrt(1.0 / ds->n + 1.0 / rs->n);
254 printf(" (Student's t, pooled s = %g)\n", spool);
/freebsd-11-stable/sbin/ipfw/
H A Dnat.c357 struct nat44_cfg_spool *spool; local
363 spool = (struct nat44_cfg_spool *)buf;
365 StrToAddr(sep, &spool->addr);
366 spool->port = ~0;
526 struct nat44_cfg_spool *spool; local
530 spool = (struct nat44_cfg_spool *)buf;
544 StrToAddr(sep, &spool->addr);
545 spool->port = r->pport;
548 if (StrToAddrAndPortRange(sep, &spool->addr,
556 spool
[all...]
/freebsd-11-stable/etc/
H A Drc.sendmail55 sendmail_mspq_pidfile=${sendmail_mspq_pidfile:-/var/spool/clientmqueue/sm-client.pid}
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh84 uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico
/freebsd-11-stable/contrib/tcsh/
H A DMakefile.std282 FTPAREA=/usr/spool/ftp
H A DMakefile.vms260 FTPAREA=/usr/spool/ftp
H A DMakefile.in369 FTPAREA=/usr/spool/ftp
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c269 * it has anywhere to spool out these entries!
/freebsd-11-stable/contrib/opie/
H A Dconfigure1652 echo $ac_n "checking mail spool location""... $ac_c" 1>&6
1653 echo "configure:1654: checking mail spool location" >&5
1655 for i in /var/mail /usr/mail /var/spool/mail /usr/spool/mail

Completed in 141 milliseconds