HomeSort by: relevance | last modified time | path
    Searched defs:edbuf (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/error/
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))

Completed in 13 milliseconds