touch.c | 604 static char edbuf[BUFSIZ]; variable in typeref:typename:char[] 611 if (fgets(edbuf, BUFSIZ, o_touchedfile) == NULL) 613 fputs(edbuf, n_touchedfile); 646 while ((nread = fread(edbuf, 1, sizeof(edbuf), o_touchedfile)) != 0) { 647 if (nread != fwrite(edbuf, 1, nread, n_touchedfile)) { 700 while ((nread = fread(edbuf, 1, sizeof(edbuf), temp)) != 0) { 701 if (!mustwrite(edbuf, nread, preciousfile))
|