Lines Matching defs:newfp
112 FILE *exfp, *newfp;
143 newfp = fopen(filenamesfx, "w+");
144 if (!newfp) {
156 fprintf(newfp, "%s\n", line);
162 fprintf(newfp, "%s%s:",namesfx, entry);
165 fprintf(newfp, "%u:",(unsigned)(time(NULL))/(24*60*60));
167 fprintf(newfp, "%s\n",current_ptr);
168 } else fprintf(newfp, "%s\n",current_ptr);
175 fprintf(newfp, "%s", line);
176 fprintf(newfp, "%s\n", entry);
182 if (!found && entry) fprintf(newfp, "%s\n", entry);
187 fflush(newfp);
188 fsync(fileno(newfp));
189 fclose(newfp);