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

/netbsd-6-1-5-RELEASE/usr.bin/error/
H A Dtouch.c605 static char edbuf[BUFSIZ]; variable
612 if (fgets(edbuf, BUFSIZ, o_touchedfile) == NULL)
614 fputs(edbuf, n_touchedfile);
647 while ((nread = fread(edbuf, 1, sizeof(edbuf), o_touchedfile)) != 0) {
648 if (nread != fwrite(edbuf, 1, nread, n_touchedfile)) {
702 while ((nread = fread(edbuf, 1, sizeof(edbuf), temp)) != 0) {
703 if (mustwrite(edbuf, nread, preciousfile) == 0)

Completed in 50 milliseconds