Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
Dconf.h65 # define MAXINPLINE 12288 /* max input line length (for AUTH) */ macro
67 # define MAXINPLINE MAXLINE /* max input line length */ macro
Dutil.c3038 char *p, *b, delim, inp[MAXINPLINE];
Dsrvrsmtp.c875 char inp[MAXINPLINE];
876 #if MAXINPLINE < MAXLINE