Lines Matching refs:tfp
553 FILE *tfp; /* file pointer for temp file */ local
585 tfp = open_temp(tname);
587 if (copy_file(fp, tfp, 1, line - 1)) {
593 if (copy_file(fp, tfp, line + 1, -1)) {
599 if (fclose(tfp) == EOF) {
641 FILE *tfp; /* file pointer for temp file */ local
677 tfp = open_temp(tname);
679 if (copy_file(fp, tfp, 1, line - 1)) {
737 (void) fprintf(tfp, "%s", tbuf);
739 if (copy_file(fp, tfp, line + 1, -1)) {
745 if (fclose(tfp) == EOF) {