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

/freebsd-10.1-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-10.1-release/etc/rc.d/
H A Dcleanvar54 rm -f /var/run/clean_var /var/spool/lock/clean_var
63 if [ -d /var/spool/lock -a ! -f /var/spool/lock/clean_var ]; then
64 purgedir /var/spool/lock
65 >/var/spool/lock/clean_var
67 rm -rf /var/spool/uucp/.Temp/*
H A Dmountcritremote75 rm -f /var/run/clean_var /var/spool/lock/clean_var
/freebsd-10.1-release/release/picobsd/build/
H A Dmfs.mtree65 spool
/freebsd-10.1-release/contrib/ntp/conf/
H A Dpogo.conf42 statsdir /var/spool/ntpstats/ # directory for statistics files
H A Dgrundoon.conf35 statsdir /var/spool/ntpstats/ # directory for statistics files
/freebsd-10.1-release/libexec/atrun/
H A Datrun.c78 #define ATJOB_DIR "/usr/spool/atjobs/"
82 #define ATSPOOL_DIR "/usr/spool/atspool/"
449 DIR *spool; local
512 /* Main loop. Open spool directory for reading and look over all the
522 if ((spool = opendir(".")) == NULL)
525 if (flock(dirfd(spool), LOCK_EX) == -1)
533 while ((dirent = readdir(spool)) != NULL) {
570 if (flock(dirfd(spool), LOCK_UN) == -1)
573 if (closedir(spool) == -1)
/freebsd-10.1-release/usr.bin/at/
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-10.1-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-10.1-release/usr.bin/ministat/
H A Dministat.c231 double spool, s, d, e, t; local
239 spool = (ds->n - 1) * Var(ds) + (rs->n - 1) * Var(rs);
240 spool /= ds->n + rs->n - 2;
241 spool = sqrt(spool);
242 s = spool * sqrt(1.0 / ds->n + 1.0 / rs->n);
251 printf(" (Student's t, pooled s = %g)\n", spool);
/freebsd-10.1-release/sbin/ipfw/
H A Dnat.c350 struct cfg_spool *spool; local
356 spool = (struct cfg_spool *)buf;
358 StrToAddr(sep, &spool->addr);
359 spool->port = ~0;
519 struct cfg_spool *spool; local
523 spool = (struct cfg_spool *)buf;
537 StrToAddr(sep, &spool->addr);
538 spool->port = r->pport;
541 if (StrToAddrAndPortRange(sep, &spool->addr,
549 spool
[all...]
/freebsd-10.1-release/etc/
H A Drc.sendmail55 sendmail_mspq_pidfile=${sendmail_mspq_pidfile:-/var/spool/clientmqueue/sm-client.pid}
/freebsd-10.1-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf261 O QueueDirectory=/var/spool/clientmqueue
318 O StatusFile=/var/spool/clientmqueue/sm-client.st
457 #O ControlSocketName=/var/spool/mqueue/.control
469 O PidFile=/var/spool/clientmqueue/sm-client.pid
/freebsd-10.1-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-10.1-release/contrib/ncurses/progs/
H A Dtic.c257 * it has anywhere to spool out these entries!
/freebsd-10.1-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
/freebsd-10.1-release/crypto/openssh/
H A Dconfigure7624 maildir=/usr/spool/mail
7980 maildir=/var/spool/mail
17361 # our test program didn't find it. Default to /var/spool/mail
17362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using: default value of /var/spool/mail" >&5
17363 $as_echo "Using: default value of /var/spool/mail" >&6; }
17365 #define MAIL_DIRECTORY "/var/spool/mail"

Completed in 211 milliseconds