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

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c504 FILE *n_touchedfile; /* the new file */ variable
527 if ((n_touchedfile = fopen(n_name, "w")) == NULL) {
550 (void) fputs(edbuf, n_touchedfile);
560 n_touchedfile);
561 (void) fprintf(n_touchedfile, "%d [%s] ",
564 wordvprint(n_touchedfile, p->error_lgtext-offset, p->error_text+offset);
566 n_touchedfile);
587 if (nread != fwrite(edbuf, 1, nread, n_touchedfile)) {
597 (void) fclose(n_touchedfile);

Completed in 45 milliseconds