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

/sendmail/rmail/
H A Drmail.c96 size_t fplen = 0, fptlen = 0, len; local
228 if ((from_path = malloc(fptlen = 256)) == NULL)
231 if (fplen + len + 2 > fptlen)
233 fptlen += SM_MAX(fplen + len + 2, 256);
235 fptlen)) == NULL)

Completed in 31 milliseconds