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

/freebsd-13-stable/usr.sbin/fdwrite/
H A Dfdwrite.c73 char *trackbuf = 0,*vrfybuf = 0; local
141 if(!vrfybuf) {
142 vrfybuf = malloc(bpt);
143 if(!vrfybuf) errx(1, "malloc");
176 if (read (fd, vrfybuf, bpt) != bpt) err(1, "read");
179 if (memcmp(trackbuf,vrfybuf,bpt)) err(1, "compare");

Completed in 273 milliseconds