Searched refs:edbuf (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/sgs/error/common/ |
H A D | errortouch.c | 541 char edbuf[BUFSIZ]; variable 548 if (fgets(edbuf, BUFSIZ, o_touchedfile) == NULL) in insert() 550 (void) fputs(edbuf, n_touchedfile); in insert() 585 while ((nread = fread(edbuf, 1, sizeof (edbuf), in writetouched() 587 if (nread != fwrite(edbuf, 1, nread, n_touchedfile)) { in writetouched() 646 while ((nread = fread(edbuf, 1, sizeof (edbuf), tmpfile)) != NULL) { in mustoverwrite() 647 if (mustwrite(edbuf, nread, preciousfile) == 0) in mustoverwrite()
|