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

/freebsd-10.0-release/contrib/sendmail/include/sm/
H A Dgen.h66 ** Define SM_MAX and SM_MIN
69 # define SM_MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/freebsd-10.0-release/contrib/sendmail/rmail/
H A Drmail.c235 fptlen += SM_MAX(fplen + len + 2, 256);
/freebsd-10.0-release/contrib/sendmail/src/
H A Ddomain.c790 char nbuf[SM_MAX(MAXPACKET, MAXDNAME*2+2)];
H A Dheaders.c1678 char buf[SM_MAX(MAXLINE,BUFSIZ)];

Completed in 120 milliseconds