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

/freebsd-10.1-release/usr.bin/gcore/
H A Delfcore.c201 ssize_t ngot; local
210 ngot = iorequest.piod_len;
211 if ((size_t)ngot < nwant)
213 nwant, ngot);
214 ngot = write(fd, buf, nwant);
215 if (ngot == -1)
217 if ((size_t)ngot != nwant)
220 iorequest.piod_offs += ngot;

Completed in 42 milliseconds