Lines Matching defs:f1
31 copymt - copy mail (f1) to temp (f2)
34 void copymt(FILE *f1, FILE *f2)
38 the temp file. The file pointers f1 and f2 point
43 void copymt(f1, f2)
44 register FILE *f1, *f2;
67 while ((n = getaline(line, sizeof line, f1)) > 0) {
86 fclose(f1); fclose(f2);
112 fclose(f1); fclose(f2);
122 if ((n = fread (line, 1, n, f1)) <= 0) {
171 fclose(f1);
183 fclose(f1);