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

/freebsd-13-stable/contrib/sendmail/src/
H A Dmime.c53 # define MBT_NOTSEP 1 /* not a boundary */ macro
89 ** MBT_NOTSEP -- an end of file
330 if (bt != MBT_NOTSEP)
374 if (bt != MBT_NOTSEP)
450 if (mimeboundary(buf, boundaries) != MBT_NOTSEP)
532 if (bt != MBT_NOTSEP)
881 ** MBT_NOTSEP -- if this is not a separator line
893 int type = MBT_NOTSEP;
898 return MBT_NOTSEP;

Completed in 43 milliseconds