Lines Matching defs:file1
161 char file1[NAMESIZE+1], file2[NAMESIZE+1], file3[NAMESIZE+1];
254 while (gdirf(spooldir, file1, SPOOL) == TRUE) {
256 if (*soptName && !EQUALS(soptName, file1))
259 (void) strcpy(Rmtname, file1);
260 (void) sprintf(machname, "%s/%s", SPOOL, file1);
269 DEBUG(7, "Directory: (%s) is open\n", file1);
275 LOCKPRE, SYSNSIZE, file1, file2);
388 char file1[BUFSIZ], file2[BUFSIZ], file3[BUFSIZ], type[2], opt[256];
423 if (sscanf(buf,"%s%s%s%s%s%s", type, file1, file2,
437 if (EQUALSN(file1, "D.", 2))
444 (void) sprintf(text1, CMFMT, Myname, file1, Rmtname, file2,
450 (void) sprintf(text1, CMFMT, Rmtname, file1, Myname, file2,
484 char file1[BUFSIZ], file2[BUFSIZ], file3[BUFSIZ], type[2], opt[256];
519 if (sscanf(buf,"%s%s%s%s%s%s", type, file1, file2,
541 FULLNAME(xfile, dir, file1);
618 /* if file1 is a D. file the it might be (mail/news) */
621 if (EQUALSN(file1, "D.", 2))
627 (void) sprintf(text1, WFMT, Myname, file1, Rmtname, file2,
636 if (EQUALSN(file1, "D.", 2) && EQUALSN(file2, "D.", 2))
639 (void) sprintf(text1, WFMT, Rmtname, file1, Myname, file2,