Searched defs:bufchar (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c2794 char bufchar = '\0'; local
2832 bufchar = c;
2854 if (bufchar != '\0')
2856 *bp++ = bufchar;
2857 bufchar = '\0';
2858 prevchar = bufchar;

Completed in 75 milliseconds