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

/freebsd-10.3-release/usr.sbin/fdwrite/
H A Dfdwrite.c71 char *trackbuf = 0,*vrfybuf = 0; local
139 if(!vrfybuf) {
140 vrfybuf = malloc(bpt);
141 if(!vrfybuf) errx(1, "malloc");
174 if (read (fd, vrfybuf, bpt) != bpt) err(1, "read");
177 if (memcmp(trackbuf,vrfybuf,bpt)) err(1, "compare");

Completed in 98 milliseconds