Home
last modified time | relevance | path

Searched refs:SPOOL (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A DCvt47 SPOOL=/usr/spool/uucp
50 NC=`ls $SPOOL/C. | grep -c "^C."`
66 There are $NC C. files in $SPOOL.
87 cd $SPOOL/C.
104 if [ ! -d $SPOOL/$DIR ]
106 $ECHO mkdir $SPOOL/$DIR
107 $ECHO chmod 755 $SPOOL/$DIR
108 $ECHO chown uucp $SPOOL/$DIR
114 then $ECHO mv $SPOOL/D./$D $SPOOL/$DIR/$D
116 then $ECHO mv $SPOOL/D.`uuname -l`/$D $SPOOL/$DIR/$D
[all …]
H A Duudemon.poll34 SPOOL=/var/spool/uucp
60 if [ ! -d ${SPOOL}/${site} ]
62 mkdir ${SPOOL}/${site}
64 if [ ! -d ${SPOOL}/${site}/${DEFQUEUE} ]
66 mkdir ${SPOOL}/${site}/${DEFQUEUE}
69 touch ${SPOOL}/${site}/${DEFQUEUE}/C.${j}${DEFQUEUE}0000
H A DTeardown38 SPOOL=/var/spool/uucp
40 cd $SPOOL
41 if [ `pwd` != "$SPOOL" ]
43 echo "CAN'T cd to $SPOOL"
60 cd $SPOOL
H A Duudemon.cleanup111 SPOOL=/var/spool/uucp
115 CORRUPT=$SPOOL/.Corrupt
119 WORKDIR=$SPOOL/.Workspace
232 for d in $SPOOL/[0-9A-Za-z]*
273 find $SPOOL -name core -print > $TMP
284 find $SPOOL/* -depth -type d -exec rmdir {} \; >/dev/null 2>&1
291 rmdir $SPOOL/[0-9A-Za-z]* >/dev/null 2>&1
331 if [ "`echo $SPOOL/*`" != "$SPOOL/*" ]
333 (echo "Subject: uucleanup ran; $SPOOL du"; echo; du $SPOOL) | \
H A Dbnuconvert.c75 if ((spooldir = opendir(SPOOL)) == NULL) {
77 SPOOL, errno);
81 while (gdirf(spooldir, file1, SPOOL)) {
84 (void) sprintf(machname, "%s/%s", SPOOL, file1);
H A Duucheck.c51 char RemSpool[] = SPOOL; /* this is a dummy for chkpth() -- never used here */
52 char *Spool = SPOOL;
268 (void) printf("\tSent files will be created in %s\n", SPOOL);
H A Duusched.c121 if (chdir(SPOOL) != 0 || (spooldir = opendir(SPOOL)) == NULL)
123 while (gdirf(spooldir, f, SPOOL) == TRUE) {
H A Duucleanup.c240 if (chdir(SPOOL) != 0) {
242 SPOOL, errno);
245 if ((spooldir = opendir(SPOOL)) == NULL) {
247 SPOOL, errno);
251 while (gdirf(spooldir, file1, SPOOL) == TRUE) {
257 (void) sprintf(machname, "%s/%s", SPOOL, file1);
H A Dchremdir.c62 (void) sprintf(RemSpool, "%s/%s", SPOOL, sys);
H A Duucpdefs.c59 GLOBAL char *Spool = SPOOL;
H A Duustat.c362 if (chdir(SPOOL) != 0 || (spooldir = opendir(SPOOL)) == NULL) in main()
382 (void) sprintf(fullpath, "%s/%s", SPOOL, f); in main()
428 if (chdir(SPOOL) != 0) in main()
H A Danlwrk.c211 (void) sprintf(newspool, "%s/%s", SPOOL, Rmtname);
H A Duucp.h225 #define SPOOL "/var/spool/uucp" macro
H A Dcntrl.c271 (void) sprintf(Recspool, "%s/%s", SPOOL, Rmtname); in cntrl()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucpdefs.c44 static const char *Spool = SPOOL;
H A Duucp.h137 #define SPOOL (const char *)"/var/spool/uucp" macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h181 #define SPOOL "/var/spool/uucp" macro