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

/sendmail/mail.local/
H A Dmail.local.c985 int readamount; local
1298 readamount = 0;
1301 readamount = sizeof(buf);
1303 readamount = headerbytes;
1304 if (readamount != 0)
1305 nr = read(fd, buf, readamount);

Completed in 8 milliseconds