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

/freebsd-10-stable/usr.bin/gcore/
H A Delfcore.c247 ssize_t ngot; local
256 ngot = iorequest.piod_len;
257 if ((size_t)ngot < nwant)
259 nwant, ngot);
260 ngot = write(fd, buf, nwant);
261 if (ngot == -1)
263 if ((size_t)ngot != nwant)
266 iorequest.piod_offs += ngot;

Completed in 285 milliseconds