Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dcollect.c379 int bare_lf, bare_cr; local
395 bare_lf = bare_cr = 0;
517 bare_lf |= BARE_WHERE;
935 else if (0 != bare_lf)
946 #define CONN_ERR_BARE (0 != bare_lf) ? BARE_LF_MSG : ((0 != bare_cr) ? BARE_CR_MSG : "")
950 #define HAS_BARE_XY (0 != (bare_lf | bare_cr))
953 HAS_BARE_XY ? CONN_ERR_WHERE(bare_lf|bare_cr) : "", \
956 if (LogLevel > 0 && (sm_io_eof(fp) || (0 != (bare_lf | bare_cr))))
959 if (0 != (bare_lf | bare_cr))
1007 LOG_BARE_XY(bare_lf, BARE_LF_SP, BARE_LF_MSG);