Home
last modified time | relevance | path

Searched refs:o_touchedfile (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c503 FILE *o_touchedfile; /* the old file */ variable
519 if ((o_touchedfile = fopen(name, "r")) == NULL) { in edit()
548 if (fgets(edbuf, BUFSIZ, o_touchedfile) == NULL) in insert()
586 o_touchedfile)) != 0) { in writetouched()
598 (void) fclose(o_touchedfile); in writetouched()