Searched refs:n_touchedfile (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/error/
H A Dtouch.c563 static FILE *n_touchedfile; /* the new file */ variable
590 (n_touchedfile = fdopen(fd, "w")) == NULL) {
614 fputs(edbuf, n_touchedfile);
623 fputs(lang_table[p->error_language].lang_incomment, n_touchedfile);
624 fprintf(n_touchedfile, "%d [%s] ",
627 wordvprint(n_touchedfile, p->error_lgtext-offset, p->error_text+offset);
628 fputs(lang_table[p->error_language].lang_outcomment, n_touchedfile);
648 if (nread != fwrite(edbuf, 1, nread, n_touchedfile)) {
657 fclose(n_touchedfile);

Completed in 100 milliseconds