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

/netbsd-6-1-5-RELEASE/usr.bin/error/
H A Dtouch.c562 static FILE *o_touchedfile; /* the old file */ variable
581 if ((o_touchedfile = fopen(name, "r")) == NULL) {
612 if (fgets(edbuf, BUFSIZ, o_touchedfile) == NULL)
647 while ((nread = fread(edbuf, 1, sizeof(edbuf), o_touchedfile)) != 0) {
658 fclose(o_touchedfile);

Completed in 121 milliseconds