Lines Matching refs:tfp
555 FILE *tfp; /* file pointer for temp file */ local
587 tfp = open_temp(tname);
589 if (copy_file(fp, tfp, 1, line - 1)) {
595 if (copy_file(fp, tfp, line + 1, -1)) {
601 if (fclose(tfp) == EOF) {
643 FILE *tfp; /* file pointer for temp file */ local
679 tfp = open_temp(tname);
681 if (copy_file(fp, tfp, 1, line - 1)) {
739 (void) fprintf(tfp, "%s", tbuf);
741 if (copy_file(fp, tfp, line + 1, -1)) {
747 if (fclose(tfp) == EOF) {