Lines Matching defs:f2
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;
85 if (fwrite(line,1,(int)clen,f2) != clen) {
86 fclose(f1); fclose(f2);
111 if (fwrite(line,1,n,f2) != n) {
112 fclose(f1); fclose(f2);
172 fclose(f2);
182 if (fwrite(line,1,n,f2) != n) {
184 fclose(f2);