Searched refs:SPOOL (Results 1 - 17 of 17) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
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 | 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/ [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 | chremdir.c | 34 * create SPOOL/sys directory and chdir to it 55 * create SPOOL/sys directory 62 (void) sprintf(RemSpool, "%s/%s", SPOOL, sys);
|
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 d [all...] |
H A D | bnuconvert.c | 78 if ((spooldir = opendir(SPOOL)) == NULL) { 80 SPOOL, errno); 84 while (gdirf(spooldir, file1, SPOOL)) { 87 (void) sprintf(machname, "%s/%s", SPOOL, file1);
|
H A D | uucpdefs.c | 62 GLOBAL char *Spool = SPOOL;
|
H A D | uucheck.c | 54 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 D | uusched.c | 124 if (chdir(SPOOL) != 0 || (spooldir = opendir(SPOOL)) == NULL) 126 while (gdirf(spooldir, f, SPOOL) == TRUE) {
|
H A D | uucleanup.c | 243 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 D | anlwrk.c | 213 (void) sprintf(newspool, "%s/%s", SPOOL, Rmtname);
|
H A D | uustat.c | 364 if (chdir(SPOOL) != 0 || (spooldir = opendir(SPOOL)) == NULL) 384 (void) sprintf(fullpath, "%s/%s", SPOOL, f); 430 if (chdir(SPOOL) != 0)
|
H A D | uucp.h | 186 * 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 D | cntrl.c | 273 (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 D | uucpdefs.c | 46 static const char *Spool = SPOOL;
|
H A D | uucp.h | 100 * 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 D | uucp.h | 142 * that they'll be ignored by processes that search subdirectories in SPOOL 182 #define SPOOL "/var/spool/uucp" macro
|
Completed in 95 milliseconds