Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sendmail/src/
H A Dutil.c1590 #ifndef MAXSHORTSTR
1591 # define MAXSHORTSTR 203 macro
1600 static char buf[MAXSHORTSTR + 1];
1605 if (m > MAXSHORTSTR)
1606 m = MAXSHORTSTR;