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

/illumos-gate/usr/src/cmd/bnu/
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 DCvt47 SPOOL=/usr/spool/uucp
50 NC=`ls $SPOOL/C. | grep -c "^C."`
60 that are in $SPOOL and put them in the proper directories for
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
113 if [ -n "$D" -a -f "$SPOOL/
[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 Dchremdir.c34 * create SPOOL/sys directory and chdir to it
55 * create SPOOL/sys directory
62 (void) sprintf(RemSpool, "%s/%s", SPOOL, sys);
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 d
[all...]
H A Dbnuconvert.c78 if ((spooldir = opendir(SPOOL)) == NULL) {
80 SPOOL, errno);
84 while (gdirf(spooldir, file1, SPOOL)) {
87 (void) sprintf(machname, "%s/%s", SPOOL, file1);
H A Duucpdefs.c62 GLOBAL char *Spool = SPOOL;
H A Duucheck.c54 char RemSpool[] = SPOOL; /* this is a dummy for chkpth() -- never used here */
55 char *Spool = SPOOL;
271 (void) printf("\tSent files will be created in %s\n", SPOOL);
H A Duusched.c124 if (chdir(SPOOL) != 0 || (spooldir = opendir(SPOOL)) == NULL)
126 while (gdirf(spooldir, f, SPOOL) == TRUE) {
H A Duucleanup.c243 if (chdir(SPOOL) != 0) {
245 SPOOL, errno);
248 if ((spooldir = opendir(SPOOL)) == NULL) {
250 SPOOL, errno);
254 while (gdirf(spooldir, file1, SPOOL) == TRUE) {
260 (void) sprintf(machname, "%s/%s", SPOOL, file1);
H A Danlwrk.c213 (void) sprintf(newspool, "%s/%s", SPOOL, Rmtname);
H A Duustat.c364 if (chdir(SPOOL) != 0 || (spooldir = opendir(SPOOL)) == NULL)
384 (void) sprintf(fullpath, "%s/%s", SPOOL, f);
430 if (chdir(SPOOL) != 0)
H A Duucp.h186 * that they'll be ignored by processes that search subdirectories in SPOOL
227 #define SPOOL "/var/spool/uucp" macro
270 * WORKSPACE should be in the same filesystem as SPOOL so that "mv"
H A Dcntrl.c273 (void) sprintf(Recspool, "%s/%s", SPOOL, Rmtname);
394 /* change Wrkdir to SPOOL/Rmtname in case the file being
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucpdefs.c46 static const char *Spool = SPOOL;
H A Duucp.h100 * that they'll be ignored by processes that search subdirectories in SPOOL
139 #define SPOOL (const char *)"/var/spool/uucp" macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h142 * that they'll be ignored by processes that search subdirectories in SPOOL
182 #define SPOOL "/var/spool/uucp" macro

Completed in 83 milliseconds