Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c541 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)) != 0) { in mustoverwrite()
647 if (mustwrite(edbuf, nread, preciousfile) == 0) in mustoverwrite()