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

/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c997 int readamount; local
1314 readamount = 0;
1317 readamount = sizeof(buf);
1319 readamount = headerbytes;
1320 if (readamount != 0)
1321 nr = read(fd, buf, readamount);

Completed in 86 milliseconds