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

/freebsd-current/contrib/sendmail/src/
H A Dconf.h65 # define MAXINPLINE 12288 /* max input line length (for AUTH) */ macro
67 # define MAXINPLINE MAXLINE /* max input line length */ macro
H A Dutil.c3046 char *p, *b, delim, inp[MAXINPLINE];
H A Dsrvrsmtp.c982 char inp[MAXINPLINE];
983 #if MAXINPLINE < MAXLINE
984 # error "MAXINPLINE must NOT be less than MAXLINE"

Completed in 118 milliseconds