Searched refs:mime_getchar_crlf (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | mime.c | 47 static int mime_getchar_crlf __P((SM_FILE_T *, char **, int *)); 559 while ((c1 = mime_getchar_crlf(e->e_dfp, boundaries, &bt)) != 573 c2 = mime_getchar_crlf(e->e_dfp, boundaries, &bt); 584 c2 = mime_getchar_crlf(e->e_dfp, boundaries, &bt); 853 mime_getchar_crlf(fp, boundaries, btp) in mime_getchar_crlf() function
|