Home
last modified time | relevance | path

Searched refs: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) { in edit()
550 (void) fputs(edbuf, n_touchedfile); in insert()
560 n_touchedfile); in text()
561 (void) fprintf(n_touchedfile, "%d [%s] ", in text()
564 wordvprint(n_touchedfile, p->error_lgtext-offset, p->error_text+offset); in text()
566 n_touchedfile); in text()
587 if (nread != fwrite(edbuf, 1, nread, n_touchedfile)) { in writetouched()
597 (void) fclose(n_touchedfile); in writetouched()