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

/freebsd-11.0-release/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.0-release/etc/rc.d/
H A Dcleanvar55 rm -f /var/run/clean_var /var/spool/lock/clean_var
64 if [ -d /var/spool/lock -a ! -f /var/spool/lock/clean_var ]; then
65 purgedir /var/spool/lock
66 >/var/spool/lock/clean_var
68 rm -rf /var/spool/uucp/.Temp/*
H A Dmountcritremote81 rm -f /var/run/clean_var /var/spool/lock/clean_var
/freebsd-11.0-release/usr.bin/at/
H A DMakefile.inc4 ATSPOOL_DIR=/var/at/spool
H A Dat.c73 #define ATJOB_DIR "/usr/spool/atjobs/"
124 /* If the user presses ^C, remove the spool file and exit
226 * spool file if necessary
460 DIR *spool; local
480 if ((spool = opendir(".")) == NULL)
485 while((dirent = readdir(spool)) != NULL) {
524 closedir(spool);
538 DIR *spool; local
552 if ((spool = opendir(".")) == NULL)
559 while((dirent = readdir(spool)) !
[all...]
/freebsd-11.0-release/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.0-release/libexec/dma/dmagent/
H A DMakefile18 spool.c \
/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/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.0-release/sbin/ipfw/
H A Dnat.c356 struct nat44_cfg_spool *spool; local
362 spool = (struct nat44_cfg_spool *)buf;
364 StrToAddr(sep, &spool->addr);
365 spool->port = ~0;
525 struct nat44_cfg_spool *spool; local
529 spool = (struct nat44_cfg_spool *)buf;
543 StrToAddr(sep, &spool->addr);
544 spool->port = r->pport;
547 if (StrToAddrAndPortRange(sep, &spool->addr,
555 spool
[all...]
/freebsd-11.0-release/etc/
H A Drc.sendmail55 sendmail_mspq_pidfile=${sendmail_mspq_pidfile:-/var/spool/clientmqueue/sm-client.pid}
/freebsd-11.0-release/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.0-release/contrib/tcsh/
H A DMakefile.std284 FTPAREA=/usr/spool/ftp
H A DMakefile.vms262 FTPAREA=/usr/spool/ftp
H A DMakefile.in371 FTPAREA=/usr/spool/ftp
/freebsd-11.0-release/contrib/ncurses/progs/
H A Dtic.c269 * it has anywhere to spool out these entries!
/freebsd-11.0-release/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 144 milliseconds