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

/freebsd-13-stable/contrib/sendmail/src/
H A Dmime.c1041 unsigned char *fbufp; local
1102 fbufp = fbuf;
1136 #define CHK_EOL if (*--fbufp != '\n' || (fbufp > fbuf && *--fbufp != '\r')) \
1137 ++fbufp;
1139 #define CHK_EOL if (*--fbufp != '\n' || (fbufp > fbuf && *--fbufp != '\r')) \
1141 ++fbufp; \
[all...]

Completed in 47 milliseconds