Home
last modified time | relevance | path

Searched refs:TOBUFSIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dconf.h112 #define TOBUFSIZE SM_ARG_MAX /* max buffer to hold address list */ macro
H A Dsavemail.c253 char from[TOBUFSIZE];
H A Ddeliver.c2014 if (strsize > TOBUFSIZE)
2339 if (strsize < TOBUFSIZE)
2340 strsize = TOBUFSIZE;