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

/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dsendmail.h20 extern int dequote_internal_chars __P((char *, char *, int));
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dutil.c223 dequote_internal_chars(ibp, obp, obs) function
H A Dt-qic.c64 dequote_internal_chars(obp, line_back, sizeof(line_back));
/freebsd-11-stable/contrib/sendmail/src/
H A Dmilter.c2715 ** Note: currently the call to dequote_internal_chars()
2719 len_n = dequote_internal_chars(h->h_field, buf, len_f);
2721 len_v = dequote_internal_chars(hv, buf + len_n + 1,

Completed in 158 milliseconds