Searched refs:SPOOL (Results 1 – 17 of 17) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | Cvt | 47 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/D./$D" ] [all …]
|
H A D | uudemon.poll | 34 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 D | Teardown | 38 SPOOL=/var/spool/uucp 40 cd $SPOOL 41 if [ `pwd` != "$SPOOL" ] 43 echo "CAN'T cd to $SPOOL" 60 cd $SPOOL
|
H A D | uudemon.cleanup | 111 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 D | bnuconvert.c | 75 if ((spooldir = opendir(SPOOL)) == NULL) { 77 SPOOL, errno); 81 while (gdirf(spooldir, file1, SPOOL)) { 84 (void) sprintf(machname, "%s/%s", SPOOL, file1);
|
H A D | uucheck.c | 51 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 D | uusched.c | 121 if (chdir(SPOOL) != 0 || (spooldir = opendir(SPOOL)) == NULL) 123 while (gdirf(spooldir, f, SPOOL) == TRUE) {
|
H A D | uucleanup.c | 240 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 D | chremdir.c | 62 (void) sprintf(RemSpool, "%s/%s", SPOOL, sys);
|
H A D | uucpdefs.c | 59 GLOBAL char *Spool = SPOOL;
|
H A D | uustat.c | 362 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 D | anlwrk.c | 211 (void) sprintf(newspool, "%s/%s", SPOOL, Rmtname);
|
H A D | uucp.h | 225 #define SPOOL "/var/spool/uucp" macro
|
H A D | cntrl.c | 271 (void) sprintf(Recspool, "%s/%s", SPOOL, Rmtname); in cntrl()
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | uucpdefs.c | 44 static const char *Spool = SPOOL;
|
H A D | uucp.h | 137 #define SPOOL (const char *)"/var/spool/uucp" macro
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | uucp.h | 181 #define SPOOL "/var/spool/uucp" macro
|